/pyfanotify

Python wrapper for Linux fanotify - monitoring filesystem events

Primary LanguageCMIT LicenseMIT

pyfanotify

PyPI PyPI - Downloads PyPI - License

build upload docs

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