File: usage.rst

package info (click to toggle)
python-oslo.utils 9.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,068 kB
  • sloc: python: 7,302; makefile: 21; sh: 2
file content (10 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
=======
 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')