| [3] | 1 | Metadata-Version: 1.0 |
|---|
| 2 | Name: PasteDeploy |
|---|
| 3 | Version: 1.3.3 |
|---|
| 4 | Summary: Load, configure, and compose WSGI applications and servers |
|---|
| 5 | Home-page: http://pythonpaste.org/deploy/ |
|---|
| 6 | Author: Ian Bicking |
|---|
| 7 | Author-email: ianb@colorstudy.com |
|---|
| 8 | License: MIT |
|---|
| 9 | Description: This tool provides code to load WSGI applications and servers from |
|---|
| 10 | URIs; these URIs can refer to Python Eggs for INI-style configuration |
|---|
| 11 | files. `Paste Script <http://pythonpaste.org/script>`_ provides |
|---|
| 12 | commands to serve applications based on this configuration file. |
|---|
| 13 | |
|---|
| 14 | The latest version is available in a `Subversion repository |
|---|
| 15 | <http://svn.pythonpaste.org/Paste/Deploy/trunk#egg=PasteDeploy-dev>`_. |
|---|
| 16 | |
|---|
| 17 | For the latest changes see the `news file |
|---|
| 18 | <http://pythonpaste.org/deploy/news.html>`_. |
|---|
| 19 | |
|---|
| 20 | Keywords: web wsgi application server |
|---|
| 21 | Platform: UNKNOWN |
|---|
| 22 | Classifier: Development Status :: 5 - Production/Stable |
|---|
| 23 | Classifier: Intended Audience :: Developers |
|---|
| 24 | Classifier: License :: OSI Approved :: MIT License |
|---|
| 25 | Classifier: Programming Language :: Python |
|---|
| 26 | Classifier: Topic :: Internet :: WWW/HTTP |
|---|
| 27 | Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content |
|---|
| 28 | Classifier: Topic :: Software Development :: Libraries :: Python Modules |
|---|
| 29 | Classifier: Topic :: Internet :: WWW/HTTP :: WSGI |
|---|
| 30 | Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware |
|---|
| 31 | Classifier: Framework :: Paste |
|---|