py-paste-core-1.3:
Python Paste brings consistency to Python web development and web
application installation, providing tools for both developers and
system administrators.

py-paste-deploy-1.3:
Paste Deployment is a system for finding and configuring WSGI
applications and servers. For WSGI application consumers it provides
a single, simple function (loadapp) for loading a WSGI application
from a configuration file or a Python Egg. For WSGI application
providers it only asks for a single, simple entry point to your
application, so that application users don't need to be exposed to
the implementation details of your application.

py-paste-script-1.3.4:
A pluggable command-line frontend, including commands to setup
package file layouts.

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.

http://www.altroot.org/py-turbogears/py-paste.tar.gz

Reply via email to