crochet 1.0.0-0ubuntu2 source package in Ubuntu

Changelog

crochet (1.0.0-0ubuntu2) trusty; urgency=low

  * debian/rules: Run unittests.
  * debian/patches/ubuntu_fix_tests.patch: Fix tests.
 -- Andres Rodriguez <email address hidden>   Tue, 11 Feb 2014 11:25:56 -0500

Upload details

Uploaded by:
Andres Rodriguez
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
crochet_1.0.0.orig.tar.gz 30.6 KiB ebe2890389541adf388dba95045e216e26bd0af6556caeeb8728ff67c9e5a009
crochet_1.0.0-0ubuntu2.debian.tar.gz 3.1 KiB 546e607b4e2cc6d99f3a1f6b241cd8396b7d2d152f7eebbd097cd74e5054c20d
crochet_1.0.0-0ubuntu2.dsc 1.8 KiB dd8b8573838a1406f4c5ae19a0f61de253981733dab474a23ccd68ecdadf183f

Available diffs

View changes file

Binary packages built by this source

python-crochet: Use Twisted Anywhere!

 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.