Notes
Python Has a Ridiculous Number of Inotify Implementations
Mostly stolen from watchdog’s readme:
- pnotify
- unison fsmonitor
- fsmonitor
- guard
- pyinotify
- inotify-tools
- jnotify
- treewalker
- file.monitor
- pyfilesystem
- watchdog
- inotify_simple
Looking through a few of these, I think I recommend watchdog and inotify_simple.