Skip to content

Releases: zillionare/cfg4py

Release v0.9.4

25 Aug 08:23
Compare
Choose a tag to compare

v0.9

03 Dec 14:28
Compare
Choose a tag to compare

add strict mode: cfg4py will check cfg4py_server_role only if it's in strict mode.By default it's non strict mode

Add environment macro

20 Nov 08:24
Compare
Choose a tag to compare

This release add environment macro. Now you can define config like this:

# defaults.yaml
postgres:
    dsn: postgres://${account}:${password}@localhost/

After cfg4py.init(), the account and password will be replaced by its value defined in environment variables.