# 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
Raw data
{
"_id": null,
"home_page": "https://github.com/baskiton/pyfanotify",
"name": "pyfanotify",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.5",
"maintainer_email": null,
"keywords": "linux kernel fanotify",
"author": "Alexander Baskikh",
"author_email": "baskiton@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/97/3b/b47a8690b35759a2c17c99f4683175de88d77385731531b660fa5f39ab3e/pyfanotify-0.3.0.tar.gz",
"platform": null,
"description": "# pyfanotify\n[![PyPI](https://img.shields.io/pypi/v/pyfanotify?logo=python&logoColor=white)][pypi_proj]\n[![PyPI - Downloads](https://img.shields.io/pypi/dm/pyfanotify?logo=python&logoColor=white)][pypi_proj]\n[![PyPI - License](https://img.shields.io/pypi/l/pyfanotify?logo=open-source-initiative&logoColor=white)](https://github.com/baskiton/pyfanotify/blob/main/LICENSE)\n\n[![build](https://img.shields.io/github/actions/workflow/status/baskiton/pyfanotify/build.yml?logo=github)](https://github.com/baskiton/pyfanotify/actions/workflows/build.yml)\n[![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)\n[![docs](https://img.shields.io/readthedocs/pyfanotify?logo=readthedocs&logoColor=white)][documentation]\n\nPython wrapper for Linux fanotify. \\\nSee [fanotify manpage][man_fanotify] for more details.\n\nTo detail see the [documentation][documentation]\n\n### IMPORTANT!\n`fanotify` requires execution from **ROOT**!\n\n## Requirements\n * Python 3.6+\n\n## Installing\n### Using PIP\n```sh\n$ pip install pyfanotify\n```\n### From sources\n```sh\n$ git clone https://github.com/baskiton/pyfanotify.git\n$ cd pyfanotify\n$ python setup.py install\n```\n\n## Usage\nSee [examples][examples]\n\n\n[pypi_proj]: https://pypi.org/project/pyfanotify/\n[man_fanotify]: https://man7.org/linux/man-pages/man7/fanotify.7.html\n[examples]: https://github.com/baskiton/pyfanotify/blob/main/examples\n[documentation]: https://pyfanotify.readthedocs.io\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python wrapper for Linux fanotify",
"version": "0.3.0",
"project_urls": {
"Bug Tracker": "https://github.com/baskiton/pyfanotify/issues",
"Homepage": "https://github.com/baskiton/pyfanotify",
"Source": "https://github.com/baskiton/pyfanotify"
},
"split_keywords": [
"linux",
"kernel",
"fanotify"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "973bb47a8690b35759a2c17c99f4683175de88d77385731531b660fa5f39ab3e",
"md5": "b543a5b2d44c5e19efdc1a5c7d98c53b",
"sha256": "95ee17caec25436e10d59d5d45e28d2dc659819cc6de55f29fcbdcd5ee2fa8d3"
},
"downloads": -1,
"filename": "pyfanotify-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "b543a5b2d44c5e19efdc1a5c7d98c53b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.5",
"size": 16460,
"upload_time": "2024-07-20T21:02:13",
"upload_time_iso_8601": "2024-07-20T21:02:13.109300Z",
"url": "https://files.pythonhosted.org/packages/97/3b/b47a8690b35759a2c17c99f4683175de88d77385731531b660fa5f39ab3e/pyfanotify-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-20 21:02:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "baskiton",
"github_project": "pyfanotify",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pyfanotify"
}