0f3ea232b7
Change-Id: I0727caae202b385d740b006fd957b990e308c6d7
11 lines
190 B
ReStructuredText
11 lines
190 B
ReStructuredText
=======
|
|
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')
|