Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.52 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.52 KB

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