{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/5"}],"enrichment":{"capability":"Provides type stubs for the `decorator` package, enabling type checkers like mypy and pyright to validate code that uses decorator patterns without runtime overhead.","skillfed_tags":["type-stubs","typeshed"],"use_cases":["Type-checking code that uses `decorator` 5.2.x with mypy or pyright in a CI/CD pipeline.","Enabling IDE autocomplete and type hints for decorator patterns in projects locked to `decorator` 5.2.x.","Validating decorator-based function wrappers in a codebase before upgrading to newer `decorator` versions."],"what_it_does":"This package is a type stub\u2014a collection of type annotations without runtime code\u2014that teaches type checkers how to understand the `decorator` library. When you install it alongside `decorator` version 5.2.x, tools like mypy and pyright can now check your code for type errors when you use decorators, catching mistakes before runtime. The stubs are maintained as part of the typeshed project, a centralized repository of type information for popular Python packages.\n\nHowever, this stub is primarily useful for older versions of `decorator`. Since `decorator` version 5.3.0, the package includes its own type annotations, making this stub redundant. If you are already using `decorator` 5.3.0 or later, you should uninstall `types-decorator` and rely on the built-in types instead.","worth_installing":"Yes, if you are using `decorator` version 5.2.x and want type checking support. No, if you are already on `decorator` 5.3.0 or later\u2014uninstall this stub and use the built-in types instead. The package is actively maintained and has no known vulnerabilities, but its utility is narrowly scoped to a specific decorator version range."},"id":"types-decorator","links":{"html":"https://skillfed.io/packages/types-decorator","md":"https://skillfed.io/packages/types-decorator.md","pypi":"https://pypi.org/project/types-decorator/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-12","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-decorator","python_support":"supports_current","summary":"Typing stubs for decorator"},"popularity":{"monthly_downloads":1323965,"position":4061,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"5.2.0.20260712"}
