anyio==4.14.2
# High-level concurrency and networking framework on top of asyncio or Trio
$ pip install anyio
downloads/wk
234,309,802
license
version
4.14.2
python
>=3.10
What is anyio?
anyio is a Python library that provides a unified interface for writing asynchronous code that can run on top of either asyncio or Trio, two different async frameworks. Developers use it to write concurrent networking and I/O code once without being locked into a specific async backend, or to more easily switch between frameworks for testing and deployment.