{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/13"}],"enrichment":{"capability":"Provides type stubs for Python's contextvars module, enabling static type checkers like mypy, pyright, and pytype to validate code using context variables.","skillfed_tags":["type-stubs","unmaintained"],"use_cases":["Enable mypy or pyright to type-check code that uses contextvars.ContextVar for thread-safe context storage","Provide IDE autocomplete and type hints when working with context variables in modern Python projects","Validate type safety in async frameworks that rely on contextvars for managing request-scoped state","Support legacy projects still using older type-checking tool versions that require explicit stubs"],"what_it_does":"types-contextvars is a PEP 561 type stub package that supplies type annotations for Python's built-in contextvars module. It allows static type checkers and IDEs to understand the types and signatures of contextvars functions and classes, enabling developers to catch type errors during development rather than at runtime.\n\nThe package is generated from typeshed and was last tested with mypy 1.4.1, pyright 1.1.316, and pytype 2023.6.16. It has no runtime dependencies and installs as a pure-Python wheel. However, the package is explicitly unmaintained and will not receive updates, so its accuracy may drift as Python and type-checking tools evolve.","worth_installing":"Yes, if you use contextvars and need type checking with mypy, pyright, or pytype on Python versions up to those tested. However, be aware that the package is unmaintained\u2014if you are on a newer Python version or type-checker version than those listed, the stubs may become inaccurate. For modern Python (3.7+), consider whether your type checker already includes contextvars stubs inline before installing."},"id":"types-contextvars","links":{"html":"https://skillfed.io/packages/types-contextvars","md":"https://skillfed.io/packages/types-contextvars.md","pypi":"https://pypi.org/project/types-contextvars/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2023-07-07","license_spdx":null,"license_treatment":"permissive","name":"types-contextvars","python_support":"unspecified","summary":"Typing stubs for contextvars"},"popularity":{"monthly_downloads":222896,"position":9256,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.4.7.3"}
