Metadata-Version: 1.1
Name: paste-wsgiref-simpleserver
Version: 1.0rc2
Summary: Paste plugin to make wsgiref.simple_server available as a server runner
Home-page: http://pythonhosted.org/paste-wsgiref-simpleserver/
Author: 2degrees Limited
Author-email: 2degrees-floss@googlegroups.com
License: BSD (http://dev.2degreesnetwork.com/p/2degrees-license.html)
Description: paste_wsgiref_simpleserver
        ==========================
        
        Paste plugin to make wsgiref.simple_server available as a server runner.
        
        This can come in handy if you need to run a WSGI server without concurrency --
        For example, in order to profile your application or do a code coverage
        analysis.
        
Keywords: wsgi paste wsgiref single-threaded
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Paste
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
