{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development"}],"enrichment":{"capability":"Provides type stubs for the Deprecated package, enabling type checkers like mypy, pyright, and ty to understand and validate code using Deprecated's deprecation decorators.","skillfed_tags":["type-stubs","typeshed"],"use_cases":["Enable mypy or pyright to type-check code that uses Deprecated's @deprecated decorator without type errors.","Validate deprecation warnings and ensure deprecated functions are called correctly in a typed codebase.","Integrate Deprecated into a strict type-checking CI/CD pipeline that requires full type coverage.","Support IDE autocompletion and hover documentation for Deprecated's API in editors like VS Code."],"what_it_does":"types-Deprecated is a type stub package that bridges the gap between the Deprecated library and Python type checkers. When you install it alongside Deprecated, type checkers like mypy and pyright can understand the types and signatures of Deprecated's decorators and functions, allowing them to validate your code that uses deprecation markers.\n\nThis is a pure stub package with no runtime dependencies\u2014it exists solely to provide type information. It's maintained as part of the typeshed project, the canonical repository of type stubs for third-party packages, and is regenerated from typeshed's source to stay in sync with Deprecated~=1.3.1. The package requires Python 3.10 or later and has been tested against recent versions of the major type checkers.","worth_installing":"Yes, if you use the Deprecated package and run a type checker (mypy, pyright, or ty) in your project. Install it to eliminate type-checking errors and gain full IDE support for Deprecated's decorators. If you don't use a type checker or don't use Deprecated, it provides no value."},"id":"types-deprecated","links":{"html":"https://skillfed.io/packages/types-deprecated","md":"https://skillfed.io/packages/types-deprecated.md","pypi":"https://pypi.org/project/types-deprecated/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-28","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-Deprecated","python_support":"supports_current","summary":"Typing stubs for Deprecated"},"popularity":{"monthly_downloads":21264593,"position":1005,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.3.1.20260728"}
