Metadata-Version: 2.3
Name: vaultx
Version: 0.0.0
Summary: Python 3.x httpx client for HashiCorp's Vault
License: MIT
Author: klukashka
Author-email: klukin0202@yandex.ru
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Description-Content-Type: text/markdown

<p align="center">
    <a href="https://github.com/klukashka/Vaultx">
    <img src="https://github.com/user-attachments/assets/127537a2-7b7c-40a2-909c-3dddb8456c80" alt="Vaultx"> </a>
</p>
<p align="center">
    <em>Vaultx library is a Python 3.x client for HashiCorp's Vault. It is based on httpx and provides both sync and async clients</em>
</p>

<p align="center">
  <img src="https://github.com/klukashka/Vaultx/actions/workflows/run_tests.yml/badge.svg" alt="Tests status">
</p>

---
**Documentation:** <https://klukashka.github.io/Vaultx/>

**Source code:**: <https://github.com/klukashka/Vaultx/>

---

<h3 align="center">
Currently in develop...
</h3>

