Skip to content

baskiton/pyfanotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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