Tuesday, October 23, 2012
Python Auto Reloader, watchdog and argh
By Vasudev Ram
PythonAR (Python Auto Reloader) is an "app reloader" for Python apps. It reloads your app when the source files change (something like what the Tomcat server does for Java web apps, and other such tools also do).
PythonAr is by tshirtman, a developer who seems to be involved with Kivy, a cross-platform Python GUI toolkit for desktop and mobile, which I blogged about recently
It uses the watchdog Python library, which in turn uses argh, a simple wrapper for argparse.
The watchdog library also uses PyYAML, a Python library for handling YAML, and pathtools.
- Vasudev Ram - Dancing Bison Enterprises
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment