Metadata-Version: 1.1
Name: GooeyDev
Version: 1.0.3.5rc1
Summary: Gooey (made by Chris Kiehl) turns (almost) any command line program into a full GUI application with one line. This a custom release of the development branch (1.0.3) of gooey.
Home-page: UNKNOWN
Author: Thorsten Wagner
Author-email: thorsten.wagner@mpi-dortmund.mpg.de
License: MIT
Description: 
        
        Gooey (Beta)
        ############
        
        
        This a custom release of the development branch (1.0.3) of gooey.
        
        
        Quick Start
        -----------
        
        Gooey is attached to your code via a simple decorator on your `main` method.
        
        .. code-block::
        
          from gooey import Gooey
          @Gooey      <--- all it takes! :)
          def main():
              # rest of code
        
        
        
        With the decorator attached, run your program and the GUI will now appear!
        
        Checkout the full documentation, instructions, and source on `Github <https://github.com/chriskiehl/Gooey>`_
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
