Skip to content
/ hvac Public
forked from hvac/hvac

🔒 Python 2.7/3.X client for HashiCorp Vault

License

Notifications You must be signed in to change notification settings

Famoco/hvac

This branch is 31 commits ahead of, 533 commits behind hvac/hvac:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cdc1854 Â· Oct 16, 2019
Jul 8, 2019
Oct 10, 2019
Oct 16, 2019
Oct 16, 2019
Jul 19, 2019
Apr 1, 2019
Oct 16, 2019
Jul 19, 2019
Jul 18, 2019
May 17, 2015
Dec 27, 2018
Jan 1, 2019
Jun 4, 2019
Jun 4, 2019
Dec 26, 2018
Oct 10, 2019
Oct 10, 2019
Oct 10, 2019
Dec 27, 2018
Oct 11, 2019
Mar 29, 2019

Repository files navigation

hvac

Header image

HashiCorp Vault API client for Python 2.7/3.x

Travis CI codecov Documentation Status PyPI version Twitter - @python_hvac Gitter chat

Tested against the latest release, HEAD ref, and 3 previous major versions (counting back from the latest release) of Vault. Currently supports Vault v0.10.4 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

🔒 Python 2.7/3.X client for HashiCorp Vault

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%