That's a bit awkward, I'm currently working on a package[1] that does more or less the same thing in more or less the same way (I think), except you don't need to decorate anything. Just run `python -m jurigged script.py` or `jurigged script.py` instead of `python script.py` and it will watch everything in the current working directory. There's still some bugs I have to iron out, though, it should be better in a mont…
Have you looked at `hupper` from the Pylons Project? The author posted here: https://news.ycombinator.com/item?id=26039366
thanks