python-pykka 2.0.2-3 source package in Ubuntu

Changelog

python-pykka (2.0.2-3) unstable; urgency=medium

  * Disable testing on Python 3.8, as a newer gevent is required for that.

 -- Stein Magnus Jodal <email address hidden>  Thu, 26 Dec 2019 02:42:54 +0100

Upload details

Uploaded by:
Stein Magnus Jodal
Uploaded to:
Sid
Original maintainer:
Stein Magnus Jodal
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-pykka_2.0.2-3.dsc 2.3 KiB f40989ae840b5ef9a70465580e8e69c180121c991b80ab7be3999811733dbd42
python-pykka_2.0.2.orig.tar.gz 50.6 KiB 895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39
python-pykka_2.0.2-3.debian.tar.xz 5.0 KiB a12af1867991cc4782ed8c3ea0b3b6ab7996bad4319a7ddfd90806af5755df28

Available diffs

No changes file available.

Binary packages built by this source

python-pykka: No summary available for python-pykka in ubuntu focal.

No description available for python-pykka in ubuntu focal.

python3-pykka: Actor model library (Python 3)

 Pykka is a Python implementation of the actor model. The actor model
 introduces some simple rules to control the sharing of state and cooperation
 between execution units, which makes it easier to build concurrent
 applications.
 .
 Pykka provides an actor API with multiple implementations: threading, gevent,
 and Eventlet.