{"enrichment":{"capability":"StrEnum provides an Enum subclass that inherits from str, allowing enum members to be used directly as strings with automatic case conversion options (uppercase, lowercase, camelCase, snake_case, kebab-case, PascalCase, MACRO_CASE) via auto().","verdict":"StrEnum is a stable, dependency-free utility for creating string-based enums with optional automatic case conversion. It fills a real gap for Python < 3.11 (where enum.StrEnum was added to the standard library), but its dormant maintenance status and lack of recent updates mean it may not receive bug fixes or compatibility patches for newer Python versions. Suitable for projects that need string enums and can tolerate no active development."},"id":"strenum","links":{"html":"https://skillfed.io/packages/strenum","md":"https://skillfed.io/packages/strenum.md","pypi":"https://pypi.org/project/strenum/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-06-29","license_spdx":null,"license_treatment":"permissive","name":"StrEnum","python_support":"unspecified","summary":"An Enum that inherits from str."},"popularity":{"tier":"top_1000"},"security":{"n_vulnerabilities":0},"version":"0.4.15"}
