Metadata-Version: 2.4
Name: venvalid
Version: 0.1.0
Summary: A minimal and developer-friendly environment variable validator for Python, inspired by envalid.
Author-email: PinnLabs <it@pinnlabs.online>
License-Expression: MIT
Project-URL: Homepage, https://github.com/pinnlabs/venvalid
Project-URL: Repository, https://github.com/pinnlabs/venvalid
Keywords: env,dotenv,validation,envalid,configuration
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: poetry>=1.8.5
Dynamic: license-file

<p align="center">
  <img src="./public/logo.png" alt="Venvalid logo" width="200"/>
</p>

<h1 align="center">Venvalid</h1>
<p align="center">Minimalist environment variable validation for Python, inspired by <a href="https://github.com/af/envalid">envalid</a></p>

---

## About

**Venvalid** is a minimalist and developer-friendly environment variable validator for Python — inspired by the simplicity and clarity of [`envalid`](https://github.com/af/envalid) from the Node.js world.

It lets you define a schema for your environment variables and ensures they are present, well-formed, and ready to use — before your app even starts.

---

