pyinotify Documentation

repository·master·Indexed 25 days ago

https://github.com/seb-m/pyinotify

A Python wrapper for the Linux inotify kernel subsystem that allows developers to monitor filesystem events such as file creation, modification, or deletion. Requires Linux ≥ 2.6.13 and Python ≥ 2.4.

Tokens
220
Snippets
3
Records
4
Agent score
31%

What's inside pyinotify

  1. Install pyinotify from source

    master

    To install directly from the source code, use the setup.py script with your preferred Python interpreter (e.g., python, python2.7, python3.x). Replace XXX with your specific interpreter version.

    $ sudo pythonXXX setup.py install