Skip to content
/ twistr Public

Twistd wrapper to restart your Twisted server on code changes.

License

Notifications You must be signed in to change notification settings

steder/twistr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twistr

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

About

Twistd wrapper to restart your Twisted server on code changes.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages