套件: python3-crochet (2.0.0-2)
python3-crochet 的相關超連結
Trisquel 的資源:
下載原始碼套件 crochet:
維護者:
Original Maintainers:
- Debian Python Team
- Sergio de Almeida Cipriano Junior
外部的資源:
- 主頁 [github.com]
相似套件:
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