Metadata-Version: 2.0
Name: TPEdit
Version: 0.1.0
Summary: A Test Program editor and diff tool for Focused Test

Inc.'s FTI Studio XML files
Home-page: https://github.com/dougthor42/TPEdit
Author: Douglas Thor
Author-email: UNKNOWN
License: UNKNOWN
Description: 
        TPEdit
        ------
        
        TPEdit is a XML diff program specifically for the Test Program (TP) files
        created by FTIStudio (by Focused Test, Inc.).
        
        TPEdit is, at the core, an XML diff tool. It can read the XML files generated
        by Focused Test, Inc's FTIStudio program.
        
        Any number of files can be compared simultaneously. However, each compared
        file must hace the same strucutre or else it freaks out. Or more correctly,
        I haven't tested what happens.
        
        **THIS IS NOT A GENERIC XML DIFF TOOL!**
        (though I've thought about making one...)
        
        This tool will only work on XML program files generated by FTIStudio.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires: wxPython
Requires: docopt
Requires: BeautifulSoup4
