Tue, 28 May 2024 20:35:33 UTC | login

Information for build python-trio-0.7.0-1.fc29

ID73913
Package Namepython-trio
Version0.7.0
Release1.fc29
Epoch
SummaryAn async/await-native I/O library for humans and snake people
DescriptionThe Trio project's goal is to produce a production-quality, permissively licensed, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same time with parallelized I/O. A web spider that wants to fetch lots of pages in parallel, a web server that needs to juggle lots of downloads and websocket connections at the same time, a process supervisor monitoring multiple subprocesses... that sort of thing. Compared to other libraries, Trio attempts to distinguish itself with an obsessive focus on usability and correctness. Concurrency is complicated; we try to make it easy to get things right.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 03 Oct 2018 20:43:50 UTC
CompletedWed, 03 Oct 2018 20:43:50 UTC
Tags
f29
f30
RPMs
src
python-trio-0.7.0-1.fc29.src.rpm (info) (download)
noarch
python3-trio-0.7.0-1.fc29.noarch.rpm (info) (download)
Changelog * Thu Sep 20 2018 Carl George <carl@george.computer> - 0.7.0-1 - Initial package