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.
- Host: GitHub
- URL: https://github.com/paddecraft/typed-env
- Owner: PaddeCraft
- Created: 2023-11-07T16:25:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T17:44:21.000Z (over 2 years ago)
- Last Synced: 2024-01-27T18:09:09.351Z (over 2 years ago)
- Topics: environment-variables, parser, python3, type-annotations
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typed-Env
[](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*.