OpenStack library utils
Go to file
sunyandi 84f950f6db Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)'
Trivial fix.

Change-Id: Ie89f2bd03822cb76ee09d1d91284e7d356f5e5c5
2018-01-19 19:21:47 +08:00
doc Updated from global requirements 2018-01-18 03:25:00 +00:00
oslo_utils Replace 'assertFalse(a in b)' with 'assertNotIn(a, b)' 2018-01-19 19:21:47 +08:00
releasenotes Remove setting of version/release from releasenotes 2017-11-16 21:51:45 +01:00
tools Avoid tox_install.sh for constraints support 2017-12-02 17:06:59 +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
CONTRIBUTING.rst Fix wrong bug tracking link 2015-11-16 23:17:37 +08:00
HACKING.rst Update URLs in documents according to document migration 2017-07-12 23:34:11 +08:00
LICENSE exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
README.rst Update URLs in documents according to document migration 2017-07-12 23:34:11 +08:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
requirements.txt Updated from global requirements 2017-11-16 11:22:07 +00:00
setup.cfg Update URLs in documents according to document migration 2017-07-12 23:34:11 +08:00
setup.py Updated from global requirements 2017-03-03 00:03:24 +00:00
test-requirements.txt Updated from global requirements 2018-01-16 04:28:00 +00:00
tox.ini Follow the new PTI for document build 2017-12-20 17:34:50 +08:00

README.rst

Team and repository tags

image

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.