Metadata-Version: 1.0
Name: wxOptParse
Version: 0.1.6
Summary: wxOptParse: run the command line options from a dialog box.
Home-page: http://wxoptparse.berlios.de/
Author: Scott Kirkwood
Author-email: scottakirkwood@gmail.com
License: GNU GPL
Download-URL: http://download.berlios.de/wxoptparse/wxOptParse-0.1.6.zip
Description: ``wxOptParse`` is a Python program that brings up a graphical representation of the options
        that another python program has for the command line, via the optparse module.
        
        What this means is that if if you have a Python program that uses ``optparse``,
        which is a standard python
        module used to parse the command line, you can click on checkboxes,
        edit boxes, combo boxes, etc. instead of passing this information on the command line.
        
Keywords: wxOptParse,optparse,python,wxPython
Platform: POSIX
Platform: Windows
Platform: MacOS X
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
