blob: 237954dd8caecddc3abbe6134a42bb0935cac192 (
plain)
1
2
3
4
5
6
7
8
9
|
PasteScript is a pluggable command-line tool.
It includes some built-in features;
* Create file layouts for packages. For instance, paster create
--template=basic_package MyPackage will create a setuptools-ready
file layout.
* Serving up web applications, with configuration based on
paste.deploy.
|