A collection of async functionality and additions from the future.
Go to file
Hervé Beraud 549c2ccaa4 Use py3 as the default runtime for tox
Moving on py3 as the default runtime for tox to avoid to update this at
each new cycle.

Wallaby support officially the following runtimes [1]:
- Python 3.6
- Python 3.8

During Victoria Python 3.7 was used as the default runtime [2] however this
version isn't longer officially supported.

[1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html#python-runtimes-for-wallaby
[2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria

Change-Id: Ic5998308cf6892066b296a9e9455466d12f0d720
2021-03-11 17:35:34 +00:00
doc Adding pre-commit 2020-09-22 10:46:49 +02:00
futurist Remove monotonic usage 2020-05-04 17:17:01 -05:00
releasenotes Update master for stable/victoria 2020-09-11 20:55:31 +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 pre-commit: Lower flake8 version 2021-03-11 17:34:53 +00:00
.stestr.conf Switch to stestr 2018-07-11 09:46:23 +07:00
.zuul.yaml Dropping lower constraints testing 2020-12-18 15:06:22 +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
lower-constraints.txt [goal] Migrate testing to ubuntu focal 2020-08-04 03:46:21 +00:00
requirements.txt Make PrettyTable optional 2020-03-03 15:51:32 -06:00
setup.cfg Remove translation sections from setup.cfg 2020-05-14 18:47:57 +08:00
setup.py [ussuri][goal] Drop python 2.7 support and testing 2020-02-10 11:24:43 +01:00
test-requirements.txt Adding pre-commit 2020-09-22 10:46:49 +02:00
tox.ini Use py3 as the default runtime for tox 2021-03-11 17:35:34 +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.