Description

Pyinotify is a pure Python module used for monitoring filesystems events. Pyinotify relies on  inotify, a Linux Kernel functionality. 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.

Download Pyinotify (under MIT License)

Documentation

Changes

Contribute

You can submit a contribution (enhancement, fix) or simply report a bug by creating a new ticket here. Before, the Wiki was editable but the amount of spam received soon became unmanageable even with a spam filter because most of the legitimate contributions were also flagged as spam.