Managing Configuration
Managing Python Configuration#
There is a great blog article on the various strategies for Python Config
Basically the three options:
.ini
- configparser.env
- python dotenv.yaml
- python confuse
There is a great blog article on the various strategies for Python Config
Basically the three options:
.ini
- configparser.env
- python dotenv.yaml
- python confuse