OpenStack library utils
Go to file
Joshua Harlow 3be07ed24a Remove split conversion to tuple
Instead of needing to convert this from a list
to a tuple on every property access just keep the
internal split collection as a tuple in the first
place (this saves time on every access of it).

Change-Id: I7d216394a2dbb49aa8e6ed3705090bac29171907
2017-05-07 21:37:33 -07:00
doc/source Use Sphinx 1.5 warning-is-error 2017-03-16 15:43:01 +00:00
oslo_utils Remove split conversion to tuple 2017-05-07 21:37:33 -07:00
releasenotes Update reno for stable/ocata 2017-01-20 19:15:59 +00:00
tools Add Constraints support 2016-12-20 14:20:50 +11: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 Show team and repo badges on README 2016-11-25 13:10:05 +01:00
requirements.txt Updated from global requirements 2017-04-12 04:20:25 +00:00
setup.cfg Use Sphinx 1.5 warning-is-error 2017-03-16 15:43:01 +00:00
setup.py Updated from global requirements 2017-03-03 00:03:24 +00:00
test-requirements.txt Updated from global requirements 2017-03-13 19:40:22 +00:00
tox.ini Remove references to Python 3.4 2017-01-09 10:14:48 -08:00

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.