Metadata-Version: 2.4
Name: vault-pydantic-simple
Version: 0.4.0
Summary: Library to fetch configuration from Vault KV and JSON using pydantic
Author-email: tofuurem <rabbit_1399@icloud.com>
License: MIT
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: hvac>=2.3.0
Requires-Dist: loguru>=0.7.3
Requires-Dist: pydantic>=2.10.6
Requires-Dist: pydantic-settings>=2.7.1

# My Vault Config

This library provides functionality to fetch configuration from a HashiCorp Vault KV store using hvac and pydantic for validation.

## Features
- Fetch secrets from Vault KV (v2)
- Validate configuration with pydantic models
- Easily integrate with your Python projects

## Installation

Install using pip:

```bash
pip install vault-pydantic-simple
