Third-party Slackware packages built with slackrepo on Slackware64-current. Use at your own risk. All packages are signed with my GPG key.
| Name | Last modified | Size | |
|---|---|---|---|
| Parent Directory | - | ||
| python3-trio-0.24.0-x86_64-1_danix.dep | 2026-05-09 20:15 | 57 | |
| python3-trio-0.24.0-x86_64-1_danix.lst | 2026-05-12 11:11 | 53K | |
| python3-trio-0.24.0-x86_64-1_danix.meta | 2026-05-12 11:11 | 751 | |
| python3-trio-0.24.0-x86_64-1_danix.txt | 2026-05-12 11:11 | 518 | |
| python3-trio-0.24.0-x86_64-1_danix.txz | 2026-05-09 20:15 | 860K | |
| python3-trio-0.24.0-x86_64-1_danix.txz.asc | 2026-05-12 11:11 | 870 | |
| python3-trio-0.24.0-x86_64-1_danix.txz.md5 | 2026-05-12 11:11 | 73 | |
| python3-trio-0.24.0-x86_64-1_danix.txz.sha256 | 2026-05-09 20:15 | 105 | |
python3-trio (Python library for async concurrency and I/O)
The Trio project aims 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.