3a09189098
Add auto-generated documentation for the public modules in the library and clean up a bit of the docstrings used. Change-Id: Id5efa5c413b82e13f1a7ac78c92e39c193f12214
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')