{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/9"}],"enrichment":{"capability":"Provides type stubs for PyJWT to enable static type checking of JWT token handling code with tools like mypy and PyCharm.","skillfed_tags":["type-stubs","typing","jwt"],"use_cases":["Enable mypy or PyCharm type checking on legacy code using PyJWT versions before 2.0.0","Catch type errors during development in older PyJWT projects","Provide IDE autocomplete and type hints for PyJWT API calls in pre-2.0.0 codebases"],"what_it_does":"types-PyJWT is a PEP 561 type stub package that provides type hints for the PyJWT library. It allows static type checkers like mypy, PyCharm, and pytype to understand and validate code that uses PyJWT for JWT token handling. The stubs are auto-generated from the typeshed repository and enable developers to catch type-related errors at development time rather than runtime.\n\nThis package is primarily useful for projects still using PyJWT versions older than 2.0.0. Since PyJWT 2.0.0 and later versions include their own type annotations, installing this stub package alongside newer PyJWT versions is unnecessary and may cause conflicts. The package depends only on types-cryptography, which provides type hints for the underlying cryptography library.","worth_installing":"No for most new projects \u2014 PyJWT 2.0.0+ includes its own type annotations. Yes-with-conditions if you maintain legacy code using PyJWT versions older than 2.0.0 and need type checking support. The package itself is stable and permissively licensed, but its lack of updates since June 2021 means coverage of newer PyJWT features is uncertain."},"id":"types-pyjwt","links":{"html":"https://skillfed.io/packages/types-pyjwt","md":"https://skillfed.io/packages/types-pyjwt.md","pypi":"https://pypi.org/project/types-pyjwt/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2021-06-17","license_spdx":null,"license_treatment":"permissive","name":"types-PyJWT","python_support":"unspecified","summary":"Typing stubs for PyJWT"},"popularity":{"monthly_downloads":325444,"position":7586,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.7.1"}
