wsgiwatcher

Unmaintained proof of concept. See https://github.com/Pylons/hupper for an improved and maintained version of this.

Stars
6
Committers
2

WSGI Watcher is a tool to aid in the development of apps using the Web Server Gateway Interface (WSGI) by watching for changed source files and reloading the server.

WSGI Watcher aims for compatibility with multiple WSGI server implementations on multiple platforms. It has been tested on CPython 2.6-3.4, PyPy, and PyPy3 on Linux and OS X.

For more information see the docs directory.