A collection of Python helper modules for The Office of the Auditor General of Norway (OAGN).
Install from Github:
pip install -e git+https://github.com/Riksrevisjonen/rr-python-utils#egg=rrutilsImport a specific function:
from rrutils.azure import get_blobImport all function in a specific module:
from rrutils.azure import *