diff options
| author | Christian Cleberg <[email protected]> | 2026-05-04 17:03:40 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-05-04 17:03:40 -0500 |
| commit | 14d8039e4a6ae27c1a7441a375b87617fd5aea4d (patch) | |
| tree | 8584d9cb3231a92472601d145da24db337dfce49 /nba_scores.egg-info | |
| parent | 4d40494f3e9aade0f5302678e4df67a7613c157b (diff) | |
| download | nba-scores-14d8039e4a6ae27c1a7441a375b87617fd5aea4d.tar.gz nba-scores-14d8039e4a6ae27c1a7441a375b87617fd5aea4d.tar.bz2 nba-scores-14d8039e4a6ae27c1a7441a375b87617fd5aea4d.zip | |
feat: add Bracket tab for playoffs
Diffstat (limited to 'nba_scores.egg-info')
| -rw-r--r-- | nba_scores.egg-info/PKG-INFO | 15 | ||||
| -rw-r--r-- | nba_scores.egg-info/SOURCES.txt | 1 |
2 files changed, 5 insertions, 11 deletions
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 <[email protected]> +Author-email: Christian Cleberg <[email protected]> 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 |
