A collection of async functionality and additions from the future.
Go to file
Hervé Beraud 0c5e44839c [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in Ussuri cycle.

Complete discussion & schedule can be found in
-
http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Ia7abd5c3861978dbcbc7c72f469d19ff41032c13
Sem-Ver: api-break
2020-02-10 11:24:43 +01:00
doc [ussuri][goal] Drop python 2.7 support and testing 2020-02-10 11:24:43 +01:00
futurist Fix Calling waiters.wait_for_any() blocks if future has called Condition.wait() 2019-10-23 11:11:27 +02:00
releasenotes [ussuri][goal] Drop python 2.7 support and testing 2020-02-10 11:24:43 +01:00
.coveragerc Remove tests output from code coverage 2015-10-05 13:10:11 -04:00
.gitignore Switch to stestr 2018-07-11 09:46:23 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:33:59 +00:00
.mailmap Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
.stestr.conf Switch to stestr 2018-07-11 09:46:23 +07:00
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2020-02-10 11:24:43 +01:00
CONTRIBUTING.rst Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 22:11:42 +08:00
LICENSE Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
MANIFEST.in Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
README.rst Add release notes link to README 2019-10-06 09:30:11 +08:00
babel.cfg Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
lower-constraints.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-10 11:24:43 +01:00
requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2020-02-10 11:24:43 +01:00
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 2020-02-10 11:24:43 +01:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-10 11:24:43 +01:00
test-requirements.txt Switch to stestr 2018-07-11 09:46:23 +07:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2020-02-10 11:24:43 +01:00

README.rst

Team and repository tags

image

Futurist

Latest Version

Downloads

Code from the future, delivered to you in the now. The goal of this library would be to provide a well documented futures classes/utilities/additions that allows for providing a level of transparency in how asynchronous work gets executed. This library currently adds statistics gathering, an eventlet executor, a synchronous executor etc.