oslo.utils/doc/source/usage.rst
Doug Hellmann ca76fdcb52 Move files out of the namespace package
Move the public API out of oslo.utils to oslo_utils. Retain the ability
to import from the old namespace package for backwards compatibility for
this release cycle.

bp/drop-namespace-packages

Change-Id: Ic6dd62097399bf75e3d11b4d8a6400971069c415
2015-01-06 17:07:36 -05:00

191 B

Usage

To use oslo.utils in a project, import the individual module you need. For example:

from oslo_utils import strutils

slug = strutils.to_slug('input value')