No description
Find a file
2025-12-08 17:38:54 +01:00
.woodpecker [ci] deactivate tests for now 2025-12-05 18:39:20 +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 [models] make it so tortoise runs inside textual's async loop thing 2025-12-08 17:38:54 +01:00
.gitignore Revert "chore(git): 🔧 keep internal todo list off of version control" 2025-12-04 21:02:51 +01:00
justfile [deps] move ruff into special group because we can't build it on CI 2025-12-05 18:18:38 +01:00
pyproject.toml Revert "[deps] move ruff into special group because we can't build it on CI" 2025-12-05 18:40:23 +01:00
README.md docs(relase): 📝 Explain how to make a new release 2025-12-04 20:44:25 +01:00
requirements.dev.txt Revert "[deps] move ruff into special group because we can't build it on CI" 2025-12-05 18:40:23 +01:00
requirements.txt Revert "[deps] move ruff into special group because we can't build it on CI" 2025-12-05 18:40:23 +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(dependencies): upgrade dependencies and export them 2025-12-05 17:59:12 +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.