[ aria ]
[ 源代码: crochet ]
软件包:python3-crochet(2.0.0-2)
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.
其他与 python3-crochet 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-twisted
- Event-based framework for internet applications
-
- dep: python3-wrapt
- decorators, wrappers and monkey patching. - Python 3.x