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')
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.