[ Bron: python-futurist ]
Pakket: python3-futurist (3.1.0-1)
Verwijzigingen voor python3-futurist
Debian bronnen:
Het bronpakket python-futurist downloaden:
- [python-futurist_3.1.0-1.dsc]
- [python-futurist_3.1.0.orig.tar.xz]
- [python-futurist_3.1.0-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [www.openstack.org]
Vergelijkbare pakketten:
Experimenteel pakket
Warning: This package is from the experimental distribution. That means it is likely unstable or buggy, and it may even cause data loss. Please be sure to consult the changelog and other possible documentation before using it.
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.
Andere aan python3-futurist gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-debtcollector (>= 3.0.0)
- collection of patterns to collect technical debt - Python 3.x
-
- dep: python3-greenlet
- Lightweight in-process concurrent programming (python3)
-
- dep: python3-pbr
- inject useful and sensible default behaviors into setuptools - Python 3.x
-
- sug: python-futurist-doc
- useful additions to futures, from the future - doc