crochet 2.1.1-2 source package in Ubuntu
Changelog
crochet (2.1.1-2) unstable; urgency=medium * Team upload. * Replace SafeConfigParser deprecated in Python3.12 Closes: #1058098 -- Andreas Tille <email address hidden> Wed, 10 Jan 2024 08:50:50 +0100
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Plucky | release | main | python | |
Oracular | release | main | python | |
Noble | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
crochet_2.1.1-2.dsc | 2.1 KiB | 2dac4ba068e1de78361c21763b30ba925a1c7e8919898e06a7c29bd801fe0907 |
crochet_2.1.1.orig.tar.gz | 62.3 KiB | 7ece69de1ce8e63ffc0af8e2331ec4eb898d91ed4271aafa4ccc398523b81cf9 |
crochet_2.1.1-2.debian.tar.xz | 4.2 KiB | bfb7299d8000c61d4ec099e56baecb0d86d23aad365822130d1a3167af203faa |
Available diffs
- diff from 2.1.1-1 to 2.1.1-2 (908 bytes)
No changes file available.
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.