A collection of async functionality and additions from the future.
Go to file
Doug Hellmann 936a5d5f13 clean up test job configuration
Make the py27 and py35 jobs run the same commands by putting them into
the base testenv block.

Move the doc8 job into the pep8 environment to run with the other
linters.

Change the way we invoke sphinx to run the doctests to avoid issues
with pbr's sphinx integration. This also required removing skipdist
and usedevelop to ensure that all of the pbr-generated files needed by
sphinx exist before we run sphinx.

Change the way sphinx is invoked in the docs environment to avoid
issues with pbr's sphinx integration.

Change-Id: If8a24428eca4512a66dbb361e55cd73aa92c4da8
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-04-17 16:48:50 -04:00
doc/source turn on warning-is-error in doc build 2017-07-10 13:04:22 +00:00
futurist Improve get optimal count of max_worker for pool 2017-12-21 16:01:17 +01:00
releasenotes Update reno for stable/queens 2018-01-24 17:59:58 +00: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
.zuul.yaml add lower-constraints job 2018-03-22 12:30:48 -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 links in README 2018-03-28 09:40:29 +08:00
babel.cfg Add initial .gitreview file and cookie-cutter template 2015-06-02 09:22:45 -04:00
lower-constraints.txt fix lower constraints and uncap eventlet 2018-04-12 10:44:50 -04:00
requirements.txt Updated from global requirements 2017-11-16 11:02:50 +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 fix lower constraints and uncap eventlet 2018-04-12 10:44:50 -04:00
tox.ini clean up test job configuration 2018-04-17 16:48:50 -04: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.