summaryrefslogtreecommitdiffstats
path: root/python/python3-inflection/README
blob: e93e1f8258d1513b9ab1608af58f8485cfd40ebc (plain)
1
2
3
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.