Name: | python3-curio |
---|---|
Version: | 1.4 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 473157 |
License: | BSD |
RPM: | python3-curio-1.4-1.el8.noarch.rpm |
Source RPM: | python-curio-1.4-1.el8.src.rpm |
Build Date: | Thu May 06 2021 |
Build Host: | jenkins-172-17-0-2-3a7a38b2-a3be-49d2-935d-1fa611baadb7.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/dabeaz/curio |
Summary: | Building blocks for performing concurrent I/O |
Description: | 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. |
- Update to 1.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Rebuilt for Python 3.9
- Latest upstream - Add patch0 to skip tests that require internet
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Rebuilt for Python 3.8.0rc1 (#1748018)
- Rebuilt for Python 3.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Initial package