wsba-hockey 1.0.5__py3-none-any.whl → 1.1.0__py3-none-any.whl
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.
- wsba_hockey/tools/plotting.py +2 -2
- {wsba_hockey-1.0.5.dist-info → wsba_hockey-1.1.0.dist-info}/METADATA +1 -1
- {wsba_hockey-1.0.5.dist-info → wsba_hockey-1.1.0.dist-info}/RECORD +6 -6
- {wsba_hockey-1.0.5.dist-info → wsba_hockey-1.1.0.dist-info}/WHEEL +0 -0
- {wsba_hockey-1.0.5.dist-info → wsba_hockey-1.1.0.dist-info}/licenses/LICENSE +0 -0
- {wsba_hockey-1.0.5.dist-info → wsba_hockey-1.1.0.dist-info}/top_level.txt +0 -0
wsba_hockey/tools/plotting.py
CHANGED
@@ -25,12 +25,12 @@ event_markers = {
|
|
25
25
|
|
26
26
|
dir = os.path.dirname(os.path.realpath(__file__))
|
27
27
|
info_path = os.path.join(dir,'teaminfo\\nhl_teaminfo.csv')
|
28
|
+
img_path = os.path.join(dir,'utils\\wsba.png')
|
28
29
|
|
29
30
|
def wsba_rink(display_range='offense',rotation = 0):
|
30
|
-
img = 'tools/utils/wsba.png'
|
31
31
|
rink = NHLRink(center_logo={
|
32
32
|
"feature_class": CircularImage,
|
33
|
-
"image_path":
|
33
|
+
"image_path": img_path,
|
34
34
|
"length": 25, "width": 25,
|
35
35
|
"x": 0, "y": 0,
|
36
36
|
"radius": 14,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: wsba_hockey
|
3
|
-
Version: 1.0
|
3
|
+
Version: 1.1.0
|
4
4
|
Summary: WeakSide Breakout's complete Python package of access to hockey data, primairly including the scraping of National Hockey League schedule, play-by-play, and shifts information.
|
5
5
|
Author-email: Owen Singh <owenbksingh@gmail.com>
|
6
6
|
Project-URL: Homepage, https://github.com/owensingh38/wsba_hockey/
|
@@ -120,7 +120,7 @@ wsba_hockey/evidence/weakside-breakout/wsba_nhl_apps/wsba_nhl_apps/skater/plot.p
|
|
120
120
|
wsba_hockey/evidence/weakside-breakout/wsba_nhl_apps/wsba_nhl_apps/skater/rink_plot.py,sha256=bvU7enxqxGwo2QThNabSo1qB2vltS_0HjF95ZOYZ98I,11993
|
121
121
|
wsba_hockey/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
122
122
|
wsba_hockey/tools/agg.py,sha256=SYZDykUQFygDfRaazlBMKcfs_1eYP7GTJNpUnNKHH-8,21409
|
123
|
-
wsba_hockey/tools/plotting.py,sha256=
|
123
|
+
wsba_hockey/tools/plotting.py,sha256=5yo8_c3_aZEjyDD-BJmsYLNhm5WWATO1mzi23zJLh5Y,6018
|
124
124
|
wsba_hockey/tools/scraping.py,sha256=rmypleknqfS9gU-JuB5VQn5yDVwnNastoDL3YDeUCVk,45261
|
125
125
|
wsba_hockey/tools/xg_model.py,sha256=nOr_2RBijLgPmJ0TTs4wbSsORYmRqWCKRjLKDm7sAhI,18342
|
126
126
|
wsba_hockey/tools/archive/old_scraping.py,sha256=hEjMI1RtfeZnf0RBiJFI38oXkLZ3WofeH5xqcF4pzgM,49585
|
@@ -128,8 +128,8 @@ wsba_hockey/tools/utils/__init__.py,sha256=vccXhOtzARoR99fmEWU1OEI3qCIdQ9Z42AlRA
|
|
128
128
|
wsba_hockey/tools/utils/config.py,sha256=D3Uk05-YTyrhfReMTTLfNI3HN_rON2uo_CDE9oER3Lg,351
|
129
129
|
wsba_hockey/tools/utils/save_pages.py,sha256=CsyL_0n-b-4pJoUauwU3HpnCO6n69-RlBMJQBd_qGDc,4979
|
130
130
|
wsba_hockey/tools/utils/shared.py,sha256=dH_JwZfia5fib8rksy5sW-mBp0pluBPvw37Vdr8Kap0,14211
|
131
|
-
wsba_hockey-1.0.
|
132
|
-
wsba_hockey-1.0.
|
133
|
-
wsba_hockey-1.0.
|
134
|
-
wsba_hockey-1.0.
|
135
|
-
wsba_hockey-1.0.
|
131
|
+
wsba_hockey-1.1.0.dist-info/licenses/LICENSE,sha256=Nr_Um1Pd5FQJTWWgm7maZArdtYMbDhzXYSwyJIZDGik,1114
|
132
|
+
wsba_hockey-1.1.0.dist-info/METADATA,sha256=SzFmMpNRLdSaYZZySLr9-etSjC0zIf2Qs8jpRT-anTg,3542
|
133
|
+
wsba_hockey-1.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
134
|
+
wsba_hockey-1.1.0.dist-info/top_level.txt,sha256=acU7s3x-RZC1zGiqCOmO0g267iqCg34lzIfdmYxxGmQ,12
|
135
|
+
wsba_hockey-1.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|