python-pykka 2.0.2-5ubuntu1 source package in Ubuntu

Changelog

python-pykka (2.0.2-5ubuntu1) focal; urgency=medium

  * Build-depend on python3-doc.

 -- Matthias Klose <email address hidden>  Fri, 03 Apr 2020 19:04:32 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.orig.tar.gz 50.6 KiB 895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39
python-pykka_2.0.2-5ubuntu1.debian.tar.xz 4.8 KiB c32b6074e374ec3bc3d37db920fc1c3e678fa72a5a733701986a7b8acc3f2957
python-pykka_2.0.2-5ubuntu1.dsc 2.2 KiB 4a1d89cc84bc5211906a3c6b305131fe7f8ed89824c2e689e454c930614026a5

View changes file

Binary packages built by this source

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.