Package Info

python-pyinotify


Python module for watching filesystems changes


Development/Libraries/Python

pyinotify is a Python module for watching filesystems changes. By its design pyinotify can be used for any 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. The raw interface of inotify is compounded of three system calls. pyinotify binds these system calls and provides an implementation on top of them offering a generic and abstract way to use inotify with Python. Pyinotify doesn't requires much detailed knowledge of inotify. Moreover, it only needs few statements for initializing, watching, handling (eventually trough a new separate thread), and processing events notifications through subclassing. The only things to know is the path of items to watch, the kind of events to monitor and the actions to execute on these notifications.


License: MIT
URL: http://github.com/seb-m/pyinotify

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.9.6-bp152.3.17 info GA Release 2020-04-17 15 SP2
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python2-pyinotify
  • python3-pyinotify
0.9.6-bp151.1.1 info GA Release 2019-07-17 15 SP1
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python2-pyinotify
  • python3-pyinotify
0.9.6-bp150.1.2 info GA Release 2018-07-30 15
  • AArch64
  • ppc64le
  • s390x
  • x86-64
  • python2-pyinotify
  • python3-pyinotify