crochet 1.4.0-0ubuntu2 source package in Ubuntu

Changelog

crochet (1.4.0-0ubuntu2) xenial; urgency=medium

  * debian/control: Depends on python3-twisted instead of
    python3-twisted-experimental.

 -- Andres Rodriguez <email address hidden>  Tue, 15 Dec 2015 11:43:47 -0500

Upload details

Uploaded by:
Andres Rodriguez
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main python
Xenial release main python

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
crochet_1.4.0.orig.tar.gz 44.1 KiB 51ab1c03bf4317b4a6e2b8bfd15da37674b3494f8f420eacde78e272280ae598
crochet_1.4.0-0ubuntu2.debian.tar.xz 3.5 KiB ff44c76bf18b7336291e4282ecd07ee7bbd74e64f13cee72160cc1fd7b75fb78
crochet_1.4.0-0ubuntu2.dsc 2.0 KiB 5235bc8ddb6b1a1a84d8793c810ed75de4770ac5990c4c4ef074f8d8d868b2eb

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.