[ 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