Metadata-Version: 2.1
Name: wehoop-py
Version: 0.0.1
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
Description: # wehoop-py
        <!-- 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](CHANGELOG.md) for details.
        
        [wehoop-py](https://github.com/saiemgilani/wehoop-py) is an Python package for working with women’s basketball data and companion package to [wehoop](https://github.com/saiemgilani/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 .
        ```
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
Provides-Extra: test
