Metadata-Version: 1.0
Name: PasteScript
Version: 0.3.1
Summary: A pluggable command-line frontend, including commands to setup package file layouts
Home-page: http://pythonpaste.org/script/
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: UNKNOWN
Description: This is a pluggable command-line tool.
        
        It includes some built-in features;
        
        * Create file layouts for packages.  For instance, ``paste create
        --template=basic_package MyPackage`` will create a `setuptools
        <http://peak.telecommunity.com/DevCenter/setuptools>`_-ready
        file layout.
        
        * Serving up web applications, with configuration based on
        `paste.deploy <http://pythonpaste.org/deploy/paste-deploy.html>`_.
        
Keywords: web wsgi setuptools framework command-line setup
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
