Metadata-Version: 2.4
Name: gus_nba_tools
Version: 0.2.3
Summary: Tools for processing NBA player and team data
Author-email: Gus <anguslaughtonscott@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: nba_api

# nba_tools

Tools for downloading and processing NBA player and team data using the nba_api library.

## Installation

Install from PyPI:

```bash
pip install gus_nba_tools
