{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/5"}],"enrichment":{"capability":"Provides type hints for the python-jose library, enabling static type checkers like mypy and pyright to validate code that uses python-jose for JWT and cryptographic operations.","skillfed_tags":["type-stubs","static-analysis"],"use_cases":["Enable mypy or pyright to type-check code that calls python-jose JWT functions without runtime overhead.","Catch type mismatches in token encoding/decoding workflows during development rather than at runtime.","Provide IDE autocomplete and inline type hints when working with python-jose in an editor that supports type stubs.","Validate cryptographic key handling and algorithm parameters passed to python-jose functions."],"what_it_does":"This is a type-stub package that provides static type information for python-jose, a library used for JWT handling and cryptographic operations. It is part of the typeshed project and allows type checkers like mypy and pyright to understand and validate code that imports and uses python-jose. The stubs are tested against mypy 1.20.0 and pyright 1.1.408 and target python-jose version 3.5.*.\n\nType stubs are not runtime code\u2014they exist only to help your development tools catch type errors before execution. Installing this package alongside python-jose lets your IDE and CI pipelines perform static analysis on JWT operations and cryptographic calls. The package has low install friction, depending only on types-pyasn1, and is actively maintained through the typeshed repository.","worth_installing":"Yes, if you use python-jose and want static type checking. Install it alongside python-jose in development and CI environments. It has no runtime cost, low friction, and is actively maintained. Not needed if you don't use a type checker or don't use python-jose."},"id":"types-python-jose","links":{"html":"https://skillfed.io/packages/types-python-jose","md":"https://skillfed.io/packages/types-python-jose.md","pypi":"https://pypi.org/project/types-python-jose/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-08","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-python-jose","python_support":"supports_current","summary":"Typing stubs for python-jose"},"popularity":{"monthly_downloads":1720676,"position":3618,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.5.0.20260408"}
