blob: 573b26d51d453e562be54ff07d7954e1d1714b3c (
plain) (
blame)
1
2
3
4
|
Donfig is a python library meant to make configuration easier for other python
packages. Donfig can be configured programmatically, by environment variables,
or from YAML files in standard locations. The below examples show the basics of
using donfig.
|