Re: [Twisted-Python] ANN: Crochet 1.3.0 - Use Twisted Anywhere!

2014-06-02 Thread Itamar Turner-Trauring
On 05/31/2014 04:08 PM, Itamar Turner-Trauring wrote: This is a bugfix release, recommended for all users of Crochet. More specifically, if you've been getting spurious RuntimeErrors complaining about waiting during imports you want this release. -Itamar _

[Twisted-Python] ANN: Crochet 1.3.0 - Use Twisted Anywhere!

2014-05-31 Thread Itamar Turner-Trauring
Crochet is an MIT-licensed 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 bl