Metadata-Version: 1.0
Name: PasteScript
Version: 1.7
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: MIT
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>`_.
        
        The latest version is available in a `Subversion repository
        <http://svn.pythonpaste.org/Paste/Script/trunk#egg=PasteScript-dev>`_.
        
        For the latest changes see the `news file
        <http://pythonpaste.org/script/news.html>`_.
        
        Changes in 1.7
        --------------
        
        * _template_dir now takes a tuple argument, which should be the
        package name, and the relative location to the package of its template
        directory. pkg_resources will then be used to load make the templates
        rather than raw file access making it zip-safe.
        
        * CherryPy wsgiserver updated to the 3.1.0 release's.
        
        * Support Python 2.6.
        
        * Added experimental support for a quicker paster serve --reload for
        Jython.
        
        * Non-Python files in ``paste/script/templates/`` causes an error on
        2.6; renamed directory to avoid this.
        
        
Keywords: web wsgi setuptools framework command-line setup
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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
Classifier: Framework :: Paste
