From 14d8039e4a6ae27c1a7441a375b87617fd5aea4d Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 4 May 2026 17:03:40 -0500 Subject: feat: add Bracket tab for playoffs --- nba_scores.egg-info/PKG-INFO | 15 ++++----------- nba_scores.egg-info/SOURCES.txt | 1 + 2 files changed, 5 insertions(+), 11 deletions(-) (limited to 'nba_scores.egg-info') diff --git a/nba_scores.egg-info/PKG-INFO b/nba_scores.egg-info/PKG-INFO index a440054..9e5fcd8 100644 --- a/nba_scores.egg-info/PKG-INFO +++ b/nba_scores.egg-info/PKG-INFO @@ -1,8 +1,8 @@ Metadata-Version: 2.4 Name: nba-scores -Version: 0.1.7 +Version: 0.2.2 Summary: A CLI interface to get current NBA scores and standings. -Author-email: Christian Cleberg +Author-email: Christian Cleberg License-Expression: GPL-3.0-or-later Project-URL: Homepage, https://git.cleberg.net/nba-scores.git Project-URL: Issues, https://git.cleberg.net/nba-scores.git @@ -38,18 +38,10 @@ auto-refresh. [Back to top](#table-of-contents) -## PyPi - -```shell -pipx install nba-scores -``` - -## Manual - ```shell git clone https://git.cleberg.net/nba-scores.git cd nba-scores -uv sync +pipx install . ``` # Usage @@ -81,6 +73,7 @@ Optional flags: | Standings | `t` | East / West conference standings, side by side | | Leaders | `l` | Top 25 players by stat category | | Playoff Picture | `p` | Conference seeding with clinch and elimination status | +| Bracket | `k` | Playoff series matchups and series records | | Box Score | `b` | Per-player live stats for a selected game | ### TUI key bindings diff --git a/nba_scores.egg-info/SOURCES.txt b/nba_scores.egg-info/SOURCES.txt index c424bb6..c26a8da 100644 --- a/nba_scores.egg-info/SOURCES.txt +++ b/nba_scores.egg-info/SOURCES.txt @@ -4,6 +4,7 @@ pyproject.toml nba/__init__.py nba/__main__.py nba/box_score.py +nba/bracket.py nba/cli.py nba/fetch_data.py nba/leaders.py -- cgit v1.2.3