Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.0.7: The "Infrastructure" Update. #8

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

armstjc
Copy link
Owner

@armstjc armstjc commented Oct 10, 2023

  • Implemented cfbd_json_py.games.get_cfbd_games(), a function that allows a user to get game/schedule data from the CFBD API.
  • Added a Docs webpage framework to this package by using pdoc
  • Added cfbd_json_py._early_access, a section specifically for CFBD API endpoints that exist, but aren't implemented yet by this python package.
  • Added python file descriptors to track changes, detail when a file was first created, and explian the python file's purpose.
  • Implemented the check_cfbd_api_compatability.py python script, a script that checks if this python package is compatible with the most recent version of the CFBD API, and raises a ValueError() if that isn't the case.
  • Updated the package version to 0.0.7.

@armstjc armstjc added the enhancement New feature or request label Oct 10, 2023
@armstjc armstjc self-assigned this Oct 10, 2023
@armstjc armstjc merged commit 137b4cc into main Oct 10, 2023
1 of 2 checks passed
@armstjc armstjc deleted the 0.0.7-The-Infrastructure-Update branch October 10, 2023 20:18
- Implemented `cfbd_json_py.games.get_cfbd_games()`, a function that allows a user to get game/schedule data from the CFBD API.
- Added a Docs webpage framework to this package by using [pdoc](https://pdoc.dev/)
- Added `cfbd_json_py._early_access`, a section specifically for CFBD API endpoints that exist, but aren't implemented yet by this python package.
- Added python file descriptors to track changes, detail when a file was first created, and explian the python file's purpose.
- Implemented the `check_cfbd_api_compatability.py` python script, a script that checks if this python package is compatible with the most recent version of the CFBD API, and raises a `ValueError()` if that isn't the case.
- Updated the package version to `0.0.7`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant