{"categories":[{"label":"Cryptography","url":"https://skillfed.io/packages/category/security-cryptography"}],"enrichment":{"capability":"A bundle package that installs three Azure Key Vault client libraries for managing cryptographic keys, secrets, and certificates in Azure Key Vault.","skillfed_tags":["azure-sdk","key-management","meta-package"],"use_cases":["Install all three Key Vault client libraries at once for a project that needs to manage keys, secrets, and certificates.","Simplify dependency management by declaring a single package in requirements.txt instead of three separate entries.","Migrate from older monolithic azure-keyvault versions to the modular 4.x structure without manually tracking sub-package versions."],"what_it_does":"Azure-keyvault is a meta-package that bundles three separate Azure Key Vault client libraries into a single install. It contains no code itself; instead, it pulls in azure-keyvault-keys, azure-keyvault-secrets, and azure-keyvault-certificates as runtime dependencies. This is the recommended entry point for developers who need to work with Azure Key Vault from Python and want a single install command rather than installing each sub-package individually.\n\nThe package is maintained by Microsoft as part of the Azure SDK for Python and targets Python 3.6 and later using a permissive MIT License. Since version 4.0, the actual APIs are split across the three sub-packages, so code must import from the specific namespace (e.g., azure.keyvault.keys) rather than a unified azure.keyvault module.","worth_installing":"Yes, if you need to work with Azure Key Vault from Python. It is actively maintained, has no known vulnerabilities, and uses a permissive license. The main caveat is that this is a pure meta-installer\u2014actual functionality and stability depend on the three sub-packages it installs. Verify that those sub-packages meet your needs before committing."},"id":"azure-keyvault","links":{"html":"https://skillfed.io/packages/azure-keyvault","md":"https://skillfed.io/packages/azure-keyvault.md","pypi":"https://pypi.org/project/azure-keyvault/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2022-03-29","license_spdx":null,"license_treatment":"permissive","name":"azure-keyvault","python_support":"unspecified","summary":"Microsoft Azure Key Vault Client Libraries for Python"},"popularity":{"monthly_downloads":9999287,"position":1492,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"4.2.0"}
