Metadata-Version: 2.1
Name: wehoop-py
Version: 0.0.8
Summary: Retrieve women's basketball data from ESPN in Python
Home-page: https://github.com/saiemgilani/wehoop-py
Author: Saiem Gilani
Author-email: saiem.gilani@gmail.com
Maintainer: Saiem Gilani
License: MIT
Project-URL: Docs, https://wehoop-py.sportsdataverse.org/
Project-URL: Bug Tracker, https://github.com/saiemgilani/wehoop-py/issues
Keywords: basketball data wnba wbb ncaa ncaaw statistics web scraping
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.13.0)
Requires-Dist: pandas (>=1.0.3)
Requires-Dist: beautifulsoup4 (>=4.4.0)
Requires-Dist: requests (>=2.18.1)
Requires-Dist: lxml (>=4.2.1)
Requires-Dist: pyarrow (>=1.0.1)
Requires-Dist: pygithub (>=1.51)
Requires-Dist: scipy (>=1.4.0)
Requires-Dist: matplotlib (>=2.0.0)
Requires-Dist: tqdm (>=4.50.0)
Requires-Dist: attrs (>=20.3.0)
Provides-Extra: test
Requires-Dist: pytest (>=6.0.2) ; extra == 'test'
Requires-Dist: mypy (>=0.782) ; extra == 'test'
Requires-Dist: pytest-cov (>=2.10.1) ; extra == 'test'
Requires-Dist: pytest-xdist (>=2.1.0) ; extra == 'test'

# wehoop-py <a href='http://github.com/saiemgilani/wehoop-py'><img src='https://wehoop-py.sportsdataverse.org/img/wehoop-py-logo.png' align="right" height="150" /></a>
<!-- badges: start -->
![Lifecycle:experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg?style=for-the-badge&logo=github)
[![PyPI](https://img.shields.io/pypi/v/wehoop-py?label=wehoop-py&logo=python&style=for-the-badge)](https://pypi.org/project/wehoop-py/)
![Contributors](https://img.shields.io/github/contributors/saiemgilani/wehoop-py?style=for-the-badge)
[![Twitter
Follow](https://img.shields.io/twitter/follow/saiemgilani?color=blue&label=%40saiemgilani&logo=twitter&style=for-the-badge)](https://twitter.com/saiemgilani)
<!-- badges: end -->


See [CHANGELOG.md](https://wehoop-py.sportsdataverse.org/CHANGELOG) for details on breaking changes.

[wehoop-py](https://wehoop-py.sportsdataverse.org/) is a Python package for working with women’s basketball data and companion package to [wehoop](https://saiemgilani.github.io/wehoop/)

The package has functions to access live play by play and box score data from ESPN with shot locations when available.

## Installation

wehoop-py can be installed via pip:

```bash
pip install wehoop-py
```

or from the repo (which may at times be more up to date):

```bash
git clone https://github.com/saiemgilani/wehoop-py
cd wehoop-py
pip install -e .
```

# **Our Authors**

-   [Saiem Gilani](https://twitter.com/saiemgilani)       
<a href="https://twitter.com/saiemgilani" target="blank"><img src="https://img.shields.io/twitter/follow/saiemgilani?color=blue&label=%40saiemgilani&logo=twitter&style=for-the-badge" alt="@saiemgilani" /></a>
<a href="https://github.com/saiemgilani" target="blank"><img src="https://img.shields.io/github/followers/saiemgilani?color=eee&logo=Github&style=for-the-badge" alt="@saiemgilani" /></a>


## **Citations**

To cite the [**`wehoop-py`**](https://wehoop-py.sportsdataverse.org/) Python package in publications, use:

BibTex Citation
```bibtex
@misc{saiemgilani2021wehooppy,
  author = {Gilani, Saiem},
  title = {wehoop-py: The SportsDataverse's Python package for Women's Basketball Data.},
  url = {https://wehoop-py.sportsdataverse.org/},
  year = {2021}
}
```


