Skip to content

Instantly share code, notes, and snippets.

View robin-thoni's full-sized avatar

Robin Thoni robin-thoni

View GitHub Profile
@robin-thoni
robin-thoni / main.py
Created September 12, 2020 09:49
PoC for Python configuration loading, from dict to typed object. For reference only
#! /usr/bin/env python3
import sys
from inspect import signature
from typeguard import check_type
import jinja2
import typing