Metadata-Version: 2.0
Name: fillbass
Version: 1.2.0
Summary: A program to show pitch data
Home-page: https://github.com/alnkpa/fillbass
Author: alnkpa
Author-email: paschmidt@mykolab.com
License: MPL
Keywords: baseball pitch diagram
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Click
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: matplotlib (>=1.5)
Requires-Dist: numpy
Requires-Dist: pyqt5
Requires-Dist: requests
Requires-Dist: sqlalchemy
Requires-Dist: tabulate

# fillbass

[![base ball](doc/ball.jpg)](https://pixabay.com/en/ball-baseball-close-up-dirty-macro-1842290/)

Small python files to show pitches.


## Usage

``` bash
$ pip install fillbass
$ fillbass fetch scan # -h # This takes a while
$ fillbass list --last-name Kershaw pitches_by --pitch-type SL
```

![kershaw 3D sliders](doc/kershaw_changeups_3d_with_acc.png)


