hvac

Python 3.X client for HashiCorp Vault

APACHE-2.0 License

Downloads
21.3M
Stars
1.2K
Committers
194

hvac

HashiCorp Vault API client for Python 3.x

Tested against the latest release, HEAD ref, and 3 previous minor versions (counting back from the latest release) of Vault. Current official support covers Vault v1.4.7 or later.

NOTE: Support for EOL Python versions will be dropped at the end of 2022. Starting in 2023, hvac will track with the CPython EOL dates.

Installation

pip install hvac

If you would like to be able to return parsed HCL data as a Python dict for methods that support it:

pip install "hvac[parser]"

Documentation

Additional documentation for this module available at: hvac.readthedocs.io:

Package Rankings
Top 1.21% on Pypi.org
Top 5.96% on Proxy.golang.org
Top 15.26% on Conda-forge.org
Badges
Extracted from project README
Build Lint codecov Documentation Status PyPI version Twitter - @python_hvac Gitter chat
Related Projects