confini

Parse and merge multiple ini files in python3
git clone git://git.defalsify.org/python-confini.git
Log | Files | Refs | README | LICENSE

commit f8c16a3a1bff7ecbe18c57218f692da69a50a8e9
parent 7e13499798ac9d044dcf32347b6e9721600b1de9
Author: nolash <dev@holbrook.no>
Date:   Sat, 17 Oct 2020 16:21:48 +0200

Update readme, gpg env

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -97,6 +97,6 @@ Decryption mode must be explicitly activated: ``` >>> c = config.Config('/path/to/config/dir', decrypt=True) ``` -The user keyring in the default location is used for decryption. +The user keyring in the default location is used for decryption, which may be overridden as usual with the `GNUPGHOME` environment variable.