A collection of async functionality and additions from the future.
Go to file
Andreas Jaeger 03883f4ec6 Avoid tox_install.sh for constraints support
We do not need tox_install.sh, pip can handle constraints itself
and install the project correctly. Thus update tox.ini and remove
the now obsolete tools/tox_install.sh file.

This follows https://review.openstack.org/#/c/508061 to remove
tools/tox_install.sh.

Change-Id: I20a622f42e120659306ac9558429a0435cda1857
2017-12-02 16:52:09 +00:00
doc/source turn on warning-is-error in doc build 2017-07-10 13:04:22 +00:00
futurist Merge "Expose underlying timeout error" 2017-04-14 00:56:44 +00:00
releasenotes Remove setting of version/release from releasenotes 2017-11-17 10:10:58 +01:00
.coveragerc Remove tests output from code coverage 2015-10-05 13:10:11 -04:00
.gitignore Update .gitignore 2017-07-10 16:40:38 +05:30
.gitreview Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
.mailmap Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
.testr.conf Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04: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 Update URLs in documents according to document migration 2017-07-12 22:11:42 +08:00
babel.cfg Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
requirements.txt Updated from global requirements 2017-11-15 18:07:52 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-12 22:11:42 +08:00
setup.py Updated from global requirements 2017-03-02 11:44:08 +00:00
test-requirements.txt Updated from global requirements 2017-09-20 16:13:36 +00:00
tox.ini Avoid tox_install.sh for constraints support 2017-12-02 16:52:09 +00: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.