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=rrutils
Import a specific function:
from rrutils.azure import get_blob
Import all function in a specific module:
from rrutils.azure import *