Metadata-Version: 1.0
Name: argparse
Version: 0.2.0
Summary: An optparse-inspired command-line parsing library
Home-page: http://argparse.python-hosting.com/
Author: Steven Bethard
Author-email: steven.bethard@gmail.com
License: BSD
Description: Argparse takes the best of the optparse command-line parsing module
        and brings it new life. Argparse adds positional as well as optional
        arguments, the ability to create parsers for sub-commands, more
        informative help and usage messages, and much more. At the same time,
        it retains the ease and flexibility of use that made optparse so
        popular.
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
