Metadata-Version: 1.0 Name: PasteScript Version: 1.3.6 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 `_-ready file layout. * Serving up web applications, with configuration based on `paste.deploy `_. The latest version is available in a `Subversion repository `_. For the latest changes see the `news file `_. This package requires `Cheetah `_ Changes in 1.3.6 ---------------- * CherryPy wsgiserver updated to the 3.0.2 release's * paster no longer hides ``pkg_resources.DistributionNotFound`` error messages describing the target project's requirements. Aids the somewhat confusing "did you run setup.py develop?" message when it had already been ran, but since then had a requirement added that wasn't installed. * Logging configuration is now read from the config file during ``paster setup-app``. * Custom Formatters and Handlers (Handlers outside of the logging module) are now supported in logging configuration files. 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