Metadata-Version: 2.1
Name: nba-data-miner
Version: 0.1.0
Summary: A package to help with searching and comparing players and teams in the NBA.
Home-page: https://github.com/frank-baring
License: MIT
Author: Francis Baring
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: beautifulsoup4 (>=4.11.1,<5.0.0)
Requires-Dist: helper-functions (>=2.0.11,<3.0.0)
Requires-Dist: html5lib (>=1.1,<2.0)
Requires-Dist: numpy (>=1.23.5,<2.0.0)
Requires-Dist: pandas (>=1.5.2,<2.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Documentation, https://nba_data_miner.readthedocs.io
Project-URL: Repository, https://github.com/frank-baring
Description-Content-Type: text/markdown

# nba_data_miner

A package to help with searching and comparing players and teams in the NBA.

## Installation

```bash
$ pip install nba_data_miner
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`nba_data_miner` was created by Francis Baring. It is licensed under the terms of the MIT license.

## Credits

`nba_data_miner` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

