Linux filesystem events monitoring https://github.com/seb-m/pyinotify
Go to file
2024-01-05 16:26:09 +01:00
python-pyinotify-script python 2.7 mass rebuild [release 0.9.4-2mamba;Fri May 17 2013] 2024-01-05 16:26:09 +01:00
python-pyinotify.spec python 2.7 mass rebuild [release 0.9.4-2mamba;Fri May 17 2013] 2024-01-05 16:26:09 +01:00
README.md python 2.7 mass rebuild [release 0.9.4-2mamba;Fri May 17 2013] 2024-01-05 16:26:09 +01:00

python-pyinotify

Pyinotify is a pure Python module used for monitoring filesystems events. Pyinotify relies on inotify, a Linux Kernel functionality (starting with kernel version 2.6.13). inotify is an event-driven notification mechanism, its notifications are exported to user space through three system calls. Pyinotify binds these system calls and provides an implementation on top of them.