Repository URL to install this package:
|
Version:
0.8.2 ▾
|
hvac
/
METADATA
|
|---|
Metadata-Version: 2.1 Name: hvac Version: 0.8.2 Summary: HashiCorp Vault API client Home-page: https://github.com/hvac/hvac Author: Ian Unruh <ianunruh@gmail.com>, Jeffrey Hogan <jeff.hogan1@gmail.com> Author-email: admin@python-hvac.org License: UNKNOWN Keywords: hashicorp,vault Platform: UNKNOWN Classifier: License :: OSI Approved :: Apache Software License Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: Implementation :: CPython Description-Content-Type: text/markdown Requires-Dist: requests (>=2.21.0) Provides-Extra: parser Requires-Dist: pyhcl (>=0.3.10) ; extra == 'parser' # hvac  [HashiCorp](https://hashicorp.com/) [Vault](https://www.vaultproject.io) API client for Python 2.7/3.x [](https://travis-ci.org/hvac/hvac) [](https://codecov.io/gh/hvac/hvac) [](https://hvac.readthedocs.io/en/latest/?badge=latest) [](https://badge.fury.io/py/hvac) [](https://twitter.com/python_hvac) 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 ```console pip install hvac ``` If you would like to be able to return parsed HCL data as a Python dict for methods that support it: ```console pip install "hvac[parser]" ``` ## Documentation Additional documentation for this module available at: [hvac.readthedocs.io](https://hvac.readthedocs.io/en/stable/usage/index.html): * [Getting Started](https://hvac.readthedocs.io/en/stable/overview.html#getting-started) * [Usage](https://hvac.readthedocs.io/en/stable/usage/index.html) * [Advanced Usage](https://hvac.readthedocs.io/en/stable/advanced_usage.html) * [Source Reference / Autodoc](https://hvac.readthedocs.io/en/stable/source/index.html) * [Contributing](https://hvac.readthedocs.io/en/stable/contributing.html) * [Changelog](https://hvac.readthedocs.io/en/stable/changelog.html)