pyfanotify


Namepyfanotify JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://github.com/baskiton/pyfanotify
SummaryPython wrapper for Linux fanotify
upload_time2023-12-16 15:17:41
maintainer
docs_urlNone
authorAlexander Baskikh
requires_python>=3.5
licenseMIT
keywords linux kernel fanotify
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "linux kernel fanotify",
    "author": "Alexander Baskikh",
    "author_email": "baskiton@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0d/1f/8e524787081946014a52ab1dc0e53ba88a1bed90a6de1033d90a6b24b7c7/pyfanotify-0.2.2.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.2.2",
    "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": "0d1f8e524787081946014a52ab1dc0e53ba88a1bed90a6de1033d90a6b24b7c7",
                "md5": "e12bca3cffbe1955ca9a1ef79ea249ad",
                "sha256": "90219aa9f8b78fa732f24aa7b21c7bb6ac97a6eb47f1763c899b8194e23af1df"
            },
            "downloads": -1,
            "filename": "pyfanotify-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e12bca3cffbe1955ca9a1ef79ea249ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 16233,
            "upload_time": "2023-12-16T15:17:41",
            "upload_time_iso_8601": "2023-12-16T15:17:41.574798Z",
            "url": "https://files.pythonhosted.org/packages/0d/1f/8e524787081946014a52ab1dc0e53ba88a1bed90a6de1033d90a6b24b7c7/pyfanotify-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-16 15:17:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "baskiton",
    "github_project": "pyfanotify",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyfanotify"
}
        
Elapsed time: 0.15272s