{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/4"}],"enrichment":{"capability":"Provides type stubs for the passlib password-hashing library, enabling type checkers like mypy and pyright to validate code that uses passlib.","skillfed_tags":["type-stubs","type-checking","dev-dependency"],"use_cases":["Enable mypy or pyright to type-check code that uses passlib for password hashing and verification.","Catch type errors in passlib API calls during development rather than at runtime.","Integrate passlib type information into a project's CI/CD type-checking pipeline.","Provide IDE autocomplete and inline documentation for passlib methods and classes."],"what_it_does":"types-passlib is a type stub package that provides type annotations for the passlib password-hashing library. It allows static type checkers like mypy and pyright to understand and validate code that imports and uses passlib, catching type errors before runtime. The stubs are maintained as part of the typeshed project and are generated from typeshed's central repository, ensuring consistency with the broader Python typing ecosystem.\n\nThe package is marked unmaintained but remains actively synced from typeshed. It targets passlib version 1.7.* and has been tested against mypy 1.19.1 and pyright 1.1.408. Installing it is purely for development and type-checking purposes; it adds no runtime behavior and has no dependencies of its own.","worth_installing":"Yes, if you use passlib and want static type checking. Install it as a dev dependency alongside passlib itself. The package is unmaintained but actively synced from typeshed, so it remains current. No runtime overhead, low friction, and no security concerns. Requires Python 3.10+."},"id":"types-passlib","links":{"html":"https://skillfed.io/packages/types-passlib","md":"https://skillfed.io/packages/types-passlib.md","pypi":"https://pypi.org/project/types-passlib/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-10","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-passlib","python_support":"supports_current","summary":"Typing stubs for passlib"},"popularity":{"monthly_downloads":1968401,"position":3401,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.7.7.20260211"}
