[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Пакет python3-async-timeout-4.0.2-2.el9.noarch download

Имя python3-async-timeout
Эпоха 0
Версия 4.0.2
Релиз 2.el9
Архитектура noarch
Сайт https://github.com/aio-libs/async-timeout
Лицензия ASL 2.0
Время сборки 2024-02-12 20:37:53
Хост сборки builder-x86-04.inferitos.ru
Краткое описание An asyncio-compatible timeout context manager
Репозитории Extras
Полное описание asyncio-compatible timeout context manager The context manager is useful in cases when you want to apply timeout logic around block of code or in cases when asyncio.wait_for() is not suitable. Also it's much faster than asyncio.wait_for() because timeout doesn't create a new task.
Эррата
Размер 18 КиБ
Исходный проект python-async-timeout-4.0.2-2.el9
Контрольная сумма SHA-256 5b47b3ca9a2ef5f266423700d98ec837055bde8f18eb8eb8de914e68c2d6b838
× Full screenshot
История изменений link
* Mon Feb 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 4.0.2-2
- Rebuilt for MSVSphere 9.3

* Tue Apr 19 2022 Carl George <carl@george.computer> - 4.0.2-2
- Convert to pyproject macros