OpenStack library utils
Go to file
Joshua Harlow a9ad4412f1 Use monotonic library to avoid finding monotonic time function
That library already does this same/equivalent search and
ensures that a monotonically increasing time is made available
so we can just avoid looking around for it ourselves.

Depends-On: I0f07858e96ea3baf46f8a453e253b9ed29c7f7e2

Depends-On: I33bd2d9dff9cb7dc1a50177db7286b7317966784

Change-Id: Idd2109c8947d10cdbd62c53998ab2e31382e8633
2015-07-06 18:11:57 -07:00
doc/source Add missing reflection + uuidutils docs 2015-04-13 10:49:20 -07:00
oslo Move files out of the namespace package 2015-01-06 17:07:36 -05:00
oslo.utils/locale Imported Translations from Transifex 2015-05-28 06:15:46 +00:00
oslo_utils Use monotonic library to avoid finding monotonic time function 2015-07-06 18:11:57 -07:00
tests timeutils: utcnow() can return a value with a timezone 2015-05-22 11:43:03 -07:00
tools Remove run_cross_tests.sh 2015-05-05 19:39:52 +00:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
.gitignore exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -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
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00: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
MANIFEST.in 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
babel.cfg exported from oslo-incubator by graduate.sh 2014-06-18 20:45:08 -04:00
openstack-common.conf Remove run_cross_tests.sh 2015-05-05 19:39:52 +00:00
requirements.txt Use monotonic library to avoid finding monotonic time function 2015-07-06 18:11:57 -07:00
setup.cfg Advertise support for Python3.4 / Remove support for Python 3.3 2015-05-10 19:22:25 -04:00
setup.py Updated from global requirements 2015-06-22 08:27:20 +00:00
test-requirements.txt Updated from global requirements 2015-06-22 08:27:20 +00:00
tox.ini Advertise support for Python3.4 / Remove support for Python 3.3 2015-05-10 19:22:25 -04:00

README.rst

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.