python-trio 0.11.0-2 source package in Ubuntu

Changelog

python-trio (0.11.0-2) unstable; urgency=medium

  * Build-depend on pylint which is now python3, not pylint3.

 -- Gianfranco Costamagna <email address hidden>  Tue, 10 Dec 2019 16:54:09 +0100

Upload details

Uploaded by:
Robie Basak
Uploaded to:
Sid
Original maintainer:
Robie Basak
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-trio_0.11.0-2.dsc 1.9 KiB c945e31ca26213c096ebe650f2154243c78f33780744450c8ccf46f3fccdc21f
python-trio_0.11.0.orig.tar.gz 355.8 KiB 3796774aedbf5be581c68f98c79b565654876de6e9a01c6a95e3ec6cd4e4b4c3
python-trio_0.11.0-2.debian.tar.xz 2.4 KiB 16ff645586122578347ecafbe873a24316f055e78ddf64cb2c0c3ac96ab8a193

No changes file available.

Binary packages built by this source

python3-trio: Python async concurrency and I/O library

 Trio is a Python async concurrency and I/O library like Twisted or the asyncio
 standard library, but with an API rethink following lessons learned from
 asyncio and Dave Beazley's Curio. The author claims that the resulting design
 is radically simpler than older competitors like asyncio and Twisted, yet just
 as capable.
 .
 This project is young and still somewhat experimental. The API has not yet
 been declared stable. If you need more mature or with a more stable API,
 then Python's asyncio library, or the older Twisted, are probably better bets.