Skip to main content

castfit 0.1.1 #

Slightly better typing

castfit 0.1.1 is available. castfit is my tiny library for converting things (mostly dict of keys) into classes using standard python type hints.

To install castfit:

# modern (recommended)
uv add castfit

# classic
python -m pip install castfit

Read more


Release Notes 0.1.1 - 2025-04-28T14:32:37Z #

Fixed

Changed