Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.1 KB

index.rst

File metadata and controls

53 lines (34 loc) · 1.1 KB

Inflection

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.

Installation

Use pip to install from PyPI:

pip install inflection

Contributing

To contribute to Inflector create a fork on GitHub. Clone your fork, make some changes, and submit a pull request.

API Documentation

inflection

camelize

dasherize

humanize

ordinal

ordinalize

parameterize

pluralize

singularize

titleize

transliterate

underscore

License