Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2degrees/paste-wsgiref-simpleserver

Paste plugin to make wsgiref.simple_server available as a server runner
https://github.com/2degrees/paste-wsgiref-simpleserver

Last synced: about 14 hours ago
JSON representation

Paste plugin to make wsgiref.simple_server available as a server runner

Awesome Lists containing this project

README

        

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.