baskiton / pyfanotify

Python wrapper for Linux fanotify - monitoring filesystem events

Home Page:https://pyfanotify.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python wrapper for Linux fanotify - monitoring filesystem events

https://pyfanotify.readthedocs.io

License:MIT License


Languages

Language:C 60.3%Language:Python 39.7%