hvac


Namehvac JSON
Version 2.2.0 PyPI version JSON
download
home_pagehttps://github.com/hvac/hvac
SummaryHashiCorp Vault API client
upload_time2024-04-27 22:39:53
maintainerBrian Scholer
docs_urlNone
authorIan Unruh
requires_python<4.0,>=3.8
licenseApache-2.0
keywords hashicorp vault
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hvac

![Header image](https://raw.githubusercontent.com/hvac/hvac/main/docs/_static/hvac_logo_800px.png)

[HashiCorp](https://hashicorp.com/) [Vault](https://www.vaultproject.io) API client for Python 3.x

[![Build](https://github.com/hvac/hvac/actions/workflows/build-test.yml/badge.svg)](https://github.com/hvac/hvac/actions/workflows/build-test.yml) 
[![Lint](https://github.com/hvac/hvac/actions/workflows/lint-and-test.yml/badge.svg)](https://github.com/hvac/hvac/actions/workflows/lint-and-test.yml)
[![codecov](https://codecov.io/gh/hvac/hvac/branch/main/graph/badge.svg)](https://codecov.io/gh/hvac/hvac)
[![Documentation Status](https://readthedocs.org/projects/hvac/badge/)](https://hvac.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/hvac.svg)](https://badge.fury.io/py/hvac)
[![Twitter - @python_hvac](https://img.shields.io/twitter/follow/python_hvac.svg?label=Twitter%20-%20@python_hvac&style=social?style=plastic)](https://twitter.com/python_hvac)
[![Gitter chat](https://badges.gitter.im/hvac/community.png)](https://gitter.im/hvac/community)

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

```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)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hvac/hvac",
    "name": "hvac",
    "maintainer": "Brian Scholer",
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "hashicorp, vault",
    "author": "Ian Unruh",
    "author_email": "ianunruh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ea/96/3d08ba4b59491941c83e46034c19d1b62c6966147bb2bb144788cf7c989c/hvac-2.2.0.tar.gz",
    "platform": null,
    "description": "# hvac\n\n![Header image](https://raw.githubusercontent.com/hvac/hvac/main/docs/_static/hvac_logo_800px.png)\n\n[HashiCorp](https://hashicorp.com/) [Vault](https://www.vaultproject.io) API client for Python 3.x\n\n[![Build](https://github.com/hvac/hvac/actions/workflows/build-test.yml/badge.svg)](https://github.com/hvac/hvac/actions/workflows/build-test.yml) \n[![Lint](https://github.com/hvac/hvac/actions/workflows/lint-and-test.yml/badge.svg)](https://github.com/hvac/hvac/actions/workflows/lint-and-test.yml)\n[![codecov](https://codecov.io/gh/hvac/hvac/branch/main/graph/badge.svg)](https://codecov.io/gh/hvac/hvac)\n[![Documentation Status](https://readthedocs.org/projects/hvac/badge/)](https://hvac.readthedocs.io/en/latest/?badge=latest)\n[![PyPI version](https://badge.fury.io/py/hvac.svg)](https://badge.fury.io/py/hvac)\n[![Twitter - @python_hvac](https://img.shields.io/twitter/follow/python_hvac.svg?label=Twitter%20-%20@python_hvac&style=social?style=plastic)](https://twitter.com/python_hvac)\n[![Gitter chat](https://badges.gitter.im/hvac/community.png)](https://gitter.im/hvac/community)\n\nTested against the latest release, HEAD ref, and 3 previous minor versions (counting back from the latest release) of Vault.\nCurrent official support covers Vault v1.4.7 or later.\n\n> **NOTE:**  Support for EOL Python versions will be dropped at the end of 2022.  Starting in 2023, hvac will track\n> with the CPython EOL dates.\n\n## Installation\n\n```console\npip install hvac\n```\n\nIf you would like to be able to return parsed HCL data as a Python dict for methods that support it:\n\n```console\npip install \"hvac[parser]\"\n```\n\n## Documentation\n\nAdditional documentation for this module available at: [hvac.readthedocs.io](https://hvac.readthedocs.io/en/stable/usage/index.html):\n\n* [Getting Started](https://hvac.readthedocs.io/en/stable/overview.html#getting-started)\n* [Usage](https://hvac.readthedocs.io/en/stable/usage/index.html)\n* [Advanced Usage](https://hvac.readthedocs.io/en/stable/advanced_usage.html)\n* [Source Reference / Autodoc](https://hvac.readthedocs.io/en/stable/source/index.html)\n* [Contributing](https://hvac.readthedocs.io/en/stable/contributing.html)\n* [Changelog](https://hvac.readthedocs.io/en/stable/changelog.html)\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "HashiCorp Vault API client",
    "version": "2.2.0",
    "project_urls": {
        "Documentation": "https://hvac.readthedocs.io/en/stable/overview.html",
        "Homepage": "https://github.com/hvac/hvac",
        "Repository": "https://github.com/hvac/hvac"
    },
    "split_keywords": [
        "hashicorp",
        " vault"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82cd75dee999d3347bc2b91beafc74eaa2d44d2851887b5a030894f74d72027e",
                "md5": "28a4cb8afaa9fdda80ca9cdb7e901966",
                "sha256": "f287a19940c6fc518c723f8276cc9927f7400734303ee5872ac2e84539466d8d"
            },
            "downloads": -1,
            "filename": "hvac-2.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "28a4cb8afaa9fdda80ca9cdb7e901966",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 155214,
            "upload_time": "2024-04-27T22:39:51",
            "upload_time_iso_8601": "2024-04-27T22:39:51.237452Z",
            "url": "https://files.pythonhosted.org/packages/82/cd/75dee999d3347bc2b91beafc74eaa2d44d2851887b5a030894f74d72027e/hvac-2.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea963d08ba4b59491941c83e46034c19d1b62c6966147bb2bb144788cf7c989c",
                "md5": "ec73c8d0ff90470f94f34735acbe27af",
                "sha256": "e4b0248c5672cb9a6f5974e7c8f5271a09c6c663cbf8ab11733a227f3d2db2c2"
            },
            "downloads": -1,
            "filename": "hvac-2.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ec73c8d0ff90470f94f34735acbe27af",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 330973,
            "upload_time": "2024-04-27T22:39:53",
            "upload_time_iso_8601": "2024-04-27T22:39:53.483116Z",
            "url": "https://files.pythonhosted.org/packages/ea/96/3d08ba4b59491941c83e46034c19d1b62c6966147bb2bb144788cf7c989c/hvac-2.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 22:39:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hvac",
    "github_project": "hvac",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "hvac"
}
        
Elapsed time: 0.27463s