Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Releases: evansloan/sports.py

v2.0.10

22 May 20:10
Compare
Choose a tag to compare

Fix collecting matches with no score

v2.0.9

17 Jun 00:29
Compare
Choose a tag to compare

Fix error when getting match time for soccer games

sports.py v2.0.8

16 Jun 19:58
Compare
Choose a tag to compare

Fixes error that occurred when team names included punctuation

sports.py v2.0.7

16 Jun 19:41
Compare
Choose a tag to compare

Fixes an issue with cricket scores not being parsed from match data correctly

sports.py v2.0.6

17 May 15:01
Compare
Choose a tag to compare

Fix issue #2

sports.py v2.0.5

16 May 17:23
Compare
Choose a tag to compare

Fix bug where soccer matches could not be retrieved
Update urllib3 dependency to 1.24.2

sports.py v2.0.4

30 Oct 04:04
Compare
Choose a tag to compare

Update requests dependency to 2.20.0

sports.py v2.0.3

02 Oct 21:47
Compare
Choose a tag to compare

Add defusexml as a required package in setup.py

sports.py v2.0.2

08 Sep 04:15
Compare
Choose a tag to compare

Fix ValueError when parsing matches with no score
Use defusedxml.ElementTree to parse XML instead of xml.etree.ElementTree

sports.py v2.0.0

25 Jul 20:53
Compare
Choose a tag to compare

Major changes in sports.py v2.0.0:

  • Module name changed from sports_py to sports
  • get_match_score() renamed to get_match()
  • get_sport_scores() renamed to get_sport()
  • get_all_matches() renamed to all_matches()
  • get_team_info() renamed to get_team()
  • to_json() method removed from Match objects
  • NBA teams can now be accessed through get_team()
  • Valid sport names can accessed via constant variables (see README for more details)