Description
Convert Python strings between snake_case and camelCase naming styles. It helps developer tools, APIs, and data converters keep field names consistent across systems that expect different conventions.
This is a small library for other Python code and does not provide a full refactoring tool. It changes text values according to naming rules, so applications should still test edge cases such as acronyms, existing separators, and public API field names.