1 | Metadata-Version: 1.0 |
---|
2 | Name: PasteScript |
---|
3 | Version: 1.7.3 |
---|
4 | Summary: A pluggable command-line frontend, including commands to setup package file layouts |
---|
5 | Home-page: http://pythonpaste.org/script/ |
---|
6 | Author: Ian Bicking |
---|
7 | Author-email: ianb@colorstudy.com |
---|
8 | License: MIT |
---|
9 | Description: This is a pluggable command-line tool. |
---|
10 | |
---|
11 | It includes some built-in features; |
---|
12 | |
---|
13 | * Create file layouts for packages. For instance, ``paste create |
---|
14 | --template=basic_package MyPackage`` will create a `setuptools |
---|
15 | <http://peak.telecommunity.com/DevCenter/setuptools>`_-ready |
---|
16 | file layout. |
---|
17 | |
---|
18 | * Serving up web applications, with configuration based on |
---|
19 | `paste.deploy <http://pythonpaste.org/deploy/paste-deploy.html>`_. |
---|
20 | |
---|
21 | The latest version is available in a `Subversion repository |
---|
22 | <http://svn.pythonpaste.org/Paste/Script/trunk#egg=PasteScript-dev>`_. |
---|
23 | |
---|
24 | For the latest changes see the `news file |
---|
25 | <http://pythonpaste.org/script/news.html>`_. |
---|
26 | |
---|
27 | Changes in 1.7.3 |
---|
28 | ---------------- |
---|
29 | |
---|
30 | * CherryPy wsgiserver updated to 3.1.1, fixes a regression in Python |
---|
31 | 2.5 plus a couple other small fixes. |
---|
32 | |
---|
33 | |
---|
34 | Keywords: web wsgi setuptools framework command-line setup |
---|
35 | Platform: UNKNOWN |
---|
36 | Classifier: Development Status :: 5 - Production/Stable |
---|
37 | Classifier: Intended Audience :: Developers |
---|
38 | Classifier: License :: OSI Approved :: MIT License |
---|
39 | Classifier: Programming Language :: Python |
---|
40 | Classifier: Topic :: Internet :: WWW/HTTP |
---|
41 | Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content |
---|
42 | Classifier: Topic :: Software Development :: Libraries :: Python Modules |
---|
43 | Classifier: Framework :: Paste |
---|