OpenStack library utils
Go to file
ChangBo Guo(gcb) e98815718d Make method import_versioned_module work
We hard-code module name in method import_versioned_module,
but downstream projects can't work and must provide specific
version of this method[1], and we don't use it in any project,
so we don't need consider backwards compatible issue.

[1] http://codesearch.openstack.org/?q=import_versioned_module&i=nope&files=&repos=

Closes-Bug: #1627313
Change-Id: I9eac6e63283a6b3a364307b32c567d27e97bdb6e
2016-10-12 16:51:52 +08:00
doc/source Add missing specs_matcher documentation 2016-09-24 21:53:33 +08:00
oslo_utils Make method import_versioned_module work 2016-10-12 16:51:52 +08:00
releasenotes/notes Allow assigning "0" to port 2016-06-08 12:19:27 -05: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 Fix coverage configuration and execution 2015-10-08 17:23:20 -04: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-09-15 20:25:16 +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-09-28 16:59:52 +00:00
tox.ini Add Python 3.5 classifier and venv 2016-07-11 20:25:58 -07: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.