gituser/production/: hvac-0.11.0 metadata and description

Homepage Simple index

HashiCorp Vault API client

author Ian Unruh <ianunruh@gmail.com>, Jeffrey Hogan <jeff.hogan1@gmail.com>
author_email admin@python-hvac.org
classifiers
  • License :: OSI Approved :: Apache Software License
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: Implementation :: CPython
description_content_type text/markdown
keywords hashicorp,vault
provides_extras parser
requires_dist
  • requests (>=2.21.0)
  • six (>=1.5.0)
  • pyhcl (>=0.3.10) ; extra == 'parser'
requires_python >=2.7
File Tox results History
hvac-0.11.0-py2.py3-none-any.whl
Size
145 KB
Type
Python Wheel
Python
2.7

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: