File: usage.rst

package info (click to toggle)
python-oslo.utils 3.36.5-0%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 728 kB
  • sloc: python: 5,145; makefile: 26
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')