Welcome to Vaultx
Vaultx is a Python 3.x client for HashiCorp's Vault. It is based on httpx and provides both sync and async clients.
Documentation: https://klukashka.github.io/Vaultx/
Source code:: https://github.com/klukashka/Vaultx/
Installation¶
pip install vaultx
Note: Vaultx is inspired by hvac. Architecture and interface are taken from there.
Features¶
Documentation¶
Contributing¶
If you want to contribute, follow the Contribution Guide.