Nudb_Config¶
Installation¶
You can install Nudb_Config via pip from PyPI:
poetry add ssb-nudb-config
Usage¶
The 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.
Contributing¶
Contributions are very welcome. To learn more, see the Contributor Guide.
License¶
Distributed under the terms of the MIT license, Nudb_Config is free and open source software.
Issues¶
If you encounter any problems, please file an issue along with a detailed description.
Credits¶
This project was generated from Statistics Norway’s SSB PyPI Template.