{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/3"}],"enrichment":{"capability":"Converts strings and dictionary keys between camelCase, snake_case, and PascalCase formats, with optional decorator and Pydantic integration.","skillfed_tags":["json-interop","naming-conventions"],"use_cases":["Parse JSON APIs that use camelCase keys into Python objects with snake_case attributes","Convert Python dictionaries with snake_case keys to camelCase for JSON serialization to external services","Decorate functions that return dictionaries to automatically normalize key naming conventions","Build Pydantic models that accept camelCase input data and expose snake_case fields internally","Create custom classes that serialize to camelCase while maintaining snake_case in Python code"],"what_it_does":"Camel Converter is a lightweight utility for transforming naming conventions between camelCase (used in JSON and JavaScript), snake_case (Python convention), and PascalCase. It operates on individual strings, dictionary keys, and class attributes, making it useful when bridging Python code with external APIs or data formats that use different naming standards.\n\nThe package provides standalone functions (to_snake, to_camel, to_pascal), dictionary converters (dict_to_snake, dict_to_camel, dict_to_pascal), decorators for automatic conversion on function return values, a base Converter class for adding conversion methods to custom classes, and an optional Pydantic integration (via the pydantic extra) that automatically handles case conversion in model serialization and deserialization.","worth_installing":"Yes. Zero runtime dependencies, permissive MIT license, active maintenance, and broad Python version support (3.10\u20133.14) make this a safe, low-friction addition. Install it when you need to bridge naming conventions between Python and external APIs or JSON data\u2014the common case for web services and data integration work."},"id":"camel-converter","links":{"html":"https://skillfed.io/packages/camel-converter","md":"https://skillfed.io/packages/camel-converter.md","pypi":"https://pypi.org/project/camel-converter/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-03-05","license_spdx":null,"license_treatment":"permissive","name":"camel-converter","python_support":"supports_current","summary":"Converts a string from snake case to camel case or camel case to snake case"},"popularity":{"monthly_downloads":1947650,"position":3414,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"5.1.0"}
