Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/2degrees/paste-wsgiref-simpleserver
- Owner: 2degrees
- Created: 2013-11-27T10:22:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-27T11:40:26.000Z (almost 11 years ago)
- Last Synced: 2024-04-16T01:25:20.577Z (7 months ago)
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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.