Metadata-Version: 2.4
Name: bball-reports
Version: 0.1.2
Summary: Report generation 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: jinja2>=3.1
Requires-Dist: matplotlib>=3.9
Requires-Dist: plotly>=5.22
Requires-Dist: seaborn>=0.13
Description-Content-Type: text/markdown

# bball-reports

Report generation and visualization for NBA analytics.

## Installation

```bash
pip install bball-reports
```

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