Skip to content
New issue

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

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

Already on GitHub? # to your account

Added teams.py and seasons.py #70

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from

Conversation

killuazoldyckreal
Copy link

@killuazoldyckreal killuazoldyckreal commented Feb 23, 2025

Added Two new Classes Team and Season and some misc helper classes in misc.py

Major Improvements:

  • Improved Match class and added various subclasses inside misc.py
  • Series.seasons returns list of Season objects
  • Series.matches | Season.series.matches returns list of all matches as Match objects
  • Series.current_matches returns list of all ongoing matches as Match objects
  • Season.teams | Series.current_season.teams returns list of all participating teams as Team objects
  • Team.match returns ongoing match as Match object

@killuazoldyckreal killuazoldyckreal marked this pull request as draft March 8, 2025 11:57
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant