Metadata-Version: 2.4
Name: bball-strategies
Version: 0.1.1
Summary: Analysis strategies 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: scikit-learn>=1.5
Requires-Dist: statsmodels>=0.14
Description-Content-Type: text/markdown

# bball-strategies

Analysis strategies and algorithms for NBA data.

## Installation

```bash
pip install bball-strategies
```

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