{"categories":[{"label":"Cryptography","url":"https://skillfed.io/packages/category/security-cryptography"}],"enrichment":{"capability":"Provides type annotations for the jwcrypto library, enabling static type checkers like mypy and pyright to verify code that uses jwcrypto for cryptographic operations.","skillfed_tags":["type-stubs","type-checking"],"use_cases":["Enable mypy or pyright to type-check code that imports and uses jwcrypto for JWT token creation and validation.","Catch type mismatches in cryptographic key handling before runtime in large codebases.","Improve IDE autocomplete and inline documentation when working with jwcrypto APIs.","Enforce type safety in projects that require strict static analysis of security-sensitive cryptographic code."],"what_it_does":"types-jwcrypto is a type stub package that adds static type information to the jwcrypto cryptographic library. It allows type checkers like mypy and pyright to understand and verify the types of jwcrypto's functions, classes, and methods as you use them in your code. This is particularly useful for catching type-related bugs before runtime when working with JWT tokens, cryptographic keys, and related operations.\n\nThe stubs are maintained as part of the typeshed project and are tested against mypy 2.3.0 and pyright 1.1.411. They target jwcrypto version 1.5.8. Installation is straightforward and adds only a lightweight dependency on cryptography. Since this is a stub-only package, it does not execute code itself\u2014it exists purely to inform your type checker.","worth_installing":"Yes, if you use jwcrypto and run a static type checker. The stubs are actively maintained, have no security vulnerabilities, and carry a permissive license. Install it alongside jwcrypto to gain type safety with minimal overhead. Not necessary if you do not use type checking."},"id":"types-jwcrypto","links":{"html":"https://skillfed.io/packages/types-jwcrypto","md":"https://skillfed.io/packages/types-jwcrypto.md","pypi":"https://pypi.org/project/types-jwcrypto/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-20","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-jwcrypto","python_support":"supports_current","summary":"Typing stubs for jwcrypto"},"popularity":{"monthly_downloads":570983,"position":5953,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.5.8.20260720"}
