Metadata-Version: 1.0
Name: marrow.script
Version: 2.0.0b1
Summary: Turn any callable into a powerful command line script through arglist introspection.
Home-page: https://github.com/marrow/marrow.script
Author: Alice Bevan-McGregor
Author-email: alice+marrow@gothcandy.com
License: MIT
Download-URL: http://pypi.python.org/pypi/marrow.script
Description: The marrow.script package is a small library for turning average every-day
        callables (such as functions and class methods) into command-line scripts
        while automatically determining argument naming, typecasting, and generating
        things like help and version information.  All behavior can be overridden by
        you, the developer, giving you a flexible and easy to develop with command
        line parsing library to replace ``optparse`` and ``argparse``.  This package
        is not a wrapper around existing parsing libraries, and attempts to match the
        syntax common to GNU software.
        
        In a larger scope marrow.script aims to replace other high-level command-line
        scripting libraries such as Paste Script and commandline while also
        implementing Python 3 compatibility.
        
        For full documentation, see the README.textile file present in the package,
        or view it online on the GitHub project page:
        
        https://github.com/pulp/marrow.script
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
