This repository has been archived by the owner on Oct 10, 2018. It is now read-only.
Rename env vars
Pre-release
Pre-release
The user can now rename environment variables within the config class.
i.e.
# echo $APP_DEBUG
# "true"
config.from_envar("APP_DEBUG", rename="DEBUG")
assert config["DEBUG"] == True