Metadata-Version: 2.3
Name: plyball
Version: 2.6.15
Summary: 
Author: W. Aaron Morris
Author-email: waaronmorris@gmail.com
Requires-Python: >=3.10,<3.14
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: alabaster (>=0.7.13)
Requires-Dist: babel (>=2.12.1)
Requires-Dist: beautifulsoup4 (>=4.12.2)
Requires-Dist: bleach (>=6.0.0)
Requires-Dist: bs4 (>=0.0.1)
Requires-Dist: certifi (>=2022.12.7)
Requires-Dist: chardet (>=5.1.0)
Requires-Dist: docutils (>=0.19)
Requires-Dist: idna (>=3.4)
Requires-Dist: imagesize (>=1.4.1)
Requires-Dist: jinja2 (>=3.1.2)
Requires-Dist: lxml (>=4.9.2)
Requires-Dist: markupsafe (>=2.1.2)
Requires-Dist: numpy (>=1.24.2)
Requires-Dist: pandas (>=2.0.0)
Requires-Dist: pkginfo (>=1.9.6)
Requires-Dist: pygments (>=2.15.0)
Requires-Dist: pyparsing (>=3.0.9)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: readme-renderer (>=37.3)
Requires-Dist: requests (>=2.31.0)
Requires-Dist: requests-toolbelt (>=0.10.1)
Requires-Dist: six (>=1.16.0)
Requires-Dist: snowballstemmer (>=2.2.0)
Requires-Dist: soupsieve (>=2.4.1)
Requires-Dist: structlog (>=24.1.0)
Requires-Dist: tqdm (>=4.42.1)
Requires-Dist: urllib3 (>=1.26.5)
Requires-Dist: webencodings (>=0.5.1)
Description-Content-Type: text/markdown

# Overview
**plyball** is a Python package providing a extracting data from several of 
the most popular baseball sources (Fangraphs, Statcast, etc...). A majority 
of these sources are scraped. 

## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/waaronmorris/plyball

Binary installers for the latest released version are available at the [Python
package index](https://pypi.org/project/plyball).

```sh
pip install plyball
```

## Documentation
The official documentation is hosted on ReadtheDocs.org: https://plyball.readthedocs.io/

## Dependencies
- Python (>= 3.6)
- beautifulsoup4 (>= 4.9.3)
- lxml (>= 4.6.3)
- pandas (>= 1.2.4)
- requests (>= 2.25.1)
- tqdm (>= 4.60.0)
- unidecode (>= 1.2.0)
- urllib3 (>= 1.26.4)
- xlrd (>= 2.0.1)
- xlwt (>= 1.3.0)
- openpyxl (>= 3.0.7)


## License
MIT
