pyfanotify

Python wrapper for Linux fanotify - monitoring filesystem events

MIT License

Downloads
140
Stars
10
Committers
2

pyfanotify

Python wrapper for Linux fanotify. See fanotify manpage for more details.

To detail see the documentation

IMPORTANT!

fanotify requires execution from ROOT!

Requirements

  • Python 3.6+

Installing

Using PIP

$ pip install pyfanotify

From sources

$ git clone https://github.com/baskiton/pyfanotify.git
$ cd pyfanotify
$ python setup.py install

Usage

See examples