{"categories":[{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing/3"}],"enrichment":{"capability":"Converts strings between different case formats (camel, kebab, pascal, snake, upper) with lenient input handling that ignores punctuation and whitespace.","skillfed_tags":["string-formatting","abandoned"],"use_cases":["Convert API response field names from snake_case to camelCase for JavaScript interoperability","Normalize user input or configuration keys to a consistent case format before processing","Transform database column names to different naming conventions for code generation","Standardize variable names across polyglot codebases that use different case conventions","Prepare text for case-sensitive lookups or comparisons by normalizing to a single format"],"what_it_does":"case-convert is a lightweight string case-formatting library that converts text between five case styles: camel, kebab, pascal, snake, and upper. It accepts permissive input, treating punctuation and whitespace as word separators, so inputs like \"__hello Great--world\" normalize cleanly to the target case without requiring pre-processing.\n\nThe package has no runtime dependencies and is available for Python 3. However, it has been abandoned since September 2020 with no maintenance activity, meaning bugs will not be fixed and compatibility with newer Python versions is uncertain. The LGPLv3+ license is copyleft, so using it in proprietary code requires careful licensing review.","worth_installing":"No. The package is abandoned (last release 2020-09-10, no maintenance since) and has high install friction. For a simple, actively maintained case converter, consider alternatives. If you need only basic case conversion, Python's built-in string methods or a maintained third-party package are safer choices."},"id":"case-convert","links":{"html":"https://skillfed.io/packages/case-convert","md":"https://skillfed.io/packages/case-convert.md","pypi":"https://pypi.org/project/case-convert/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2020-09-10","license_spdx":null,"license_treatment":"copyleft","name":"case-convert","python_support":"unspecified","summary":"Cross library to convert case with permissive input"},"popularity":{"monthly_downloads":104996,"position":12727,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.0"}
