A library that makes it easier to use Twisted from blocking code
Repositories
Extras
Description
Crochet is an MIT-licensed library that makes it easier to use
Twisted from regular blocking code. Some use cases include easily using 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, or allow
normal Twisted programs that use threads to interact with Twisted more cleanly
from their threaded parts