teilchensammler-cli/README.md
2025-12-04 20:44:25 +01:00

24 lines
468 B
Markdown

# 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
```sh
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.
[Textual]: https://textual.textualize.io/