Blame .meta

e082d7
<package name="python-crochet" project="openSUSE:Factory">
e082d7
  <title>Crochet: Use Twisted Anywhere!</title>
e082d7
  <description>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:
e082d7
e082d7
  - Runs Twisted's reactor in a thread it manages.
e082d7
  - The reactor shuts down automatically when the process' main thread finishes.
e082d7
  - 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.
e082d7
  - 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.
e082d7
</description>
e082d7
  <devel project="devel:languages:python" package="python-crochet"/>
e082d7
</package>