klein icon indicating copy to clipboard operation
klein copied to clipboard

Restarting python3 klein server on code change

Open chemelnucfin opened this issue 8 years ago • 3 comments

Django automatically restarts the server if something changes. Is there similar functionality in klein or a pattern that is often used in python3?

chemelnucfin avatar Aug 06 '17 00:08 chemelnucfin

No, this would be a feature request.

wsanchez avatar Aug 16 '17 16:08 wsanchez

Something like https://github.com/steder/twistr would do the trick, although that particular project has not been updated.

ldanielburr avatar Sep 15 '17 18:09 ldanielburr

http://pypi.python.org/pypi/watchdog is what I'd recommend. watchmedo shell-command --command twist web bla is more than enough IMO.

Julian avatar Mar 08 '18 13:03 Julian