Reference¶
ssb_utdanning package¶
Subpackages¶
- ssb_utdanning.data package
- ssb_utdanning.format package
- ssb_utdanning.katalog package
- ssb_utdanning.orgnrkontroll package
- ssb_utdanning.paths package
ssb_utdanning.config module¶
The config holds attributes/constants that the user should be allowed to change before running code, that we do not want as parameters to functions.
Attributes: ENVIR (str): The environment the application is running in. SERVICE (str): The service the application is running in. REGION (str): The region the application is running in.
TESTING (bool): Whether the application is running in testing mode. MOCKING (bool): Whether the application is running in mocking mode.
DATETIME_FORMAT (str): The datetime format used in filenames.
PROD_FORMATS_PATH (str): The path to the production formats.