python-trio 0.11.0-1ubuntu1 source package in Ubuntu

Changelog

python-trio (0.11.0-1ubuntu1) eoan; urgency=medium

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

 -- Steve Langasek <email address hidden>  Wed, 25 Sep 2019 16:03:23 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-trio_0.11.0.orig.tar.gz 355.8 KiB 3796774aedbf5be581c68f98c79b565654876de6e9a01c6a95e3ec6cd4e4b4c3
python-trio_0.11.0-1ubuntu1.debian.tar.xz 2.5 KiB cad2684530942abc2547d626cd1dc4559659dbf6946ae28881595a71e47eac50
python-trio_0.11.0-1ubuntu1.dsc 2.1 KiB d8ff7828cff8ee9f7c06261f9ad8c160f86471888fe531a376868efe2f7f3916

View changes file

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.