DEV
This library is managed with uv and a Makefile. Execute:
uv syncto create the virtual environmentmake lintto lint the code (style, checks, types, architecture) and fix obvious thingsmake testto execute unit testsmake docto generate the documentation
See https://docs.astral.sh/uv/getting-started/installation/ to install uv if you need to.