Watchdog
20 Jul 2014
Tags:
python
·
Python API and shell utilities to monitor file system events.
Watching python file changes
Watchdog over Docker (VM) via polling - Ref
from watchdog.observers.polling import PollingObserver as Observer
Observer() #polling every 1 second
References:
- Event Handler Classes
- Watching a directory for file changes
- Continuous integration in python using watchdog