An open API service indexing awesome lists of open source software.

https://github.com/steder/twistr

Twistd wrapper to restart your Twisted server on code changes.
https://github.com/steder/twistr

python restart-server twisted

Last synced: about 2 months ago
JSON representation

Twistd wrapper to restart your Twisted server on code changes.

Awesome Lists containing this project

README

        

=================================
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

Or even::

twistr

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

.. _Twisted: http://www.twistedmatrix.com/