You can install Nudb_Config via pip from PyPI:
poetry add ssb-nudb-configThe most important object in the package are the "settings":
from nudb_config import settings
print(settings.paths)Indexing into the config should be possible with dot-notation AND common dict-convenience methods, these should all return the same value:
settings.variables.fnr
settings.variables["fnr"]
settings.variables.get("fnr")Please see the Reference Guide for details.
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, Nudb_Config is free and open source software.
If you encounter any problems, please file an issue along with a detailed description.
This project was generated from Statistics Norway's SSB PyPI Template.