Skip to content

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).

License

Notifications You must be signed in to change notification settings

armstjc/cfbd-json-py

Folders and files

NameName
Last commit message
Last commit date
Aug 13, 2024
Sep 16, 2024
Sep 16, 2024
Sep 16, 2024
Dec 14, 2023
Sep 16, 2024
Aug 29, 2023
Sep 16, 2024
Aug 29, 2024
Apr 12, 2024
Sep 16, 2024
Sep 16, 2024

Repository files navigation

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

OR

python -m pip install cfbd_json_py

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

python3 -m pip install cfbd_json_py

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

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

OR

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

OR

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

Project Staus

You can view the status of the project by clicking on this link. It will be updated periodically as more features are implemented into this python package.

Bugs/Issues

If you find an issue/bug while using this python package, please feel free to raise an issue, 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/

About

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).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages