matusf / hvac

:lock: Python 2.7/3.X client for HashiCorp Vault

Home Page:https://python-hvac.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hvac

Header image

HashiCorp Vault API client for Python 3.x

Test codecov Documentation Status PyPI version Twitter - @python_hvac Gitter chat

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.

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:

About

:lock: Python 2.7/3.X client for HashiCorp Vault

https://python-hvac.org

License:Apache License 2.0


Languages

Language:Python 99.5%Language:Shell 0.3%Language:HCL 0.1%Language:Makefile 0.1%