A collection of async functionality and additions from the future.
Go to file
Sean McGinnis 34257a5681
Bump default tox env from py37 to py38
Python 3.8 is now our highest level supported python runtime.
This updates the default tox target environments to swap out
py37 for py38 to make sure local development testing is
covering this version.

This does not impact zuul jobs in any way, nor prevent local
tests against py37. It just changes the default if none is
explicitly provided.

Change-Id: I0b7dada243ff409437c1799cd2b88696379f1a54
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-24 10:25:38 -05:00
doc [ussuri][goal] Drop python 2.7 support and testing 2020-02-10 11:24:43 +01:00
futurist Use unittest.mock instead of third party mock 2020-04-18 11:52:37 -05:00
releasenotes Update master for stable/ussuri 2020-04-14 10:12:19 +00: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 Add Python3 victoria unit tests 2020-04-14 10:12:21 +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
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 Make PrettyTable optional 2020-03-03 15:51:32 -06: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 Update hacking for Python3 2020-03-30 11:57:06 +00:00
tox.ini Bump default tox env from py37 to py38 2020-04-24 10:25:38 -05: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.