<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nba-scores.git/nba/tui/__pycache__, branch main</title>
<subtitle>command-line nba scores, standings, and box scores. python tui.
</subtitle>
<id>http://git.krz.sh/krz/nba-scores.git/atom?h=main</id>
<link rel='self' href='http://git.krz.sh/krz/nba-scores.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/'/>
<updated>2026-04-16T03:28:45+00:00</updated>
<entry>
<title>feat: add Textual TUI with auto-refresh, leaders, playoff picture, and box score</title>
<updated>2026-04-16T03:28:45+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2026-04-16T03:28:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/commit/?id=4cbe592e0a0fae13f0a89918a66fd983dd84464f'/>
<id>urn:sha1:4cbe592e0a0fae13f0a89918a66fd983dd84464f</id>
<content type='text'>
Introduces an interactive terminal UI via the `--tui` flag backed by the
Textual framework. Scores and standings auto-refresh on a configurable
interval (default 60s, minimum 10s) using asyncio with nba_api calls
offloaded to a thread pool to keep the event loop unblocked.

New tabs:
- Scores / Standings (existing views, now live-updating)
- Leaders: top-25 by stat category, cycle with &lt; / &gt; keys
- Playoff Picture: conference seeding with clinch/elimination status
- Box Score: per-player live stats, load any game with keys 1–9

Refactored scores.py and standings.py to separate rendering from I/O
(get_scoreboard_table, get_east/west_standings_table), keeping the
existing static CLI path fully intact. Added -sc / -st shortcut flags.

Adds textual&gt;=0.89.1,&lt;7.0 dependency, build-system declaration for uv,
and package-data entry for the bundled .tcss stylesheet.
</content>
</entry>
</feed>
