Skip to content
/ hvac Public
forked from hvac/hvac

๐Ÿ”’ Python 3.X client for HashiCorp Vault

License

Notifications You must be signed in to change notification settings

tot19/hvac

This branch is 5 commits ahead of, 1 commit behind hvac/hvac:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

377acfe ยท Sep 16, 2024
Jun 24, 2024
Jun 18, 2024
Jul 29, 2024
Jun 15, 2024
Oct 14, 2023
Oct 14, 2023
Jul 2, 2023
Dec 30, 2023
Jun 18, 2024
Jan 3, 2024
May 17, 2015
May 19, 2020
Oct 14, 2023
Oct 14, 2023
Jul 3, 2023
Jun 16, 2024
Jun 18, 2024
Jun 21, 2022

Repository files navigation

hvac

Header image

HashiCorp Vault API client for Python 3.x

Build Lint 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.

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:

About

๐Ÿ”’ Python 3.X client for HashiCorp Vault

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%