[ 源代码: python-futurist ]
软件包:python3-futurist(1.6.0-2)
python3-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 3.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 3.x module.
其他与 python3-futurist 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-contextlib2 (>= 0.4.0)
- Backport and enhancements for the contextlib module - Python 3.x
-
- dep: python3-monotonic (>= 0.6)
- implementation of time.monotonic() - Python 3.x
-
- dep: python3-pbr (>= 2.0.0)
- inject useful and sensible default behaviors into setuptools - Python 3.x
-
- dep: python3-prettytable
- library to represent tabular data in visually appealing ASCII tables (Python3)
同时作为一个虚包由这些包填实: python3-ptable
-
- dep: python3-six (>= 1.10.0)
- Python 2 and 3 compatibility library (Python 3 interface)
-
- sug: python-futurist-doc
- useful additions to futures, from the future - doc