Contents

anyio 4.12.1

0

High-level concurrency and networking framework on top of asyncio or Trio

High-level concurrency and networking framework on top of asyncio or Trio

Stars: 2388, Watchers: 2388, Forks: 182, Open Issues: 78

The agronholm/anyio repo was created 7 years ago and the last code push was 3 days ago.
The project is very popular with an impressive 2388 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
None
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 78 open issues on GitHub

  • A few path-related test regressions in Python 3.15.0a5
  • Pytest resumes after KeyboardInterrupt when using async fixture on asyncio backend
  • Asyncio SocketStream suppresses exception cause
  • Added concurrency helpers to retrieve task results
  • Add deliver_cancel parameter and start support to run_process

See more issues on GitHub

Related Packages & Articles

uvloop 0.22.1

Fast implementation of asyncio event loop on top of libuv