README 278 B

12345
  1. Pyinotify is a Python module for monitoring filesystems changes.
  2. Pyinotify relies on a Linux Kernel feature (merged in kernel 2.6.13)
  3. called inotify. inotify is an event-driven notifier, its notifications
  4. are exported from kernel space to user space through three system calls.