klein
klein copied to clipboard
Restarting python3 klein server on code change
Django automatically restarts the server if something changes. Is there similar functionality in klein or a pattern that is often used in python3?
No, this would be a feature request.
Something like https://github.com/steder/twistr would do the trick, although that particular project has not been updated.
http://pypi.python.org/pypi/watchdog is what I'd recommend. watchmedo shell-command --command twist web bla is more than enough IMO.