No description
Find a file
bronsen bea10df466
Some checks failed
ci/woodpecker/push/workflow/1 Pipeline failed
ci/woodpecker/push/workflow/2 Pipeline failed
ci: 👷 Add workflow.yaml
2025-12-05 17:21:21 +01:00
.woodpecker ci: 👷 Add workflow.yaml 2025-12-05 17:21:21 +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 sprinkle some async over the code 2025-12-04 23:11:41 +01:00
.gitignore Revert "chore(git): 🔧 keep internal todo list off of version control" 2025-12-04 21:02:51 +01:00
justfile feat: 🎨 Add justfile with recipes 2025-12-05 17:11:58 +01:00
pyproject.toml docs(project): 📝 Add even more trove classifiers 2025-12-05 16:55:06 +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(project): add tortoise-orm and some of its recommendations 2025-12-04 23:18:54 +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.