Contents

anyio 4.4.0

0

High level compatibility layer for multiple asynchronous event loop implementations

High level compatibility layer for multiple asynchronous event loop implementations

Stars: 1694, Watchers: 1694, Forks: 132, Open Issues: 62

The agronholm/anyio repo was created 5 years ago and the last code push was 2 days ago.
The project is very popular with an impressive 1694 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

No  anyio  pypi packages just yet.

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

See more issues on GitHub

Related Packages & Articles

uvloop 0.19.0

Fast implementation of asyncio event loop on top of libuv