Provides pitch data on pitcher and batter matchups.


License
MIT
Install
pip install matchups==0.4.0

Documentation

Matchups

Provides pitch data on pitcher and batter matchups.

Setup

Set conda environment.

conda create -n matchups-dev pip pandas numpy pyarrow
conda activate matchups-dev

Install from source

pip install -e .

Install using pip

pip install -U matchups

Run tests

pip install -r requirements.txt
py.test