Twistd wrapper that restarts twisted on code changes
Project description
Twistr is a simple wrapper around the Twisted projects twistd commandline tool that will restart the server whenever python files change.
Usage
From your root project directory (where your twisted/plugins folder lives) launch your service with:
twistr -n <service>
Or even:
twistr <service>
Now change a *.py file in your current directory and watch your server magically restart.
TODO
configurable directory to watch for changes
configurable file extensions to watch for changes
use filesystem events API(s) to watch for changes
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Twistr-1.0.0.tar.gz
(3.2 kB
view hashes)