Metadata-Version: 2.3
Name: nfl-api-client
Version: 1.0.1
Summary: Client package for accessing NFL data available on ESPN's API endpoints
License: MIT
Keywords: nfl,espn,api,football,sports,betting
Author: Hayden D'Souza haydenfds@gmail.com
Requires-Python: >=3.9
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
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: pandas (>=2.3.0,<3.0.0)
Project-URL: Documentation, https://nfl-api-client.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/haydenfd/nfl_api_client
Description-Content-Type: text/markdown

# NFL API Client
## API Client Library for access to ESPN's NFL data points

`nfl_api_client` is an API client package that provides easy access to ESPN data about the NFL. We are still actively building out many endpoints and refining existing implementations, but a basic version with certain endpoints is already accessible for your use. 

## Documentation

Access the live docs here - https://nfl-api-client.readthedocs.io

## License & Disclaimer

This package is provided for use under the MIT license.  

ESPN's current TOS doesn't seem to prohibit the use or publishing of such a package, but nevertheless, please be responsible when using it. 
