Jump to letter: [
234ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-inotify - Monitor filesystem events with Python under Linux
- Description:
This is a Python module for watching filesystems changes. pyinotify
can be used for various kind of fs monitoring. pyinotify relies on a
recent Linux Kernel feature (merged in kernel 2.6.13) called
inotify. inotify is an event-driven notifier, its notifications are
exported from kernel space to user space.
Packages
python-inotify-0.9.1-1.el5.noarch
[86 KiB] |
Changelog
by Steve Traylen (2011-01-26):
- 0.9.1
- Change name of README to README.md
- Require python-ctypes on EPEL5( python2.4)
- Add python26 support.
|