Watchdog

Watchdog 0.6.0

Watchdog is a Python API to monitor filesystem events.Watchdog lets your Python programs monitor filesystem events as portably as possible using:* inotify on Linux* FSEvents on Mac OS X* Windows API on Windows* polling as a fallback mechanismExample...