Expand description
Environment file parsing utilities
Supports direnv-style .env files with layered loading.
Functionsยง
- expand_
path - Expand ~ to home directory in path
- load_
env_ files - Loads environment variables from list of env files.
- parse_
env_ file - Parse a .env file (direnv style) and return key-value pairs