aboutsummaryrefslogtreecommitdiff
path: root/python/python3-slugify/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-02-13 18:25:30 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-18 10:06:44 +0700
commit527711f48a95022c4b998e9d8e4edf8057e05eca (patch)
tree0db2d666d1c72fade9061cd2dd462212eb82ff55 /python/python3-slugify/README
parent17c04eeb010577e109a7bb097ab07ffb6afcee9a (diff)
python/python3-slugify: Added (A Python slugify application)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-slugify/README')
-rw-r--r--python/python3-slugify/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-slugify/README b/python/python3-slugify/README
new file mode 100644
index 0000000000..4e9f673bca
--- /dev/null
+++ b/python/python3-slugify/README
@@ -0,0 +1,4 @@
+This is a Python slugify application that handles unicode.
+
+Unidecode (an alternative implementation for handling unicode)
+is an optional dependency.