468 B
468 B
Teilchensammler
This is a little TUI based on Textual for entering new Teilchen and for searching for existing Teilchen.
Data will eventuall be stored in a SQLite database.
Running tests
uv run pytest tests.py
Creating a new release
- make code changes
- add tests; make them pass
- commit
git tag vX.Y.Z- push commits and tags
uv build will now create correctly named tar balls and wheels.