feat: add F1 module (closes #5)#6
Merged
Merged
Conversation
…and live commands Implements issue #5. Adds two API clients (Jolpica/Ergast for historical data, OpenF1 for real-time session positions), Rich display renderers, a Typer sub-app with interactive menu support, and 56 tests (241 total). Registers f1 sub-app in CLI root and adds F1 to the welcome screen and interactive root menu. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sports f1sub-command with five commands:schedule,standings,constructors,results,liveF1Client(Jolpica/Ergast — historical data) andOpenF1Client(real-time session positions) — no API key required for either_show_menu()following the same pattern as chess/cricket/footballTest plan
pytest— 241/241 passing locallypython-package.ymlsports f1 schedule,sports f1 standings,sports f1 live🤖 Generated with Claude Code