Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baskiton/pyfanotify
Python wrapper for Linux fanotify - monitoring filesystem events
https://github.com/baskiton/pyfanotify
fanotify file-events file-events-monitoring filemon filemonitor filesystem linux linux-kernel python
Last synced: 24 days ago
JSON representation
Python wrapper for Linux fanotify - monitoring filesystem events
- Host: GitHub
- URL: https://github.com/baskiton/pyfanotify
- Owner: baskiton
- License: mit
- Created: 2021-10-11T02:33:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T21:01:40.000Z (4 months ago)
- Last Synced: 2024-09-29T15:04:56.643Z (about 1 month ago)
- Topics: fanotify, file-events, file-events-monitoring, filemon, filemonitor, filesystem, linux, linux-kernel, python
- Language: C
- Homepage: https://pyfanotify.readthedocs.io
- Size: 45.9 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyfanotify
[![PyPI](https://img.shields.io/pypi/v/pyfanotify?logo=python&logoColor=white)][pypi_proj]
[![PyPI - Downloads](https://img.shields.io/pypi/dm/pyfanotify?logo=python&logoColor=white)][pypi_proj]
[![PyPI - License](https://img.shields.io/pypi/l/pyfanotify?logo=open-source-initiative&logoColor=white)](https://github.com/baskiton/pyfanotify/blob/main/LICENSE)[![build](https://img.shields.io/github/actions/workflow/status/baskiton/pyfanotify/build.yml?logo=github)](https://github.com/baskiton/pyfanotify/actions/workflows/build.yml)
[![upload](https://img.shields.io/github/actions/workflow/status/baskiton/pyfanotify/pypi-upload.yml?label=upload&logo=github)](https://github.com/baskiton/pyfanotify/actions/workflows/pypi-upload.yml)
[![docs](https://img.shields.io/readthedocs/pyfanotify?logo=readthedocs&logoColor=white)][documentation]Python wrapper for Linux fanotify. \
See [fanotify manpage][man_fanotify] for more details.To detail see the [documentation][documentation]
### IMPORTANT!
`fanotify` requires execution from **ROOT**!## Requirements
* Python 3.6+## Installing
### Using PIP
```sh
$ pip install pyfanotify
```
### From sources
```sh
$ git clone https://github.com/baskiton/pyfanotify.git
$ cd pyfanotify
$ python setup.py install
```## Usage
See [examples][examples][pypi_proj]: https://pypi.org/project/pyfanotify/
[man_fanotify]: https://man7.org/linux/man-pages/man7/fanotify.7.html
[examples]: https://github.com/baskiton/pyfanotify/blob/main/examples
[documentation]: https://pyfanotify.readthedocs.io