Metadata-Version: 2.4
Name: cfbd_json_py_2
Version: 0.0.1
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>
Project-URL: homepage, https://github.com/armstjc/cfbd-json-py-2
Project-URL: documentation, https://armstjc.github.io/cfbd-json-py-2/cfbd_json_py.html
Project-URL: repository, https://github.com/armstjc/cfbd-json-py-2.git
Project-URL: changelog, https://github.com/armstjc/cfbd-json-py-2/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
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: wheel>=0.47.0
Requires-Dist: pandas>=3.0.3
Requires-Dist: tqdm>=4.69.0
Requires-Dist: requests>=2.34.2
Requires-Dist: keyring>=25.7.0
Dynamic: license-file

# cfbd-json-py-2
Spiritual successor to `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).


## How to Install

This package is is available through the `pip` package manager, and can be installed through one of the following commands in your terminal/shell:

```
pip install cfbd_json_py_2
```

OR

```
python -m pip install cfbd_json_py_2
```

If you are using a Linux/Mac instance, you may need to specify `python3` when installing.

```
python3 -m pip install cfbd_json_py_2
```

Alternatively, `cfbd-json-py-2` can be installed from this GitHub repository with the following command through pip:

```
pip install git+https://github.com/armstjc/cfbd-json-py-2
```

OR

```
python -m pip install git+https://github.com/armstjc/cfbd-json-py-2
```

OR

```
python3 -m pip install git+https://github.com/armstjc/cfbd-json-py-2
```

## Bugs/Issues

If you find an issue/bug while using this python package, [please feel free to raise an issue](https://github.com/armstjc/cfbd-json-py-2/issues), we're only human, and there will inevitably be issues found!

## Docs
For the cfbd-json-py docs, they can be found at [armstjc.github.io/cfbd-json-py/](https://armstjc.github.io/cfbd-json-py/cfbd_json_py_2.html)
