forked from Lainports/freebsd-ports
pyaml-env is a very small library that parses a yaml configuration file and it resolves the environment variables, so that no secrets are kept in text. WWW: https://github.com/mkaranasou/pyaml_env PR: 274127
3 lines
152 B
Text
3 lines
152 B
Text
pyaml-env is a very small library that parses a yaml configuration
|
|
file and it resolves the environment variables, so that no secrets
|
|
are kept in text.
|