oslo.utils/doc/source/user/usage.rst
Akihiro Motoki 0f3ea232b7 rearrange existing documentation to fit the new standard layout
Change-Id: I0727caae202b385d740b006fd957b990e308c6d7
2017-07-01 21:05:49 +09:00

190 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')