All Projects â†’ hvac â†’ Hvac

hvac / Hvac

Licence: apache-2.0
🔒 Python 2.7/3.X client for HashiCorp Vault

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hvac

Node Vault
Client for HashiCorp's Vault
Stars: ✭ 391 (-53.4%)
Mutual labels:  api, hashicorp, vault, client
Python Nomad
Client library Hashicorp Nomad
Stars: ✭ 90 (-89.27%)
Mutual labels:  api, hashicorp, client
Php Curl Class
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
Stars: ✭ 2,903 (+246.01%)
Mutual labels:  api, client
Messenger
Package messenger is used for making bots for use with Facebook messenger
Stars: ✭ 278 (-66.87%)
Mutual labels:  api, client
Airtable Python Wrapper
Python Airtable Client Wrapper
Stars: ✭ 328 (-60.91%)
Mutual labels:  api, client
vault-unseal
auto-unseal utility for Hashicorp Vault
Stars: ✭ 57 (-93.21%)
Mutual labels:  vault, hashicorp
vim-hcl
Syntax highlighting for HashiCorp Configuration Language (HCL)
Stars: ✭ 83 (-90.11%)
Mutual labels:  vault, hashicorp
Cryptr
Cryptr: a GUI for Hashicorp's Vault
Stars: ✭ 324 (-61.38%)
Mutual labels:  hashicorp, vault
teller
Cloud native secrets management for developers - never leave your command line for secrets.
Stars: ✭ 998 (+18.95%)
Mutual labels:  vault, hashicorp
Awesome Openapi3
😎 A list of awesome projects related to OpenAPI 3.0.x, curated by the community
Stars: ✭ 469 (-44.1%)
Mutual labels:  api, client
Purest
REST API Client Library
Stars: ✭ 448 (-46.6%)
Mutual labels:  api, client
Twitchlib
C# Twitch Chat, Whisper, API and PubSub Library. Allows for chatting, whispering, stream event subscription and channel/account modification. Supports .NET Core 2.0
Stars: ✭ 519 (-38.14%)
Mutual labels:  api, client
vault-terraform-demo
Deploy HashiCorp Vault with Terraform in GKE.
Stars: ✭ 47 (-94.4%)
Mutual labels:  vault, hashicorp
vault-ctrl-tool
Simple tool for managing authentication, secrets, and leases for services.
Stars: ✭ 23 (-97.26%)
Mutual labels:  vault, hashicorp
vault-token-helper-osx-keychain
An example @hashicorp Vault token helper for Mac OS X Keychain.
Stars: ✭ 64 (-92.37%)
Mutual labels:  vault, hashicorp
vault-load-testing
Automated load tests for Vault and Consul using the locust.io Python framework
Stars: ✭ 44 (-94.76%)
Mutual labels:  vault, hashicorp
T Vault
Simplified secrets management solution
Stars: ✭ 316 (-62.34%)
Mutual labels:  hashicorp, vault
nomad-box
Nomad Box - Simple Terraform-powered setup to Azure of clustered Consul, Nomad and Traefik Load Balancer that runs Docker/GoLang/Java workloads. NOTE: Only suitable in dev environments at the moment until I learn more Terraform, Consul, Nomad, Vault :P
Stars: ✭ 18 (-97.85%)
Mutual labels:  vault, hashicorp
vault-consul-swarm
Deploy Vault and Consul with Docker Swarm
Stars: ✭ 20 (-97.62%)
Mutual labels:  vault, hashicorp
Instagram Web Api
🤳 Instagram Private Web API client for Node
Stars: ✭ 694 (-17.28%)
Mutual labels:  api, client

hvac

Header image

HashiCorp Vault API client for Python 3.x

Test codecov Documentation Status PyPI version Twitter - @python_hvac Gitter chat

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.3.10 or later.

Installation

pip install hvac

If you would like to be able to return parsed HCL data as a Python dict for methods that support it:

pip install "hvac[parser]"

Documentation

Additional documentation for this module available at: hvac.readthedocs.io:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].