gituser/docker_multiarch/: hvac-1.2.1 metadata and description

Homepage Simple index

HashiCorp Vault API client

author Ian Unruh
author_email ianunruh@gmail.com
classifiers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: Implementation :: CPython
description_content_type text/markdown
keywords hashicorp,vault
license Apache-2.0
maintainer Brian Scholer
project_urls
  • Documentation, https://hvac.readthedocs.io/en/stable/overview.html
  • Repository, https://github.com/hvac/hvac
requires_dist
  • pyhcl (>=0.4.4,<0.5.0)
  • requests (>=2.27.1,<3.0.0)
requires_python >=3.6.2,<4.0.0
File Tox results History
hvac-1.2.1-py3-none-any.whl
Size
146 KB
Type
Python Wheel
Python
3

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.

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: