diff options
Diffstat (limited to 'devel/py-donfig/pkg-descr')
-rw-r--r-- | devel/py-donfig/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-donfig/pkg-descr b/devel/py-donfig/pkg-descr new file mode 100644 index 000000000000..573b26d51d45 --- /dev/null +++ b/devel/py-donfig/pkg-descr @@ -0,0 +1,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. |