g0di - Overview

Skip to content

Navigation Menu

Sign in

Appearance settings

View g0di's full-sized avatar

BenoƮt Godard g0di

Block or report g0di

Pinned Loading

  1. Structure your FastAPI API error responses with consistent and machine readable format using the RFC 9457 "Problem Details for HTTP APIs" standard

    Python 12

  2. Personal software engineering related blog

    HTML

  3. Help you managing your personal media by providing tools for automatizing tedious tasks

    Python

  4. Python script for quickly renaming one or several files and directories using regular expressions

    Python

  5. 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/
  6. 1

    from collections.abc import Callable

    2

    from typing import Any, overload