Skip to content

Instantly share code, notes, and snippets.

View thomascellerier's full-sized avatar

Thomas Cellerier thomascellerier

View GitHub Profile
@thomascellerier
thomascellerier / azure.py
Last active July 21, 2020 11:14
Azure client poc using aiohttp
#!/usr/bin/python3.8
import asyncio
import os
from typing import List
import aiohttp
from dataclasses import dataclass, field
import typedload