Contents

hvac 2.4.0

0

HashiCorp Vault API client

HashiCorp Vault API client

Stars: 1303, Watchers: 1303, Forks: 389, Open Issues: 176

The hvac/hvac repo was created 10 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 1303 github stars!

How to Install hvac

You can install hvac using pip

pip install hvac

or add it to a project with poetry

poetry add hvac

Package Details

Author
Ian Unruh
License
Apache-2.0
Homepage
https://github.com/hvac/hvac
PyPi:
https://pypi.org/project/hvac/
Documentation:
https://hvac.readthedocs.io/en/stable/overview.html
GitHub Repo:
https://github.com/hvac/hvac

Classifiers

No  hvac  pypi packages just yet.

Errors

A list of common hvac errors.

Code Examples

Here are some hvac code examples and snippets.

GitHub Issues

The hvac package has 176 open issues on GitHub

  • Add in-memory token caching
  • Add missing transit key types to ALLOWED_KEY_TYPES
  • Missing OIDC configuration methods and authenticate with the wrapping token when unwrapping
  • added return boolean to validate pem function
  • Typo corrections
  • kubernetes role creation missing parameters
  • Transit key types outdated

See more issues on GitHub

Related Packages & Articles

httpie 3.2.4

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.

apispec 6.9.0

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).

fastapi 0.129.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production