hvac-ikame


Namehvac-ikame JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/tuan-minh-hust-k64/hvac_ikame
SummaryHashiCorp Vault API client
upload_time2024-06-17 04:20:35
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/tuan-minh-hust-k64/hvac_ikame",
    "name": "hvac-ikame",
    "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/b4/ae/60faf0d5ea4e1402bf0001de50bba12f1d120de3fabec1de27e5104c26da/hvac_ikame-0.0.1.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": "0.0.1",
    "project_urls": {
        "Documentation": "https://hvac.readthedocs.io/en/stable/overview.html",
        "Homepage": "https://github.com/tuan-minh-hust-k64/hvac_ikame",
        "Repository": "https://github.com/tuan-minh-hust-k64/hvac_ikame"
    },
    "split_keywords": [
        "hashicorp",
        " vault"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6eb75c680d6ad48f35c6fede58282fc20cd9a80f7af2d07f9b06986eda6f898b",
                "md5": "85e5375cc42c6d00f3fbcd64aba167ba",
                "sha256": "760d036c94bd9f5bb6f74042e6774c3f4872f03cfbfe30d95fc3c12cd800e7de"
            },
            "downloads": -1,
            "filename": "hvac_ikame-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85e5375cc42c6d00f3fbcd64aba167ba",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 157459,
            "upload_time": "2024-06-17T04:20:31",
            "upload_time_iso_8601": "2024-06-17T04:20:31.865484Z",
            "url": "https://files.pythonhosted.org/packages/6e/b7/5c680d6ad48f35c6fede58282fc20cd9a80f7af2d07f9b06986eda6f898b/hvac_ikame-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4ae60faf0d5ea4e1402bf0001de50bba12f1d120de3fabec1de27e5104c26da",
                "md5": "c704a2e83373300f438328833a2d4aff",
                "sha256": "1b38dd2f9a6707df1e32ade98ac4887841c0deaf4f3b2a17b14f82edb145a6d2"
            },
            "downloads": -1,
            "filename": "hvac_ikame-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c704a2e83373300f438328833a2d4aff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 220410,
            "upload_time": "2024-06-17T04:20:35",
            "upload_time_iso_8601": "2024-06-17T04:20:35.870793Z",
            "url": "https://files.pythonhosted.org/packages/b4/ae/60faf0d5ea4e1402bf0001de50bba12f1d120de3fabec1de27e5104c26da/hvac_ikame-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-17 04:20:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tuan-minh-hust-k64",
    "github_project": "hvac_ikame",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "hvac-ikame"
}
        
Elapsed time: 0.25853s