{"categories":[{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing"}],"enrichment":{"capability":"Converts strings between different naming conventions (camelCase, snake_case, PascalCase, kebab-case, and others) with a simple function-per-case API.","skillfed_tags":["string-utilities","abandoned-but-stable"],"use_cases":["Convert API response field names from snake_case to camelCase for cross-language interoperability.","Transform database column names to Python variable names in ORM or data-loading code.","Generate file paths or URL slugs from arbitrary strings with consistent formatting.","Normalize user input or configuration keys across different naming conventions in a codebase.","Build code generators that output variable or class names matching a target language's conventions."],"what_it_does":"stringcase is a lightweight utility for converting between string naming conventions. It provides functions to transform input strings into camelCase, snake_case, PascalCase, CONSTANT_CASE, kebab-case, path/case, sentence case, title case, and several other formats. The package has no runtime dependencies and works by parsing word boundaries and applying the target case rules.\n\nThe package is widely used but is no longer maintained\u2014the last release was 2017-08-06 and the repository shows no recent activity. While it performs its narrow task reliably for the cases it supports, the lack of maintenance means it will not receive updates for Python compatibility issues, edge cases, or new naming conventions.","worth_installing":"Yes, but with caution. stringcase is a stable, dependency-free utility that does one thing well and has no known vulnerabilities. However, the package is abandoned (last release 2017-08-06) and may fail on modern Python versions or edge cases. Install it only if you need basic case conversion and can accept the risk of no future maintenance; for active projects requiring ongoing support, consider a maintained alternative."},"id":"stringcase","links":{"html":"https://skillfed.io/packages/stringcase","md":"https://skillfed.io/packages/stringcase.md","pypi":"https://pypi.org/project/stringcase/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2017-08-06","license_spdx":null,"license_treatment":"permissive","name":"stringcase","python_support":"unspecified","summary":"String case converter."},"popularity":{"monthly_downloads":7510074,"position":1730,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.2.0"}
