A collection of async functionality and additions from the future.
Go to file
Stephen Finucane 25f1fca3f4 Remove pbr from requirements.txt
We don't use this at runtime. No need to include it in the requirements.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I2fdb84ab433b7c1e0875e590f5b9c5565472883c
2022-04-06 14:14:45 +01:00
doc remove unicode from code 2021-05-26 16:52:12 +00:00
futurist Remove six 2022-04-06 14:11:43 +01:00
releasenotes remove unicode from code 2021-05-26 16:52:12 +00:00
.coveragerc Remove tests output from code coverage 2015-10-05 13:10:11 -04:00
.gitignore ignore reno generated artifacts 2020-09-22 10:48:01 +02: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
.pre-commit-config.yaml trivial: Bump hacking to 4.x 2021-04-16 12:17:19 +01:00
.stestr.conf Switch to stestr 2018-07-11 09:46:23 +07:00
.zuul.yaml Update CI to use unversioned jobs template 2022-03-15 15:05:50 +00: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
requirements.txt Remove pbr from requirements.txt 2022-04-06 14:14:45 +01:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-13 03:02:15 +00:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-10 11:24:43 +01:00
test-requirements.txt trivial: Bump hacking to 4.x 2021-04-16 12:17:19 +01:00
tox.ini Merge "Remove lower-constraints remnants" 2021-03-16 15:24:36 +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.