12 Commits

Author SHA1 Message Date
a2ab27fa5b bump to version 1.0.0. TUI is considered complete. 2026-02-25 21:39:47 +00:00
5d6836a603 add _read_lottery_selection() helper method
patch bump
2026-02-23 19:58:47 +00:00
dbbc32f4ec swap out the NamedTuple for a frozen dataclass.
move the responsibility of sorting the numbers from the caller to the class initialisation.
(now the string representation matches the internal state)

move logging of ValueError from tui.py to lottery.py

patch bump
2026-02-23 16:53:33 +00:00
8b743abcfb rename UK Lotto to Lotto to match the website.
patch  bump
2026-02-22 23:34:10 +00:00
56028b2c52 get Result kind name from class type, it's more flexible to change.
patch bump
2026-02-22 23:24:36 +00:00
67b3887bc8 should we get a ValueError when requesting a lottery object allow it to bubble up.
patch bump
2026-02-22 14:33:48 +00:00
a986348168 add python version classifiers
patch bump
2026-02-21 22:57:25 +00:00
039487cfc5 sort the numbers before printing them
upd screenshot to reflect sorted results

patch bump
2026-02-21 22:08:45 +00:00
47ced52722 check for empty selection and return early if blank.
this fixes a crash should a draw be attempted without a selection.
2026-02-21 21:56:05 +00:00
9405b4a588 fix the build
minor bump
2026-02-21 21:41:34 +00:00
ea8eae6ec3 patch bump 2026-02-21 21:22:38 +00:00
b28b04c603 initial commit 2026-02-21 21:06:21 +00:00