python-janus 1.0.0-2 source package in Ubuntu

Changelog

python-janus (1.0.0-2) unstable; urgency=medium

  * set Testsuite: autopkgtest-pkg-pybuild
  * build-depend on pybuild-plugin-pyproject
  * tighten copyright file

 -- Jonas Smedegaard <email address hidden>  Wed, 07 Dec 2022 10:48:25 +0100

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-janus_1.0.0-2.dsc 2.0 KiB a258ff97c4d37ae1aebca618e9f4ff754537d92eabf2e07a912fc63f5126b609
python-janus_1.0.0.orig.tar.gz 18.8 KiB 7795be8173faf473bbf0139e398bd0756b24e0f3fa3f11db729efc23f9032cfb
python-janus_1.0.0-2.debian.tar.xz 2.6 KiB 204ed68b6042afd95380238e57ec762e0aee84ae03593b4f14ebf2867d31df20

Available diffs

No changes file available.

Binary packages built by this source

python3-janus: thread-safe asyncio-aware queue for Python

 Mixed sync-async queue,
 supposed to be used for communicating
 between classic synchronous (threaded) code
 and asynchronous (in terms of asyncio) one.
 .
 Like Janus god,
 the queue object from the library has two faces:
 synchronous and asynchronous interface.
 .
 Synchronous is fully compatible with standard queue,
 asynchronous one follows asyncio queue design.