Names

Utils for working with naming conventions.

to_camel(name: str) str

Return a string formatted to ‘camelCase’

to_pascal(name: str) str

Return a string formatted to ‘PascalCase’

to_title(name: str) str

Return a string formatted to ‘Title Case’