[ buster ]
[ ソース: python-futurist ]
パッケージ: python-futurist (1.6.0-2)
python-futurist に関するリンク
Debian の資源:
python-futurist ソースパッケージをダウンロード:
- [python-futurist_1.6.0-2.dsc]
- [python-futurist_1.6.0.orig.tar.xz]
- [python-futurist_1.6.0-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [www.openstack.org]
類似のパッケージ:
useful additions to futures, from the future - Python 2.x
Code from the future, delivered to you in the now. For example:
* A futurist.GreenThreadPoolExecutor using eventlet green thread pools. It provides a standard executor API/interface and it also gathers execution statistics. * A futurist.ProcessPoolExecutor derivative that gathers execution statistics. * A futurist.SynchronousExecutor that doesn’t run concurrently. It has the same executor API/interface and it also gathers execution statistics. * A futurist.ThreadPoolExecutor derivative that gathers execution statistics. * A futurist.periodics.PeriodicWorker that can use the previously mentioned executors to run asynchronous work periodically in parallel or synchronously. * etc.
This package contains the Python 2.x module.
その他の python-futurist 関連パッケージ
|
|
|
|
-
- dep: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-concurrent.futures (>= 3.0)
- backport of concurrent.futures package from Python 3.2
-
- dep: python-contextlib2 (>= 0.4.0)
- Backport and enhancements for the contextlib module - Python 2.7
-
- dep: python-monotonic (>= 0.6)
- implementation of time.monotonic() - Python 2.x
-
- dep: python-pbr (>= 2.0.0)
- inject useful and sensible default behaviors into setuptools - Python 2.x
-
- dep: python-prettytable
- library to represent tabular data in visually appealing ASCII tables
以下のパッケージによって提供される仮想パッケージでもあります: python-ptable
-
- dep: python-six (>= 1.10.0)
- Python 2 および 3 互換性ライブラリ (Python 2 インターフェース)
-
- sug: python-futurist-doc
- useful additions to futures, from the future - doc