<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nba-scores.git/nba/scores.py, 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>
<entry>
<title>migrate from pylint to ruff (#3)</title>
<updated>2025-04-05T18:50:08+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cleberg.net</email>
</author>
<published>2025-04-05T18:50:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/commit/?id=fc0ea096722178bd609bce168d194c926d411a38'/>
<id>urn:sha1:fc0ea096722178bd609bce168d194c926d411a38</id>
<content type='text'>
* migrate from pylint to ruff

* Commit from GitHub Actions (Ruff)

---------

Co-authored-by: github-actions &lt;41898282+github-actions[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>initial commit</title>
<updated>2025-03-29T05:23:35+00:00</updated>
<author>
<name>Christian Cleberg</name>
<email>hello@cmc.pub</email>
</author>
<published>2025-03-29T05:23:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.krz.sh/krz/nba-scores.git/commit/?id=ea85cd451eb052e80b38a04e25918290094325b4'/>
<id>urn:sha1:ea85cd451eb052e80b38a04e25918290094325b4</id>
<content type='text'>
</content>
</entry>
</feed>
