slackbuilds_ponce/python/python3-inflection/README
Isaac Yu 898d66a9a9
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>
2023-02-25 09:18:01 +07:00

4 lines
214 B
Text

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.