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
Release Notes 0.1.1 - 2025-04-28T14:32:37Z #
Fixed
- #1: type hints for
castfit
Changed
- metaist/LTS#8: using latest github actions