g0di - Overview
Navigation Menu
Pinned Loading
-
Structure your FastAPI API error responses with consistent and machine readable format using the RFC 9457 "Problem Details for HTTP APIs" standard
Python 12
-
Personal software engineering related blog
HTML
-
Help you managing your personal media by providing tools for automatizing tedious tasks
Python
-
Python script for quickly renaming one or several files and directories using regular expressions
Python
-
2
"""Protocol for quickly adding ordering support to inheriting classes.4
Mostly inspired from: https://regebro.wordpress.com/2010/12/13/python-implementing-rich-comparison-the-correct-way/ -
1
from collections.abc import Callable
2
from typing import Any, overload