Metadata-Version: 2.1
Name: cfbd-json-py
Version: 0.0.5
Summary: Allows users to access the CFBD API, and get the resulting data in either a dictionary (think JSON), or in a pandas DataFrame (think spreadsheet).
Author-email: Joseph Armstrong <armstrongjoseph08@gmail.com>
Maintainer-email: Joseph Armstrong <armstrongjoseph08@gmail.com>
License: MIT
Project-URL: homepage, https://github.com/armstjc/cfbd-json-py
Project-URL: documentation, https://github.com/armstjc/athletes-unlimited-py/wiki
Project-URL: repository, https://github.com/armstjc/cfbd-json-py.git
Project-URL: changelog, https://github.com/armstjc/cfbd-json-py/blob/main/CHANGELOG.md
Keywords: sports,football,college,college football
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools >=67.6.0
Requires-Dist: wheel
Requires-Dist: pyarrow >=11.0.0
Requires-Dist: pandas >=2.0.3
Requires-Dist: tqdm
Requires-Dist: requests
Requires-Dist: lxml

# cfbd-json-py
Allows users to access the CFBD API, and get the resulting data in either a dictionary (think JSON), or in a pandas DataFrame (think spreadsheet).
