sportsipy icon indicating copy to clipboard operation
sportsipy copied to clipboard

A free sports API written for python

Results 139 sportsipy issues
Sort by recently updated
recently updated
newest added

Bumps [pytz](https://github.com/stub42/pytz) from 2020.5 to 2022.7.1. Commits b837944 Bump version numbers to 2022.7.1 and 2022g 14d9199 Revert 8656870 to fix initialization thread safety c412073 Fix Babel hyperlink in README 309a457...

dependency update

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.5 to 1.26.14. Release notes Sourced from urllib3's releases. 1.26.14 Fixed parsing of port 0 (zero) returning None, instead of 0 (#2850) Removed deprecated HTTPResponse.getheaders() calls in...

dependency update

The following code returns nothing for either games or game_data. From reviewing previous issues, it likely could be a format change. ``` from datetime import date, datetime from sportsipy.ncaab.boxscore import...

**Describe the bug** I was trying to get the full city and names of the AFC West NFL teams. I used .name using the proper teams abbreviations such as 'KAN'....

closes #659 Currently both Mexican and Spanish teams use the same name. Both Guadalajara and CD Guadalajara have the Spanish team values meaning the Mexican club was not returning any...

**Describe the bug** Trying to import today's games from boxscores and it is returning games from prior today. Have tried this a few days in a row with the same...

Bumps [lxml](https://github.com/lxml/lxml) from 4.8.0 to 4.9.2. Changelog Sourced from lxml's changelog. 4.9.2 (2022-12-13) Bugs fixed CVE-2022-2309: A Bug in libxml2 2.9.1[0-4] could let namespace declarations from a failed parser run...

dependency update

I'm getting a "HTTPError: HTTP Error 429: Too Many Requests" notification when running anything NFL from the API. I'm assuming this is being caused by sports-reference blocking me from making...

Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependency update

**Describe the bug** When I run the dataframe on an nhl boxscore I get the following error: Traceback (most recent call last): File "", line 1, in File "C:\Users\myuser\Miniconda3\lib\site-packages\sportsipy\nhl\boxscore.py", line...