No description
Find a file
bronsen df845c41f3
All checks were successful
ci/woodpecker/push/workflow/2 Pipeline was successful
ci/woodpecker/push/workflow/1 Pipeline was successful
Revert "[deps] move ruff into special group because we can't build it on CI"
This reverts commit 46b2a90869.
2025-12-05 18:40:23 +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 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 [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.