crochet 1.4.0-0ubuntu3 source package in Ubuntu

Changelog

crochet (1.4.0-0ubuntu3) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:31:54 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
crochet_1.4.0.orig.tar.gz 44.1 KiB 51ab1c03bf4317b4a6e2b8bfd15da37674b3494f8f420eacde78e272280ae598
crochet_1.4.0-0ubuntu3.debian.tar.xz 3.6 KiB db19477eb5d4d6e1f8ee19b2defb849d80f4ec91a69a2695f2442f70448e9724
crochet_1.4.0-0ubuntu3.dsc 2.0 KiB 8a648c09f62734062f78128a863a813e5e4e56d1c808ae51adb861458a0bc44c

Available diffs

View changes file

Binary packages built by this source

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

No description available for python-crochet in ubuntu focal.

python3-crochet: Use Twisted Anywhere! (Python 3)

 Crochet is an MIT-licensed library that makes it easier for blocking or
 threaded applications like Flask or Django to use the Twisted
 networking framework. Crochet provides the following features:
 .
  * Runs Twisted's reactor in a thread it manages.
  * The reactor shuts down automatically when the process' main thread
    finishes.
  * Hooks up Twisted's log system to the Python standard library logging
    framework. Unlike Twisted's built-in logging bridge, this includes
    support for blocking Handler instances.
  * A blocking API to eventual results (i.e. Deferred instances). This
    last feature can be used separately, so Crochet is also useful for
    normal Twisted applications that use threads.