summaryrefslogtreecommitdiffstats
path: root/python/python3-slugify/README
diff options
context:
space:
mode:
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.