Codebase list pastedeploy / debian/1.3.3-1 PKG-INFO
debian/1.3.3-1

Tree @debian/1.3.3-1 (Download .tar.gz)

PKG-INFO @debian/1.3.3-1raw · history · blame

Metadata-Version: 1.0
Name: PasteDeploy
Version: 1.3.3
Summary: Load, configure, and compose WSGI applications and servers
Home-page: http://pythonpaste.org/deploy/
Author: Ian Bicking
Author-email: ianb@colorstudy.com
License: MIT
Description: This tool provides code to load WSGI applications and servers from
        URIs; these URIs can refer to Python Eggs for INI-style configuration
        files.  `Paste Script <http://pythonpaste.org/script>`_ provides
        commands to serve applications based on this configuration file.
        
        The latest version is available in a `Subversion repository
        <http://svn.pythonpaste.org/Paste/Deploy/trunk#egg=PasteDeploy-dev>`_.
        
        For the latest changes see the `news file
        <http://pythonpaste.org/deploy/news.html>`_.
        
Keywords: web wsgi application server
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Framework :: Paste