{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/8"}],"enrichment":{"capability":"Provides type hints for the hvac package, enabling static type checkers like mypy and pyright to validate code that uses hvac.","skillfed_tags":["type-stubs","vault-client"],"use_cases":["Enable mypy or pyright to catch type errors in code that calls hvac methods for Vault authentication and secret retrieval.","Provide IDE autocomplete and type hints when writing hvac client code in editors that support type stubs.","Validate that Vault client initialization and API calls match expected signatures during CI/CD type-checking passes.","Document the expected types and return values of hvac's public API for developers unfamiliar with the library."],"what_it_does":"types-hvac is a type stub package that provides static type annotations for the hvac library, a Python client for HashiCorp Vault. It allows type checkers like mypy and pyright to understand the types and signatures of hvac's API, catching type errors at development time rather than runtime. The stubs are maintained as part of the typeshed project and target hvac version 2.4.*.\n\nThis package is intended for developers who use hvac and want to enable static type checking in their codebase. It has no runtime effect\u2014it only provides metadata for type checkers. Installation is straightforward with low friction, requiring only the requests dependency that hvac itself uses.","worth_installing":"Yes, if you use hvac and run static type checking. It adds no runtime overhead and enables type safety for Vault client code. Install it alongside hvac in projects where mypy or pyright is part of the development workflow. Not necessary if you do not use static type checking or do not use hvac."},"id":"types-hvac","links":{"html":"https://skillfed.io/packages/types-hvac","md":"https://skillfed.io/packages/types-hvac.md","pypi":"https://pypi.org/project/types-hvac/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-31","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-hvac","python_support":"supports_current","summary":"Typing stubs for hvac"},"popularity":{"monthly_downloads":458996,"position":6544,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.4.0.20260731"}
