Convert strings and dict keys between snake_case, camelCase, PascalCase, and kebab-case in Python.
Easily convert between string cases.
Python library for text case conversions (https://pypi.org/project/textcase)
A simple python lib to convert string and dict keys to camelcase, pascal case, kebab case and snake case.
Python package for string case conversion and manipulation, featuring a flexible CLI and extensible core.