{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/7"}],"enrichment":{"capability":"Provides type stubs for the enum34 package, enabling static type checkers like mypy and PyCharm to understand enum34 code.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable mypy or PyCharm to type-check code that imports from enum34 without false positives","Maintain type safety in legacy projects that still depend on the enum34 backport","Support IDE autocomplete and type hints for enum34 usage in older codebases","Validate enum34-based code in CI/CD pipelines using static type checkers"],"what_it_does":"types-enum34 is a PEP 561 type stub package that provides type information for enum34, allowing tools like mypy, PyCharm, and pytype to understand and validate code that uses enum34 without needing the actual enum34 source code at type-check time.\n\nThe package is generated from typeshed, the community-maintained repository of type stubs for the Python ecosystem. It contains no runtime code\u2014only type definitions\u2014and installs with zero dependencies. It is useful primarily for projects that depend on enum34 for compatibility with older Python versions or for codebases that have not yet migrated to the standard library's enum module.","worth_installing":"Yes, if your project uses enum34 and you run static type checkers. The package has no install friction, no dependencies, and a permissive license. However, consider whether enum34 itself is still necessary\u2014modern Python versions include enum in the standard library, making this package relevant mainly for legacy or compatibility-focused projects."},"id":"types-enum34","links":{"html":"https://skillfed.io/packages/types-enum34","md":"https://skillfed.io/packages/types-enum34.md","pypi":"https://pypi.org/project/types-enum34/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2022-01-20","license_spdx":null,"license_treatment":"permissive","name":"types-enum34","python_support":"unspecified","summary":"Typing stubs for enum34"},"popularity":{"monthly_downloads":543617,"position":6083,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.1.8"}
