File: slugify.1

package info (click to toggle)
python-slugify 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 116 kB
  • ctags: 73
  • sloc: python: 297; makefile: 17; sh: 1
file content (9 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
.TH SLUGIFY "1" "June 2016" "slugify 1.2.0" "User Commands"
.SH NAME
slugify \- Python slugify application that handles unicode
.SH SYNOPSIS
.B slugify TEXTTOSLUGIFY
.SH DESCRIPTION
slugify is a Python slugifying application that handles unicode. 
.SH EXAMPLES
"slugify This is a test ---" returns "this-is-a-test"