Fedora Packages

python3-curio Subpackage of python-curio

Building blocks for performing concurrent I/O

Curio 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.

Releases Overview

Release Stable Testing
Fedora Rawhide 1.6-7.fc40 -
Fedora 40 1.6-7.fc40 -
Fedora 39 1.6-5.fc39 -
Fedora 38 1.6-2.fc38 -
EPEL 9 1.5-5.el9 -
EPEL 8 1.4-1.el8 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at python-curio dash maintainers at fedoraproject dot org.



Sources on Pagure