ca76fdcb52
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
191 B
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')