{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/16"}],"enrichment":{"capability":"Provides type stubs for the jwt package, enabling static type checkers like mypy and PyCharm to validate code that uses JWT authentication.","skillfed_tags":["type-stubs","deprecated"],"use_cases":["Type-checking legacy code that uses jwt package versions prior to 2.0.0 with mypy or similar tools","Validating JWT encoding and decoding operations in a type-strict codebase when using older jwt versions","Enabling IDE autocompletion and type hints for jwt functions in projects locked to pre-2.0.0 jwt releases"],"what_it_does":"types-jwt is a PEP 561 type stub package auto-generated from typeshed that provides type information for the jwt package. It allows static type checkers (mypy, PyCharm, pytype) to understand and validate the types used in jwt code, catching type errors before runtime.\n\nThis package was designed for older jwt versions that lacked native type annotations. The jwt package has included its own type stubs since version 2.0.0, making types-jwt redundant for modern installations. The package itself has not been updated since 2021-05-12, and the underlying typeshed repository remains active, but the stub is likely no longer the recommended path for type checking jwt code.","worth_installing":"No, unless you are locked to jwt < 2.0.0. For jwt >= 2.0.0, the package itself provides type annotations, making this stub obsolete. The stub has not been updated since 2021-05-12 and is unlikely to track current jwt versions. Install the jwt package directly and rely on its native types instead."},"id":"types-jwt","links":{"html":"https://skillfed.io/packages/types-jwt","md":"https://skillfed.io/packages/types-jwt.md","pypi":"https://pypi.org/project/types-jwt/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2021-05-12","license_spdx":null,"license_treatment":"permissive","name":"types-jwt","python_support":"unspecified","summary":"Typing stubs for jwt"},"popularity":{"monthly_downloads":104882,"position":12733,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.1.3"}
