Metadata-Version: 2.1
Name: hoopstats
Version: 0.1.2
Summary: A Python package for scraping NBA data from Basketball Reference.
License: MIT
Author: Calvin Min
Author-email: Calvinjmin@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
Requires-Dist: html5lib (>=1.1,<2.0)
Requires-Dist: lxml (>=5.3.0,<6.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: selenium (>=4.24.0,<5.0.0)
Description-Content-Type: text/markdown

# HoopStats

`hoopstats` can be accessed [here](https://pypi.org/project/hoopstats/) on PyPi.

This project serves as a proof of concept (POC) for web scraping NBA data from Basketball Reference. The primary motivation is to explore the intersection of data science and software engineering by building a reliable NBA-focused Python package. The long-term objective of this project is to evolve into the backend of a full-stack application, providing users with seamless access to NBA statistics through an intuitive and user-friendly interface.

## Installation

Install the package using the following command:

```python
pip install hoopstats
```

