A pluggable command-line frontend, including commands to setup package file layouts
Project 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 Mercurial repository.
For the latest changes see the news file.
Changes in 1.7.4.2
1.7.4 had package release problems, was reverted; 1.7.4.1 also had package problems.
Include special here and __file__ default vars for logging config files, similar to PasteDeploy config loading.
Allow Jython to import various bits from paste.script.command and paste.script.copydir without throwing an import error (subprocess module cannot be imported on Jython). This allows PasteScript to work minimally on Jython, although execution will fail for command.run_command and copydir.copydir.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.