oslo.utils/doc/source/usage.rst
Doug Hellmann 3a09189098 Add API docs and clean up other docs
Add auto-generated documentation for the public modules in the library
and clean up a bit of the docstrings used.

Change-Id: Id5efa5c413b82e13f1a7ac78c92e39c193f12214
2014-07-23 16:05:59 -04: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')