sportsipy
sportsipy copied to clipboard
A free sports API written for python
code to repeat issue: `boxscore = Boxscore("202109090tam")` Seeing an error originating from line 784 in nfl/boxscore.py `value = self._parse_name(short_field, boxscore)` pyquery ParserError: Document is empty Full stack trace should be...
**Describe the bug** When attempting to use Boxscore function, I get an error reading: File "src/lxml/etree.pyx", line 3252, in lxml.etree.fromstring File "src/lxml/parser.pxi", line 1913, in lxml.etree._parseMemoryDocument File "src/lxml/parser.pxi", line 1793,...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.11. Release notes Sourced from urllib3's releases. 1.26.11 If you or your organization rely on urllib3 consider supporting us via GitHub Sponsors. :warning: urllib3 v2.0...
**Describe the bug** Trying to pull boxscores for the 2021 NFL season and result is error saying "Document is empty" **To Reproduce** Sample code which causes an issue. ``` !pip...
This updates the BOXSCORE_SCHEME to correctly extract `home_name` and `away_name` from a page such as https://www.pro-football-reference.com/boxscores/202109090tam.htm closes #724
Bumps [numpy](https://github.com/numpy/numpy) from 1.21.5 to 1.23.1. Release notes Sourced from numpy's releases. v1.23.1 NumPy 1.23.1 Release Notes The NumPy 1.23.1 is a maintenance release that fixes bugs discovered after the...
Bumps [lxml](https://github.com/lxml/lxml) from 4.8.0 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
**Describe the bug** When the game ends in overtime it will show the before OT/SO score. **To Reproduce** Sample code which causes an issue. ```#python3 schedule = Schedule('VAN') game =...
Bumps [pandas](https://github.com/pandas-dev/pandas) from 0.25.3 to 1.4.3. Release notes Sourced from pandas's releases. Pandas 1.4.3 This is a patch release in the 1.4.x series and includes some regression and bug fixes....
Adds an additional example to the Readme detailing how to print the total number of assists Luka Doncic has made this season. - sahbacal, 6/8/22