crochet 1.4.0-0ubuntu4 source package in Ubuntu

Changelog

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

  * Stop building the Python2 module.

 -- Matthias Klose <email address hidden>  Fri, 27 Mar 2020 15:56:50 +0100

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
Focal release main python

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-0ubuntu4.debian.tar.xz 3.5 KiB 2a4de00cf85cce552d16ef9331e7c6e339edaaaede1a6ecc40cf2aee727ecf32
crochet_1.4.0-0ubuntu4.dsc 1.9 KiB f1a14fa020557411f703656029bb386e4b10a2c3ea81dbbb4516d820f9a399db

Available diffs

View changes file

Binary packages built by this source

python3-crochet: Library that makes it easier to use Twisted from regular blocking code

 Crochet is a library that makes it easier to use Twisted from regular blocking
 code. Some use cases include:
 .
 Easily use Twisted from a blocking framework like Django or Flask.
 .
 Write a library that provides a blocking API, but uses Twisted for
 its implementation.
 .
 Port blocking code to Twisted more easily, by keeping a backwards
 compatibility layer.
 .
 Allow normal Twisted programs that use threads to interact with
 Twisted more cleanly from their threaded parts. For example, this
 can be useful when using Twisted as a WSGI container.
 .
 This package installs the library for Python 3.