Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 427 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 427 Bytes

rr-python-utils

A collection of Python helper modules for The Office of the Auditor General of Norway (OAGN).

Installation

Install from Github:

pip install -e git+https://github.com/Riksrevisjonen/rr-python-utils#egg=rrutils

Usage

Import a specific function:

from rrutils.azure import get_blob

Import all function in a specific module:

from rrutils.azure import *