Contents

hvac 2.1.0

0

HashiCorp Vault API client

HashiCorp Vault API client

Stars: 1179, Watchers: 1179, Forks: 371, Open Issues: 148

The hvac/hvac repo was created 8 years ago and the last code push was Yesterday.
The project is very popular with an impressive 1179 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 148 open issues on GitHub

  • Fetching single field from KV secrets path
  • [WIP] [Feature] Implements TOTP API
  • alternative GET method to all LIST methods for pki usage
  • Update wrapping.rst - example for unauthenticated unwrap
  • OIDC Authorization Example Issue
  • Client certs are incorrectly handled

See more issues on GitHub

Related Packages & Articles

httpie 3.2.2

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.6.0

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

fastapi 0.110.1

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