humps is a Python library for converting strings between camelCase, snake_case, PascalCase, and other cases. The current version is 0.2.2. It has a low release cadence; the last release was in 2017.
pip install humpsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: convert strings between cases.
For dict conversion, use humps.camelize or see the main module. Note that automatic dict key conversion is limited.
Manually handle underscore preservation if needed.
Use 'from humps import camelize' instead.
No dependency data recorded yet.