Last modified 2 days ago
Description
Pyinotify is a pure Python module used for monitoring filesystems events on Linux platforms with inotify.
Download Pyinotify (under MIT License)
- Install pyinotify
- Download a snapshot of Pyinotify or just download a stable tarball release
- Browse the source tree or read the following basic examples loop.py, chain.py, stats.py, transient_file.py and daemon.py.
- You can clone Pyinotify with git clone http://git.dbzteam.org/pyinotify/ or directly make a fork from github http://github.com/seb-m/pyinotify
Documentation
- Short tutorial
- List of examples
- Generated documentation from docstrings, offers a complete overview of every methods and classes
- This page introduces how to handle events, how to subclass ProcessEvent and how to call WatchManager methods
- FrequentlyAskedQuestions
Changes
- This page introduces some of the developments accomplished recently
- This document lists every incompatibles changes introduced between version 0.7.1 and current versions 0.8+. Read also the third section of this page
- Current change logs, old ones
