aio-net-events


Nameaio-net-events JSON
Version 7.0.0 PyPI version JSON
download
home_pagehttps://github.com/ntamas/aio-net-events/
SummaryAsynchronous network configuration event detector for Python 3.7 and above
upload_time2024-01-31 13:47:32
maintainer
docs_urlNone
authorTamas Nepusz
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aio-net-events

`aio-net-events` is a Python library that provides asynchronous generators
yielding events when the network configuration of the machine changes.
Currently only network interface additions / removals and IP address additions /
removals are supported; more events may be added later.

Supports Windows, Linux and macOS at the moment.

Requires Python >= 3.8.

Works with [`asyncio`](https://docs.python.org/3/library/asyncio.html) and
[`trio`](https://trio.readthedocs.io/en/stable/).

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install
`aio-net-events`.

```bash
pip install aio-net-events
```

## Usage

## Contributing

Pull requests are welcome. For major changes, please open an issue first to
discuss what you would like to change.

Please make sure to update tests as appropriate.

## License

[MIT](https://choosealicense.com/licenses/mit/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ntamas/aio-net-events/",
    "name": "aio-net-events",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tamas Nepusz",
    "author_email": "tamas@collmot.com",
    "download_url": "https://files.pythonhosted.org/packages/0d/1b/a100c579692ae34dc0918fa4eb7bad4ce0477279d6c8c84b681326a674a7/aio_net_events-7.0.0.tar.gz",
    "platform": null,
    "description": "# aio-net-events\n\n`aio-net-events` is a Python library that provides asynchronous generators\nyielding events when the network configuration of the machine changes.\nCurrently only network interface additions / removals and IP address additions /\nremovals are supported; more events may be added later.\n\nSupports Windows, Linux and macOS at the moment.\n\nRequires Python >= 3.8.\n\nWorks with [`asyncio`](https://docs.python.org/3/library/asyncio.html) and\n[`trio`](https://trio.readthedocs.io/en/stable/).\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install\n`aio-net-events`.\n\n```bash\npip install aio-net-events\n```\n\n## Usage\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to\ndiscuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Asynchronous network configuration event detector for Python 3.7 and above",
    "version": "7.0.0",
    "project_urls": {
        "Homepage": "https://github.com/ntamas/aio-net-events/",
        "Repository": "https://github.com/ntamas/aio-net-events/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ab8386477fdeb331af13258cd5c07c86af2fd00f3d4e60d5597a272d8039616",
                "md5": "75a7683f06e3cefff2f0ef0728634861",
                "sha256": "f534c1565c84e2489a85f9e39712e67a078791ef5157bfa389ac4dccf3981c92"
            },
            "downloads": -1,
            "filename": "aio_net_events-7.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "75a7683f06e3cefff2f0ef0728634861",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 11170,
            "upload_time": "2024-01-31T13:47:31",
            "upload_time_iso_8601": "2024-01-31T13:47:31.131054Z",
            "url": "https://files.pythonhosted.org/packages/1a/b8/386477fdeb331af13258cd5c07c86af2fd00f3d4e60d5597a272d8039616/aio_net_events-7.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d1ba100c579692ae34dc0918fa4eb7bad4ce0477279d6c8c84b681326a674a7",
                "md5": "6e9f61ace871e8c4af0cf821c59fea86",
                "sha256": "f144fad518409fcf0554513b93d46036af39e3b5aec7c108229c0b0c6bc022a5"
            },
            "downloads": -1,
            "filename": "aio_net_events-7.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6e9f61ace871e8c4af0cf821c59fea86",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 8638,
            "upload_time": "2024-01-31T13:47:32",
            "upload_time_iso_8601": "2024-01-31T13:47:32.811507Z",
            "url": "https://files.pythonhosted.org/packages/0d/1b/a100c579692ae34dc0918fa4eb7bad4ce0477279d6c8c84b681326a674a7/aio_net_events-7.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-31 13:47:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ntamas",
    "github_project": "aio-net-events",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aio-net-events"
}
        
Elapsed time: 0.41672s