No description
Find a file
2025-12-04 20:44:25 +01:00
__snapshots__/tests test(ui): Add snapshot test for our first very simple Screen 2025-12-04 20:17:56 +01:00
src/teilchensammler_cli feat(ui): Layout our search results more correctly 2025-12-04 19:28:14 +01:00
.gitignore chore(git): 🔧 keep snapshot reports off of version control 2025-12-04 20:29:04 +01:00
pyproject.toml chore(project): 🎨 Format pyproject.toml according how the LSP likes it. 2025-12-04 20:22:50 +01:00
README.md docs(relase): 📝 Explain how to make a new release 2025-12-04 20:44:25 +01:00
tests.py test(ui): Add snapshot test for our first very simple Screen 2025-12-04 20:17:56 +01:00
uv.lock chore(deps): ⬆️ have uv upgrade packages 2025-12-04 20:27:49 +01:00

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.