Sports.py Versions Save

A simple Python package to gather live sports scores

v2.0.10

3 years ago

Fix collecting matches with no score

v2.0.9

4 years ago

Fix error when getting match time for soccer games

v2.0.8

4 years ago

Fixes error that occurred when team names included punctuation

v2.0.7

4 years ago

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

v2.0.6

4 years ago

Fix issue #2

v2.0.5

4 years ago

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

v2.0.4

5 years ago

Update requests dependency to 2.20.0

v2.0.3

5 years ago

Add defusexml as a required package in setup.py

v2.0.2

5 years ago

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

v2.0.0

5 years ago

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)