OpenStack library utils
Go to file
John Eckersberg 805381e16d Improve eventlet check when selecting Event backend
Verify that eventlet has actually been loaded and has patched the
thread module.  Previously when checking against EVENTLET_AVAILABLE,
it would erroneously use the eventlet Event when eventlet was
installed, but not being used.

Change-Id: Ibb99ac2031a63268ba6e0d61065c2d4eff1e6997
2016-11-07 15:03:12 -05:00
doc/source Create dictutils and add 'flatten_dict_to_keypairs' 2016-11-01 23:35:57 +08:00
oslo_utils Improve eventlet check when selecting Event backend 2016-11-07 15:03:12 -05:00
releasenotes Add reno for release notes management 2016-11-01 15:43:10 +08:00
tools Remove run_cross_tests.sh 2015-05-05 19:39:52 +00:00
.coveragerc Fix coverage configuration and execution 2015-10-08 17:23:20 -04:00
.gitignore Add reno for release notes management 2016-11-01 15:43:10 +08:00
.gitreview exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.mailmap exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.testr.conf Get the tox tests working 2014-06-18 23:12:10 -04:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
CONTRIBUTING.rst Fix wrong bug tracking link 2015-11-16 23:17:37 +08:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
LICENSE exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
README.rst Switch badges from 'pypip.in' to 'shields.io' 2015-06-11 20:33:03 -07:00
requirements.txt Updated from global requirements 2016-11-02 15:39:30 +00:00
setup.cfg Update homepage with developer documentation page 2016-09-20 11:56:28 +05:30
setup.py Updated from global requirements 2015-09-17 16:42:28 +00:00
test-requirements.txt Updated from global requirements 2016-11-02 15:39:30 +00:00
tox.ini Add reno for release notes management 2016-11-01 15:43:10 +08:00

oslo.utils

Latest Version

Downloads

The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.