{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/2"}],"enrichment":{"capability":"Provides type hints for the retry package, enabling static type checkers like mypy and pyright to validate code that uses retry's retry decorators and functions.","skillfed_tags":["type-stubs","typing"],"use_cases":["Enable mypy or pyright to type-check code that decorates functions with @retry without false positives or missing type information.","Catch type errors in retry configuration (e.g., invalid exception types or delay parameters) before runtime.","Provide IDE autocomplete and inline documentation for retry's API when using a type-aware editor."],"what_it_does":"types-retry is a type stub package that provides static type annotations for the retry library. It allows type checkers like mypy and pyright to understand the types and signatures of retry's decorators and utility functions, catching type errors at development time rather than runtime. The stubs are maintained as part of the typeshed project and are tested against mypy 1.20.0 and pyright 1.1.408.\n\nThis package is purely for development and type-checking; it contains no runtime code and has no dependencies. You install it alongside the actual retry package to enable type safety in code that uses retry's retry decorator and related functions. It targets retry version 0.9.* and is kept in sync with typeshed's main branch.","worth_installing":"Yes, if you use the retry package and run a static type checker in your development workflow. It has no runtime cost, no dependencies, and is actively maintained. If you don't use a type checker or don't use retry, there's no reason to install it."},"id":"types-retry","links":{"html":"https://skillfed.io/packages/types-retry","md":"https://skillfed.io/packages/types-retry.md","pypi":"https://pypi.org/project/types-retry/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-08","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-retry","python_support":"supports_current","summary":"Typing stubs for retry"},"popularity":{"monthly_downloads":7530381,"position":1726,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.9.9.20260408"}
