{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/6"}],"enrichment":{"capability":"Provides type stubs for Python's dataclasses module, enabling static type checkers like mypy and PyCharm to validate code using dataclasses.","skillfed_tags":["type-stubs","unmaintained"],"use_cases":["Type-checking projects that use dataclasses on Python versions where the standard library lacks type annotations","Providing type hints to static checkers when working with codebases that cannot upgrade Python versions","Ensuring type safety in projects that must maintain compatibility with older Python releases"],"what_it_does":"types-dataclasses is a PEP 561 type stub package that provides type information for Python's dataclasses module. It was designed to help static type checkers like mypy, PyCharm, and pytype understand and validate code that uses dataclasses.\n\nThe package is explicitly unmaintained and has not been updated since 2022-06-30. For modern Python versions, the dataclasses module in the standard library includes native type support, making this stub package potentially redundant for most users.","worth_installing":"No. This package is explicitly unmaintained and has not been updated since 2022-06-30. Modern Python versions include dataclasses in the standard library with built-in type support. Install only if maintaining legacy code on an older Python version that lacks native dataclasses type annotations."},"id":"types-dataclasses","links":{"html":"https://skillfed.io/packages/types-dataclasses","md":"https://skillfed.io/packages/types-dataclasses.md","pypi":"https://pypi.org/project/types-dataclasses/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2022-06-30","license_spdx":null,"license_treatment":"permissive","name":"types-dataclasses","python_support":"unspecified","summary":"Typing stubs for dataclasses"},"popularity":{"monthly_downloads":757150,"position":5137,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.6.6"}
