Releases: skyspec28/dotenv_schema
Releases · skyspec28/dotenv_schema
v0.1.0 - Initial Release
Initial release of dotenv_schema.
This package provides a schema validation system for .env files, allowing developers to define and enforce structure for their environment variables.
Features:
- Schema definition for .env files
- Validation of environment variables against schema
- Type checking and conversion
- Default values for missing variables
Documentation is available in the README.