Thu, 23 May 2024 23:09:12 UTC | login

Information for build python-curio-0.9-3.fc31

ID126809
Package Namepython-curio
Version0.9
Release3.fc31
Epoch
SummaryBuilding blocks for performing concurrent I/O
DescriptionCurio is a library of building blocks for performing concurrent I/O and common system programming tasks such as launching subprocesses, working with files, and farming work out to thread and process pools. It uses Python coroutines and the explicit async/await syntax introduced in Python 3.5. Its programming model is based on cooperative multitasking and existing programming abstractions such as threads, sockets, files, subprocesses, locks, and queues. You'll find it to be small, fast, and fun. Curio has no third-party dependencies and does not use the standard asyncio module. Most users will probably find it to be a bit too-low level--it's probably best to think of it as a library for building libraries. Although you might not use it directly, many of its ideas have influenced other libraries with similar functionality.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 31 Aug 2019 17:08:04 UTC
CompletedSat, 31 Aug 2019 17:08:04 UTC
Tags
f31
f32
RPMs
src
python-curio-0.9-3.fc31.src.rpm (info) (download)
noarch
python3-curio-0.9-3.fc31.noarch.rpm (info) (download)
Changelog * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Wed Sep 12 2018 Carl George <carl@george.computer> - 0.9-1 - Initial package