{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/2"}],"enrichment":{"capability":"Provides type hints for the zxcvbn password strength estimation library, enabling type checkers to validate code that uses zxcvbn.","skillfed_tags":["type-stubs","type-checking","typeshed"],"use_cases":["Enable mypy or pyright to type-check code that calls zxcvbn password strength functions.","Catch type mismatches in zxcvbn function arguments during static analysis before deployment.","Provide IDE autocomplete and inline type documentation for zxcvbn methods in editors that support type stubs.","Maintain strict type safety in security-sensitive password validation workflows."],"what_it_does":"types-zxcvbn is a type stub package from the typeshed project that provides type annotations for the zxcvbn password strength estimation library. It allows Python type checkers like mypy and pyright to understand and validate the types used when calling zxcvbn functions, catching type errors at check time rather than runtime.\n\nThe package itself contains no runtime code\u2014it is purely metadata for type checkers. It targets zxcvbn version 4.5.* and has been tested with mypy 2.1.0 and pyright 1.1.409. Installation is lightweight with no dependencies, and it requires Python 3.10 or later. If you use zxcvbn in a typed codebase, installing this stub package enables your type checker to understand zxcvbn's API.","worth_installing":"Yes, if you use zxcvbn in a type-checked Python project. It is a lightweight, actively maintained stub package with no runtime overhead and permissive licensing. Install it alongside zxcvbn to enable full type checking support. If you do not use type checkers or do not use zxcvbn, it provides no value."},"id":"types-zxcvbn","links":{"html":"https://skillfed.io/packages/types-zxcvbn","md":"https://skillfed.io/packages/types-zxcvbn.md","pypi":"https://pypi.org/project/types-zxcvbn/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-18","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-zxcvbn","python_support":"supports_current","summary":"Typing stubs for zxcvbn"},"popularity":{"monthly_downloads":372181,"position":7166,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.5.0.20260518"}
