Metadata-Version: 1.1
Name: clingon
Version: 0.1.2
Summary: Command Line INterpreter Generator for pythON
Home-page: https://github.com/francois-vincent/clingon
Author: François Vincent
Author-email: francois.vincent01@gmail.com
License: BSD
Description: 
        
        History
        -------
        
        0.1.0 (2015-02-23)
        ---------------------
        
        * First release on PyPI.
        
        
        0.1.1 (2015-02-24)
        ---------------------
        
        * update print_version()
        * allow clingon to autoinstall in a more simpler way
        * some minor fixes
        ³ some more unittests
        
        
        0.1.2 (2015-02-25)
        ---------------------
        
        * setup.py now installs clingon command,
        * so, option auto_install as been removed
        * refactor error handling in script. There's an exception RunnerErrorWithUsage
          that prints single line usage string before error messsage
        * better handle duplicate short aliases
        
        
        
Keywords: clingon
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: CPython
