Skip to content

Kazzer/nestedconfigparser

Repository files navigation

nestedconfigparser

Running tests

python setup.py test

Building binary distribution

python setup.py bdist_wheel

Running

nestedconfigparser can be used just as if it were configparser. Below you can see the only exposed difference in behaviour (with the default value). Everything else is fully compatible with configparser; it will just load additional sections to the chain map based on the section_splitter when getting keys.

import nestedconfigparser

settings = nestedconfigparser.NestedConfigParser(section_splitter='.')

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages