hvac


Namehvac JSON
Version 2.3.0 PyPI version JSON
download
home_pagehttps://github.com/hvac/hvac
SummaryHashiCorp Vault API client
upload_time2024-06-18 14:46:09
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/48/a4/c0b698a7250b7a5c2956427406560701862215c646e079a7907846608f44/hvac-2.3.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.3.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": "0b3456facf52e2ea14ce640f434ccf00311af6f3a1df0019d4682ba28ea09948",
                "md5": "0dcf73172b9ab1a8dcc4496dc528f561",
                "sha256": "a3afc5710760b6ee9b3571769df87a0333da45da05a5f9f963e1d3925a84be7d"
            },
            "downloads": -1,
            "filename": "hvac-2.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0dcf73172b9ab1a8dcc4496dc528f561",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 155860,
            "upload_time": "2024-06-18T14:46:05",
            "upload_time_iso_8601": "2024-06-18T14:46:05.399859Z",
            "url": "https://files.pythonhosted.org/packages/0b/34/56facf52e2ea14ce640f434ccf00311af6f3a1df0019d4682ba28ea09948/hvac-2.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48a4c0b698a7250b7a5c2956427406560701862215c646e079a7907846608f44",
                "md5": "e7aa8ec004b3bc6dc763e8382d9f808b",
                "sha256": "1b85e3320e8642dd82f234db63253cda169a817589e823713dc5fca83119b1e2"
            },
            "downloads": -1,
            "filename": "hvac-2.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e7aa8ec004b3bc6dc763e8382d9f808b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 332660,
            "upload_time": "2024-06-18T14:46:09",
            "upload_time_iso_8601": "2024-06-18T14:46:09.748519Z",
            "url": "https://files.pythonhosted.org/packages/48/a4/c0b698a7250b7a5c2956427406560701862215c646e079a7907846608f44/hvac-2.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-18 14:46:09",
    "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.28525s