An open API service indexing awesome lists of open source software.

https://github.com/paddecraft/typed-env

Typed env is an easy solution to type-check and check for environment variables, including the ones from .env-files.
https://github.com/paddecraft/typed-env

environment-variables parser python3 type-annotations

Last synced: 5 months ago
JSON representation

Typed env is an easy solution to type-check and check for environment variables, including the ones from .env-files.

Awesome Lists containing this project

README

          

# Typed-Env

[![Docs](https://img.shields.io/badge/docs-github_pages-blue)](https://paddecraft.dev/typed-env/docs)

Typed env is an easy solution to type-check and check for environment variables, including the ones from `.env`-files.

## Getting Started

install the `py-typed-env` package.

## Misc

#### UNICODE ESCAPE CODES (\uXXXX) ARE CURRENTLY NOT SUPPORTED

This is implemented using [this](https://hexdocs.pm/dotenvy/dotenv-file-format.html) as a *spec*.