- python-concurrent.futures (>= 3.0)
- python-contextlib2 (>= 0.4.0)
- python-monotonic (>= 0.6)
- python-pbr (>= 2.0.0)
- python-prettytable
- python-six (>= 1.10.0)
- python:any (<< 2.8)
- python:any (>= 2.7.5-5~)
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.
Installed Size: 142.3 kB
Architectures: all