TopDownHockey-Scraper 6.0.3__tar.gz → 6.0.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of TopDownHockey-Scraper might be problematic. Click here for more details.
- {topdownhockey_scraper-6.0.3/src/TopDownHockey_Scraper.egg-info → topdownhockey_scraper-6.0.4}/PKG-INFO +1 -1
- {topdownhockey_scraper-6.0.3 → topdownhockey_scraper-6.0.4}/setup.cfg +1 -1
- {topdownhockey_scraper-6.0.3 → topdownhockey_scraper-6.0.4}/setup.py +1 -1
- {topdownhockey_scraper-6.0.3 → topdownhockey_scraper-6.0.4}/src/TopDownHockey_Scraper/TopDownHockey_NHL_Scraper.py +1 -1
- {topdownhockey_scraper-6.0.3 → topdownhockey_scraper-6.0.4/src/TopDownHockey_Scraper.egg-info}/PKG-INFO +1 -1
- {topdownhockey_scraper-6.0.3 → topdownhockey_scraper-6.0.4}/LICENSE +0 -0
- {topdownhockey_scraper-6.0.3 → topdownhockey_scraper-6.0.4}/README.md +0 -0
- {topdownhockey_scraper-6.0.3 → topdownhockey_scraper-6.0.4}/pyproject.toml +0 -0
- {topdownhockey_scraper-6.0.3 → topdownhockey_scraper-6.0.4}/src/TopDownHockey_Scraper/TopDownHockey_EliteProspects_Scraper.py +0 -0
- {topdownhockey_scraper-6.0.3 → topdownhockey_scraper-6.0.4}/src/TopDownHockey_Scraper.egg-info/SOURCES.txt +0 -0
- {topdownhockey_scraper-6.0.3 → topdownhockey_scraper-6.0.4}/src/TopDownHockey_Scraper.egg-info/dependency_links.txt +0 -0
- {topdownhockey_scraper-6.0.3 → topdownhockey_scraper-6.0.4}/src/TopDownHockey_Scraper.egg-info/requires.txt +0 -0
- {topdownhockey_scraper-6.0.3 → topdownhockey_scraper-6.0.4}/src/TopDownHockey_Scraper.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[metadata]
|
|
2
2
|
name = TopDownHockey_Scraper
|
|
3
|
-
version = 6.0.
|
|
3
|
+
version = 6.0.4
|
|
4
4
|
author = Patrick Bacon
|
|
5
5
|
author_email = patrick.s.bacon@gmail.com
|
|
6
6
|
description = A package built for scraping hockey data from EliteProspects, the NHL's HTML/API reports, and ESPN's XML reports.
|
|
@@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
9
9
|
|
|
10
10
|
setup(
|
|
11
11
|
name="TopDownHockey_Scraper", # Replace with your own username
|
|
12
|
-
version="6.0.
|
|
12
|
+
version="6.0.4",
|
|
13
13
|
author="Patrick Bacon",
|
|
14
14
|
author_email="patrick.s.bacon@gmail.com",
|
|
15
15
|
description="The TopDownHockey Scraper",
|
|
@@ -2528,7 +2528,7 @@ def full_scrape_1by1(game_id_list, live = False, shift_to_espn = True):
|
|
|
2528
2528
|
print('Scraping ESPN IDs')
|
|
2529
2529
|
espn_id = scrape_espn_ids_single_game(str(game_date.date()), espn_home_team, espn_away_team).espn_id.iloc[0]
|
|
2530
2530
|
print('Scraping ESPN Events')
|
|
2531
|
-
print('Here is the ESPN ID'
|
|
2531
|
+
print('Here is the ESPN ID:' espn_id)
|
|
2532
2532
|
event_coords = scrape_espn_events(int(espn_id))
|
|
2533
2533
|
event_coords['coordinate_source'] = 'espn'
|
|
2534
2534
|
events = single.merge(event_coords, on = ['event_player_1', 'game_seconds', 'period', 'version', 'event'], how = 'left').drop(columns = ['espn_id'])
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|