Metadata-Version: 2.4
Name: bball-data
Version: 0.1.1
Summary: Data fetching and processing for the bball ecosystem
Project-URL: Homepage, https://bball.dev
Project-URL: Documentation, https://docs.bball.dev
Project-URL: Repository, https://github.com/bball-dev/bball
Project-URL: Issues, https://github.com/bball-dev/bball/issues
Author-email: Nicholas Cooper <nicholascullencooper@gmail.com>
License: MIT
Keywords: analytics,basketball,data,nba,sports
Requires-Python: >=3.13
Requires-Dist: bball>=0.1.0
Requires-Dist: duckdb>=1.0
Requires-Dist: httpx>=0.27
Requires-Dist: nba-api>=1.4
Requires-Dist: polars>=1.0
Description-Content-Type: text/markdown

# bball-data

Data fetching and processing for NBA analytics.

## Installation

```bash
pip install bball-data
```

Or as part of the bball ecosystem:
```bash
pip install bball[data]
```
