anyio4.6.2.post1
anyio4.6.2.post1
Published
High level compatibility layer for multiple asynchronous event loop implementations
pip install anyio
Package Downloads
Authors
Project URLs
Requires Python
>=3.9
Dependencies
- idna
>=2.8
- sniffio
>=1.1
- exceptiongroup
>=1.0.2; python_version < "3.11"
- typing-extensions
>=4.1; python_version < "3.11"
- packaging
; extra == "doc"
- Sphinx
~=7.4; extra == "doc"
- sphinx-rtd-theme
; extra == "doc"
- sphinx-autodoc-typehints
>=1.2.0; extra == "doc"
- anyio
[trio]; extra == "test"
- coverage
[toml]>=7; extra == "test"
- exceptiongroup
>=1.2.0; extra == "test"
- hypothesis
>=4.0; extra == "test"
- psutil
>=5.9; extra == "test"
- pytest
>=7.0; extra == "test"
- pytest-mock
>=3.6.1; extra == "test"
- trustme
; extra == "test"
- uvloop
>=0.21.0b1; (platform_python_implementation == "CPython" and platform_system != "Windows") and extra == "test"
- truststore
>=0.9.1; python_version >= "3.10" and extra == "test"
- trio
>=0.26.1; extra == "trio"