Skip to content

statisticsnorway/ssb-nudb-config

Nudb_Config

PyPI Status Python Version License

Documentation Tests Coverage Quality Gate Status

pre-commit Black Ruff Poetry

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.

About

The config for NUDB - Nasjonal utdanningsdatabase

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages