# `async-extensions`
[![License][License Badge]][License]
[![Version][Version Badge]][Package]
[![Downloads][Downloads Badge]][Package]
[![Discord][Discord Badge]][Discord]
[![Check][Check Badge]][Actions]
> *Asynchronous extensions.*
`async-extensions` builds on top of [`anyio`][anyio] to improve backend-agnostic
asynchronous programming.
## Installing
**Python 3.8 or above is required.**
### pip
Installing the library with `pip` is quite simple:
```console
$ pip install async-extensions
```
Alternatively, the library can be installed from source:
```console
$ git clone https://github.com/nekitdev/async-extensions.git
$ cd async-extensions
$ python -m pip install .
```
### poetry
You can add `async-extensions` as a dependency with the following command:
```console
$ poetry add async-extensions
```
Or by directly specifying it in the configuration like so:
```toml
[tool.poetry.dependencies]
async-extensions = "^4.0.0"
```
Alternatively, you can add it directly from the source:
```toml
[tool.poetry.dependencies.async-extensions]
git = "https://github.com/nekitdev/async-extensions.git"
```
## Support
If you need support with the library, you can send an [email][Email]
or refer to the official [Discord server][Discord].
## Changelog
You can find the changelog [here][Changelog].
## Security Policy
You can find the Security Policy of `async-extensions` [here][Security].
## Contributing
If you are interested in contributing to `async-extensions`, make sure to take a look at the
[Contributing Guide][Contributing Guide], as well as the [Code of Conduct][Code of Conduct].
## License
`async-extensions` is licensed under the MIT License terms. See [License][License] for details.
[Email]: mailto:support@nekit.dev
[Discord]: https://nekit.dev/chat
[Actions]: https://github.com/nekitdev/async-extensions/actions
[Changelog]: https://github.com/nekitdev/async-extensions/blob/main/CHANGELOG.md
[Code of Conduct]: https://github.com/nekitdev/async-extensions/blob/main/CODE_OF_CONDUCT.md
[Contributing Guide]: https://github.com/nekitdev/async-extensions/blob/main/CONTRIBUTING.md
[Security]: https://github.com/nekitdev/async-extensions/blob/main/SECURITY.md
[License]: https://github.com/nekitdev/async-extensions/blob/main/LICENSE
[Package]: https://pypi.org/project/async-extensions
[Discord Badge]: https://img.shields.io/badge/chat-discord-5865f2
[License Badge]: https://img.shields.io/pypi/l/async-extensions
[Version Badge]: https://img.shields.io/pypi/v/async-extensions
[Downloads Badge]: https://img.shields.io/pypi/dm/async-extensions
[Check Badge]: https://github.com/nekitdev/async-extensions/workflows/check/badge.svg
[anyio]: https://github.com/agronholm/anyio
Raw data
{
"_id": null,
"home_page": "https://github.com/nekitdev/async-extensions",
"name": "async-extensions",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "python, async, extensions",
"author": "nekitdev",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/92/a6/8c323f11942b3576547435c3db715b449d703c24ed488ea1ab09ea13fd31/async_extensions-4.0.0.tar.gz",
"platform": null,
"description": "# `async-extensions`\n\n[![License][License Badge]][License]\n[![Version][Version Badge]][Package]\n[![Downloads][Downloads Badge]][Package]\n[![Discord][Discord Badge]][Discord]\n[![Check][Check Badge]][Actions]\n\n> *Asynchronous extensions.*\n\n`async-extensions` builds on top of [`anyio`][anyio] to improve backend-agnostic\nasynchronous programming.\n\n## Installing\n\n**Python 3.8 or above is required.**\n\n### pip\n\nInstalling the library with `pip` is quite simple:\n\n```console\n$ pip install async-extensions\n```\n\nAlternatively, the library can be installed from source:\n\n```console\n$ git clone https://github.com/nekitdev/async-extensions.git\n$ cd async-extensions\n$ python -m pip install .\n```\n\n### poetry\n\nYou can add `async-extensions` as a dependency with the following command:\n\n```console\n$ poetry add async-extensions\n```\n\nOr by directly specifying it in the configuration like so:\n\n```toml\n[tool.poetry.dependencies]\nasync-extensions = \"^4.0.0\"\n```\n\nAlternatively, you can add it directly from the source:\n\n```toml\n[tool.poetry.dependencies.async-extensions]\ngit = \"https://github.com/nekitdev/async-extensions.git\"\n```\n\n## Support\n\nIf you need support with the library, you can send an [email][Email]\nor refer to the official [Discord server][Discord].\n\n## Changelog\n\nYou can find the changelog [here][Changelog].\n\n## Security Policy\n\nYou can find the Security Policy of `async-extensions` [here][Security].\n\n## Contributing\n\nIf you are interested in contributing to `async-extensions`, make sure to take a look at the\n[Contributing Guide][Contributing Guide], as well as the [Code of Conduct][Code of Conduct].\n\n## License\n\n`async-extensions` is licensed under the MIT License terms. See [License][License] for details.\n\n[Email]: mailto:support@nekit.dev\n\n[Discord]: https://nekit.dev/chat\n\n[Actions]: https://github.com/nekitdev/async-extensions/actions\n\n[Changelog]: https://github.com/nekitdev/async-extensions/blob/main/CHANGELOG.md\n[Code of Conduct]: https://github.com/nekitdev/async-extensions/blob/main/CODE_OF_CONDUCT.md\n[Contributing Guide]: https://github.com/nekitdev/async-extensions/blob/main/CONTRIBUTING.md\n[Security]: https://github.com/nekitdev/async-extensions/blob/main/SECURITY.md\n\n[License]: https://github.com/nekitdev/async-extensions/blob/main/LICENSE\n\n[Package]: https://pypi.org/project/async-extensions\n\n[Discord Badge]: https://img.shields.io/badge/chat-discord-5865f2\n[License Badge]: https://img.shields.io/pypi/l/async-extensions\n[Version Badge]: https://img.shields.io/pypi/v/async-extensions\n[Downloads Badge]: https://img.shields.io/pypi/dm/async-extensions\n[Check Badge]: https://github.com/nekitdev/async-extensions/workflows/check/badge.svg\n\n[anyio]: https://github.com/agronholm/anyio\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Asynchronous extensions.",
"version": "4.0.0",
"project_urls": {
"Chat": "https://nekit.dev/chat",
"Funding": "https://nekit.dev/funding",
"Homepage": "https://github.com/nekitdev/async-extensions",
"Issues": "https://github.com/nekitdev/async-extensions/issues",
"Repository": "https://github.com/nekitdev/async-extensions"
},
"split_keywords": [
"python",
" async",
" extensions"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2334a00808f8139411d252be03223ee3e8d8b2be74cf8c5d4ea5e1cf01e6572a",
"md5": "3f82c165833af1b1e2e35b55d7eaf0a4",
"sha256": "04ed22ce6ee9506f1de49d3a28f75e0cadac8587114609d1dbfac8c1766c4c05"
},
"downloads": -1,
"filename": "async_extensions-4.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3f82c165833af1b1e2e35b55d7eaf0a4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 14283,
"upload_time": "2024-04-23T12:40:17",
"upload_time_iso_8601": "2024-04-23T12:40:17.151576Z",
"url": "https://files.pythonhosted.org/packages/23/34/a00808f8139411d252be03223ee3e8d8b2be74cf8c5d4ea5e1cf01e6572a/async_extensions-4.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "92a68c323f11942b3576547435c3db715b449d703c24ed488ea1ab09ea13fd31",
"md5": "7c7176e32dd0d3b81efa00964f273bc0",
"sha256": "9acdd58dcf3cf4d66ea2bdca31e57d80b9f3aa55a5cfd6a9f2c805d4088d2afc"
},
"downloads": -1,
"filename": "async_extensions-4.0.0.tar.gz",
"has_sig": false,
"md5_digest": "7c7176e32dd0d3b81efa00964f273bc0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9287,
"upload_time": "2024-04-23T12:40:18",
"upload_time_iso_8601": "2024-04-23T12:40:18.638741Z",
"url": "https://files.pythonhosted.org/packages/92/a6/8c323f11942b3576547435c3db715b449d703c24ed488ea1ab09ea13fd31/async_extensions-4.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-23 12:40:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nekitdev",
"github_project": "async-extensions",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "async-extensions"
}