openbsd-ports/www/py-paste-script/pkg/DESCR
martynas 55ab99b3fe import 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.

ok jasper@ (who also suggested NO_REGRESS)
2007-06-24 22:00:23 +00:00

9 lines
337 B
Plaintext

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.