Metadata-Version: 1.0
Name: pyCLI
Version: 1.0
Summary: Simple, object-oriented approach to Python CLI apps
Home-page: http://packages.python.org/pyCLI/
Author: Will Maier
Author-email: will@m.aier.us
License: UNKNOWN
Description: The ``cli`` package is a framework for making simple, correct command
        line applications in Python. With ``cli``, you can quickly add standard
        `command line parsing`_, `logging`_ and `profiling`_ to your CLI apps.
        To make it easier to do the right thing, ``cli`` wraps all of these tools
        into a single, consistent application interface.
        
        .. _command line parsing: http://www.python.org/dev/peps/pep-0389/#deprecation-of-optparse
        .. _logging:    http://docs.python.org/library/logging.html
        .. _profiling:  http://docs.python.org/library/profile.html
        
Keywords: command line application framework
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Environment :: Console
Classifier: Development Status :: 5 - Production/Stable
