{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/14"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/8"},{"label":"Text Processing","url":"https://skillfed.io/packages/category/text-processing/3"},{"label":"General","url":"https://skillfed.io/packages/category/text-processing-general"},{"label":"Text Editors","url":"https://skillfed.io/packages/category/text-editors"},{"label":"Word Processors","url":"https://skillfed.io/packages/category/text-editors-word-processors"}],"enrichment":{"capability":"Converts strings to camelCase format, handling spaces, case normalization, and non-alphanumeric character removal.","skillfed_tags":["string-formatting","abandoned"],"use_cases":["Convert API response field names from snake_case to camelCase for JavaScript interoperability.","Normalize configuration keys or command-line argument names to camelCase format.","Transform database column names or CSV headers to camelCase for object mapping.","Build a simple string formatter for code generation or template systems that require camelCase identifiers."],"what_it_does":"humps is a lightweight string-to-camelCase converter with no external dependencies. It normalizes input by lowercasing the first character, capitalizing characters that follow spaces, and stripping non-alphanumeric characters. The package is simple and focused: it does one task and does it without pulling in additional libraries.\n\nThe project has been abandoned since its initial release in 2018, with no maintenance activity or updates since. While the core functionality is straightforward and unlikely to break, you should expect no bug fixes, no Python version compatibility updates, and no response to issues. For a basic camelCase conversion in a small project, it works; for production systems or long-term maintenance, consider whether you need a maintained alternative or can implement the conversion inline.","worth_installing":"No\u2014unless you have a specific, isolated need for camelCase conversion and cannot use a maintained alternative. The package is abandoned (last commit 2018), has minimal maintenance signal, and offers no advantage over a three-line helper function or a maintained library. The copyleft license also adds friction if you're building proprietary software. Install only if you're already committed to this exact implementation and willing to fork it yourself."},"id":"humps","links":{"html":"https://skillfed.io/packages/humps","md":"https://skillfed.io/packages/humps.md","pypi":"https://pypi.org/project/humps/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2018-03-13","license_spdx":null,"license_treatment":"copyleft","name":"humps","python_support":"unspecified","summary":"camelCase converter"},"popularity":{"monthly_downloads":163932,"position":10560,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.2"}
