[ 源代码: python-futurist ]
软件包: python3-futurist (1.6.0-0ubuntu1)
python3-futurist 的相关链接
Trisquel 的资源:
下载源码包 python-futurist:
- [python-futurist_1.6.0-0ubuntu1.dsc]
- [python-futurist_1.6.0.orig.tar.gz]
- [python-futurist_1.6.0-0ubuntu1.debian.tar.xz]
维护者:
Original Maintainers:
- PKG OpenStack (Mail Archive)
- Thomas Goirand
外部的资源:
- 主页 [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
- interactive high-level object-oriented language (default python3 version)
-
- 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 (>= 0.7.1)
- library to represent tabular data in visually appealing ASCII tables (Python3)
-
- 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