aboutsummaryrefslogtreecommitdiff
path: root/python/python3-inflection/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-02-20 23:19:37 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-25 09:18:01 +0700
commit898d66a9a966fe144751238b2adc4bf8ca533768 (patch)
tree7dbe156803e06d719806d41ffb980d3bfce72577 /python/python3-inflection/README
parent2e2d77a34d4ea740b5105ddc71c0b968e60ebd6b (diff)
python/python3-inflection: Added (port of Ruby on Rails' inflector)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.