anyio 4.6.0
0
High level compatibility layer for multiple asynchronous event loop implementations
Contents
High level compatibility layer for multiple asynchronous event loop implementations
Stars: 1783, Watchers: 1783, Forks: 137, Open Issues: 62The agronholm/anyio
repo was created 6 years ago and the last code push was an hour ago.
The project is very popular with an impressive 1783 github stars!
How to Install anyio
You can install anyio using pip
pip install anyio
or add it to a project with poetry
poetry add anyio
Package Details
- Author
- None
- License
- MIT
- Homepage
- None
- PyPi:
- https://pypi.org/project/anyio/
- Documentation:
- https://anyio.readthedocs.io/en/latest/
- GitHub Repo:
- https://github.com/agronholm/anyio
Classifiers
Related Packages
Errors
A list of common anyio errors.
Code Examples
Here are some anyio
code examples and snippets.
GitHub Issues
The anyio package has 62 open issues on GitHub
- Support for scoped cancellation/timeouts when calling into asyncio code
- ✨ Add alternative APIs that improve typing and tooling support (e.g. autocompletion)
- support for taskgroups and cancelscopes in fixtures
- add @wrapped_async_generator