Пакет python3-module-anyio: Информация
Исходный пакет: python3-module-anyio
Версия: 4.9.0-alt1
Собран: 15 октября 2025 г. 16:44
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: https://pypi.org/project/anyio
Лицензия: MIT
О пакете: High level compatibility layer for multiple asynchronous event loop implementations
Описание:
AnyIO is an asynchronous networking and concurrency library that works on top of either asyncio or trio. It implements trio-like structured concurrency (SC) on top of asyncio, and works in harmony with the native SC of trio itself. Applications and libraries written against AnyIO's API will run unmodified on either asyncio or trio. AnyIO can also be adopted into a library or application incrementally - bit by bit, no full refactoring necessary. It will blend in with native libraries of your chosen backend.
Сопровождающий: Alexandr Shashkin
Последнее изменение
2 апреля 2025 г. Alexandr Shashkin 4.9.0-alt1
- Updated to 4.9.0.
2 марта 2025 г. Vitaly Lipatov 4.8.0-alt2
- skip _pytest.fixtures _pytest.outcomes from requires
15 января 2025 г. Alexandr Shashkin 4.8.0-alt1
- Updated to 4.8.0.