| Name: | python-inotify |
|---|---|
| Version: | 0.9.4 |
| Release: | 4.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 262650 |
| License: | MIT |
| RPM: | python-inotify-0.9.4-4.el7.noarch.rpm |
| Source RPM: | python-inotify-0.9.4-4.el7.src.rpm |
| Build Date: | Wed Apr 30 2014 |
| Build Host: | ca-buildj3.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/seb-m/pyinotify |
| Summary: | 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. |