summaryrefslogtreecommitdiffstats
path: root/python/python3-inflection/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-inflection/README')
-rw-r--r--python/python3-inflection/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-inflection/README b/python/python3-inflection/README
new file mode 100644
index 0000000000..e93e1f8258
--- /dev/null
+++ b/python/python3-inflection/README
@@ -0,0 +1,4 @@
+Inflection is a string transformation library. It singularizes and
+pluralizes English words, and transforms strings from CamelCase to
+underscored string. Inflection is a port of Ruby on Rails' inflector
+to Python.