Metadata-Version: 1.1
Name: geniegui
Version: 0.100
Summary: generate and run a GUI from an argparse.ArgumentParser object of a console application
Home-page: https://bitbucket.org/svenrahmann/geniegui/
Author: Sven Rahmann
Author-email: Sven.Rahmann@gmail.com
License: MIT
Description: Generate and run a tkinter GUI for an argparse.ArgumentParser object.
        
        Usage:
        python -m geniegui myprogram
        
        Here myprogram must be a Python module that has two functions:
        
        1. get_argument_parser() -- returning an ArgumentParser object p
        2. main() -- the main function calling p = get_argument_parser() and setting args = p.parse_args()
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering
