nfelodcm 0.1.16__py3-none-any.whl → 0.1.17__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.
- nfelodcm/__init__.py +1 -0
- nfelodcm/nfelodcm/Maps/coaches.json +1 -1
- nfelodcm/nfelodcm/Maps/filmmargins.json +1 -1
- nfelodcm/nfelodcm/Maps/games.json +2 -2
- nfelodcm/nfelodcm/Maps/hfa.json +1 -1
- nfelodcm/nfelodcm/Maps/logos.json +1 -1
- nfelodcm/nfelodcm/Maps/market_data.json +1 -1
- nfelodcm/nfelodcm/Maps/participants.json +1 -1
- nfelodcm/nfelodcm/Maps/pbp.json +2 -2
- nfelodcm/nfelodcm/Maps/player_stats.json +2 -2
- nfelodcm/nfelodcm/Maps/players.json +2 -2
- nfelodcm/nfelodcm/Maps/qbelo.json +1 -1
- nfelodcm/nfelodcm/Maps/qbr.json +2 -2
- nfelodcm/nfelodcm/Maps/rosters.json +2 -2
- nfelodcm/nfelodcm/Maps/srs_ratings.json +1 -1
- nfelodcm/nfelodcm/Maps/stadiums.json +1 -1
- nfelodcm/nfelodcm/Maps/team_stadiums.json +9 -5
- nfelodcm/nfelodcm/Maps/wepa.json +1 -1
- nfelodcm/nfelodcm/Maps/wt_ratings.json +1 -1
- nfelodcm/nfelodcm/Utilities/__init__.py +2 -1
- nfelodcm/nfelodcm/Utilities/load_maps.py +30 -0
- nfelodcm/nfelodcm/nfelodcm.py +48 -7
- {nfelodcm-0.1.16.dist-info → nfelodcm-0.1.17.dist-info}/METADATA +1 -1
- {nfelodcm-0.1.16.dist-info → nfelodcm-0.1.17.dist-info}/RECORD +26 -25
- {nfelodcm-0.1.16.dist-info → nfelodcm-0.1.17.dist-info}/WHEEL +0 -0
- {nfelodcm-0.1.16.dist-info → nfelodcm-0.1.17.dist-info}/top_level.txt +0 -0
nfelodcm/__init__.py
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/coaches/commits?path=coaches.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:39:22.319928+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/filmmargin/commits?path=film_margins.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:36:03.768144+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "games",
|
3
3
|
"description": "nflgamedata games",
|
4
|
-
"last_local_update": "2025-02-
|
4
|
+
"last_local_update": "2025-02-21T21:36:03.065281",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/nflverse/nfldata/master/data/games.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nfldata/commits",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 500,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:36:02.703634+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
nfelodcm/nfelodcm/Maps/hfa.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfelohfa/commits?path=estimated_hfa.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:39:23.356469+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-pbp/commits?path=teams_colors_logos.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:36:03.408993+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfelomarket_data/commits?path=Data/lines.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:38:51.171757+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
|
11
11
|
"gh_release_tag": "pbp_participation",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:39:16.862932+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": "season",
|
nfelodcm/nfelodcm/Maps/pbp.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "pbp",
|
3
3
|
"description": "nflfastR play-by-play",
|
4
|
-
"last_local_update": "2025-02-
|
4
|
+
"last_local_update": "2025-02-21T21:38:27.195184",
|
5
5
|
"download_url": "https://github.com/nflverse/nflverse-data/releases/download/pbp/play_by_play_{0}.csv.gz",
|
6
6
|
"compression": "gzip",
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
|
11
11
|
"gh_release_tag": "pbp",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:36:04.530641+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": "season",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "player_stats",
|
3
3
|
"description": "nflfastR player stats",
|
4
|
-
"last_local_update": "2025-02-
|
4
|
+
"last_local_update": "2025-02-21T21:38:49.166637",
|
5
5
|
"download_url": "https://github.com/nflverse/nflverse-data/releases/download/player_stats/player_stats.csv.gz",
|
6
6
|
"compression": "gzip",
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
|
11
11
|
"gh_release_tag": "player_stats",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:38:46.487303+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "players",
|
3
3
|
"description": "nflfastR player meta data",
|
4
|
-
"last_local_update": "2025-02-
|
4
|
+
"last_local_update": "2025-02-21T21:39:21.921364",
|
5
5
|
"download_url": "https://github.com/nflverse/nflverse-data/releases/download/players/players.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
|
11
11
|
"gh_release_tag": "players",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:39:19.591525+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfeloqb/commits?path=qb_elos.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:38:50.243046+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
nfelodcm/nfelodcm/Maps/qbr.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "qbr",
|
3
3
|
"description": "nflverse QBR",
|
4
|
-
"last_local_update": "2025-02-
|
4
|
+
"last_local_update": "2025-02-21T21:36:02.384414",
|
5
5
|
"download_url": "https://github.com/nflverse/nflverse-data/releases/download/espn_data/qbr_season_level.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
|
11
11
|
"gh_release_tag": "espn_data",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:36:01.524111+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "rosters",
|
3
3
|
"description": "nflfastR rosters",
|
4
|
-
"last_local_update": "2025-02-
|
4
|
+
"last_local_update": "2025-02-21T21:39:16.469032",
|
5
5
|
"download_url": "https://github.com/nflverse/nflverse-data/releases/download/rosters/roster_{0}.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/nflverse/nflverse-data/releases/tags",
|
11
11
|
"gh_release_tag": "rosters",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:38:51.725835+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": "season",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfelosrs/commits?path=srs_ratings.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:38:50.757092+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/Stadiums/commits?path=data/stadiums.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:39:22.631794+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "team_stadiums",
|
3
3
|
"description": "Metadata and analytics for NFL teams and their stadiums",
|
4
|
-
"last_local_update": "2025-02-
|
4
|
+
"last_local_update": "2025-02-21T21:36:04.215102",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/Stadiums/refs/heads/main/data/team_stadiums.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/Stadiums/commits?path=data/team_stadiums.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:36:04.105770+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -18,11 +18,15 @@
|
|
18
18
|
},
|
19
19
|
"assignments": [],
|
20
20
|
"map": {
|
21
|
+
"team": "object",
|
22
|
+
"team_fastr": "object",
|
23
|
+
"stadium": "object",
|
24
|
+
"is_current": "bool",
|
21
25
|
"stadium_name": "object",
|
22
26
|
"lat": "float32",
|
23
27
|
"lon": "float32",
|
24
28
|
"altitude": "float32",
|
25
|
-
"heading": "
|
29
|
+
"heading": "int32",
|
26
30
|
"first_game_date": "object",
|
27
31
|
"last_game_date": "object",
|
28
32
|
"surface_type": "object",
|
@@ -33,7 +37,7 @@
|
|
33
37
|
"zipcode": "object",
|
34
38
|
"country": "object",
|
35
39
|
"tz": "object",
|
36
|
-
"tz_offset": "
|
40
|
+
"tz_offset": "int32",
|
37
41
|
"wikipedia_url": "object",
|
38
42
|
"img_sat_url": "object",
|
39
43
|
"img_logo_url": "object",
|
@@ -44,7 +48,7 @@
|
|
44
48
|
"operator": "object",
|
45
49
|
"capacity": "float32",
|
46
50
|
"broke_ground": "float32",
|
47
|
-
"opened": "
|
51
|
+
"opened": "int32",
|
48
52
|
"closed": "float32",
|
49
53
|
"demolished": "float32",
|
50
54
|
"construction_cost": "float32",
|
nfelodcm/nfelodcm/Maps/wepa.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/wepa/commits?path=data/wepa_by_game_pit.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:38:49.780975+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfelosrs/commits?path=wt_ratings.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-02-
|
13
|
+
"last_freshness_check": "2025-02-21T21:39:22.981868+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -0,0 +1,30 @@
|
|
1
|
+
## built-in ##
|
2
|
+
import pathlib
|
3
|
+
import json
|
4
|
+
from typing import Dict
|
5
|
+
|
6
|
+
def load_maps() -> Dict[str, Dict]:
|
7
|
+
'''
|
8
|
+
Loads all maps from the Maps folder
|
9
|
+
|
10
|
+
Parameters:
|
11
|
+
* None
|
12
|
+
|
13
|
+
Returns:
|
14
|
+
* Dict[str, Dict] - a dictionary of table names and their corresponding maps
|
15
|
+
'''
|
16
|
+
## container for maps ##
|
17
|
+
maps = {}
|
18
|
+
## get maps ##
|
19
|
+
maps_dir = pathlib.Path(__file__).parent.parent.resolve() / 'Maps'
|
20
|
+
existing_maps = list(maps_dir.glob('*.json'))
|
21
|
+
## check that maps were found ##
|
22
|
+
if len(existing_maps) > 0:
|
23
|
+
for map_path in existing_maps:
|
24
|
+
## parse the name ##
|
25
|
+
table = map_path.stem
|
26
|
+
## load the map ##
|
27
|
+
with open(map_path, 'r') as map_json:
|
28
|
+
maps[table] = json.load(map_json)
|
29
|
+
## return ##
|
30
|
+
return maps
|
nfelodcm/nfelodcm/nfelodcm.py
CHANGED
@@ -1,8 +1,12 @@
|
|
1
|
-
|
2
|
-
import numpy
|
1
|
+
## built-in ##
|
3
2
|
import pathlib
|
4
3
|
import json
|
4
|
+
from typing import List, Dict
|
5
|
+
## external ##
|
6
|
+
import pandas as pd
|
7
|
+
import numpy
|
5
8
|
|
9
|
+
## local ##
|
6
10
|
from .Engine import DCMTable
|
7
11
|
import nfelodcm.nfelodcm.Utilities as utils
|
8
12
|
|
@@ -14,19 +18,39 @@ utils.set_season_state()
|
|
14
18
|
utils.check_data()
|
15
19
|
|
16
20
|
## wrappers and classes to interact with the package ##
|
17
|
-
def get_df(table):
|
21
|
+
def get_df(table: str) -> pd.DataFrame:
|
18
22
|
"""
|
19
|
-
|
23
|
+
Load a single dataframe
|
24
|
+
|
25
|
+
Parameters:
|
26
|
+
* table: str - the name of the table to load
|
27
|
+
|
28
|
+
Returns:
|
29
|
+
* pd.DataFrame - the dataframe loaded from the table
|
20
30
|
"""
|
21
31
|
engine = DCMTable(table)
|
22
32
|
return engine.localIO.df
|
23
33
|
|
24
|
-
def load(tables):
|
34
|
+
def load(tables: List[str]) -> Dict[str, pd.DataFrame]:
|
25
35
|
"""
|
26
36
|
loads an array of tables and returns a dictionary
|
37
|
+
|
38
|
+
Parameters:
|
39
|
+
* tables: List[str] - a list of table names to load
|
40
|
+
|
41
|
+
Returns:
|
42
|
+
* Dict[str, pd.DataFrame] - a dictionary of table names and their corresponding dataframes
|
27
43
|
"""
|
28
44
|
## init db structure ##
|
29
45
|
db = {}
|
46
|
+
## check that all passed tables have maps ##
|
47
|
+
map_data = utils.load_maps()
|
48
|
+
maps = list(map_data.keys()) if len(map_data) > 0 else []
|
49
|
+
missing_maps = [t for t in tables if t not in maps]
|
50
|
+
if len(missing_maps) > 0:
|
51
|
+
raise Exception('MAP ERROR: The following tables do not have maps: {0}'.format(
|
52
|
+
'\n '.join(missing_maps)
|
53
|
+
))
|
30
54
|
## add tables ##
|
31
55
|
for table in tables:
|
32
56
|
db[table] = get_df(table)
|
@@ -49,7 +73,7 @@ def get_map(url):
|
|
49
73
|
col, dtype
|
50
74
|
))
|
51
75
|
|
52
|
-
def get_season_state(state_type='last_full_week'):
|
76
|
+
def get_season_state(state_type='last_full_week') -> tuple:
|
53
77
|
'''
|
54
78
|
Returns the season and week of the specified state type:
|
55
79
|
'last_full_week' (default): the last week in which no games are still unplayed
|
@@ -67,4 +91,21 @@ def get_season_state(state_type='last_full_week'):
|
|
67
91
|
state_type, '\n '.join(list(global_variables['season_states'].keys()))
|
68
92
|
))
|
69
93
|
## if state valid, return ##
|
70
|
-
return global_variables['season_states'][state_type]['season'], global_variables['season_states'][state_type]['week']
|
94
|
+
return global_variables['season_states'][state_type]['season'], global_variables['season_states'][state_type]['week']
|
95
|
+
|
96
|
+
def list_tables() -> None:
|
97
|
+
'''
|
98
|
+
Lists all tables available to the package
|
99
|
+
|
100
|
+
Parameters:
|
101
|
+
* None
|
102
|
+
|
103
|
+
Returns:
|
104
|
+
* None (prints list of tables)
|
105
|
+
'''
|
106
|
+
## get maps ##
|
107
|
+
maps = utils.load_maps()
|
108
|
+
## print ##
|
109
|
+
print('Available tables:')
|
110
|
+
for table, table_map in maps.items():
|
111
|
+
print(' {0} - {1}'.format(table, table_map['description']))
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: nfelodcm
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.17
|
4
4
|
Summary: Python package for loading and caching CSVs hosted on github into pandas dataframes
|
5
5
|
Author-email: Robert Greer <nfl@robbygreer.com>
|
6
6
|
Maintainer-email: Robert Greer <nfl@robbygreer.com>
|
@@ -1,5 +1,5 @@
|
|
1
|
-
nfelodcm/__init__.py,sha256=
|
2
|
-
nfelodcm/nfelodcm/nfelodcm.py,sha256=
|
1
|
+
nfelodcm/__init__.py,sha256=GFEAVdFi37iwJpLfMA7ibt9h4-5ffkeGpPLCerNP5aQ,245
|
2
|
+
nfelodcm/nfelodcm/nfelodcm.py,sha256=BYAsi3NzOnG00x9Fv8HIa56Sg4-0cS6WbIA0-FDCoZo,3399
|
3
3
|
nfelodcm/nfelodcm/tests.py,sha256=DYMiqkiYRSX6DBuj_mnIJhVzRHDeUvVKvOQXJOBYYzo,1082
|
4
4
|
nfelodcm/nfelodcm/Engine/DCMTable.py,sha256=ZHHDNmhpdJ2JTc-y3iYe4jjXcViOjRNw_zdF4-UB2jE,3024
|
5
5
|
nfelodcm/nfelodcm/Engine/__init__.py,sha256=vEEWcIBE4KLHoBCT1s2AIeSZxMfv1bcAqUNAJzSMSMo,31
|
@@ -18,31 +18,32 @@ nfelodcm/nfelodcm/Engine/Primatives/Freshness.py,sha256=VyRZmW6LI3jd43aWLo7OTnX3
|
|
18
18
|
nfelodcm/nfelodcm/Engine/Primatives/LocalIO.py,sha256=LRKpP0t30t_ZUfIi3ASULkB4aKVV4cINZbp1wbrayac,2701
|
19
19
|
nfelodcm/nfelodcm/Engine/Primatives/TableMap.py,sha256=M_T2TTxbT2B1Mv9hY3Ocli_AkoPirNUJDZ8n1HQPlgM,2636
|
20
20
|
nfelodcm/nfelodcm/Engine/Primatives/__init__.py,sha256=JUHF_8_1vqbp7M5rJfDwzqkgi6UuLTPp_lxCw7t1uwc,124
|
21
|
-
nfelodcm/nfelodcm/Maps/coaches.json,sha256=
|
22
|
-
nfelodcm/nfelodcm/Maps/filmmargins.json,sha256=
|
23
|
-
nfelodcm/nfelodcm/Maps/games.json,sha256
|
24
|
-
nfelodcm/nfelodcm/Maps/hfa.json,sha256=
|
25
|
-
nfelodcm/nfelodcm/Maps/logos.json,sha256=
|
26
|
-
nfelodcm/nfelodcm/Maps/market_data.json,sha256=
|
27
|
-
nfelodcm/nfelodcm/Maps/participants.json,sha256=
|
28
|
-
nfelodcm/nfelodcm/Maps/pbp.json,sha256=
|
29
|
-
nfelodcm/nfelodcm/Maps/player_stats.json,sha256=
|
30
|
-
nfelodcm/nfelodcm/Maps/players.json,sha256=
|
31
|
-
nfelodcm/nfelodcm/Maps/qbelo.json,sha256=
|
32
|
-
nfelodcm/nfelodcm/Maps/qbr.json,sha256=
|
33
|
-
nfelodcm/nfelodcm/Maps/rosters.json,sha256=
|
34
|
-
nfelodcm/nfelodcm/Maps/srs_ratings.json,sha256=
|
35
|
-
nfelodcm/nfelodcm/Maps/stadiums.json,sha256=
|
36
|
-
nfelodcm/nfelodcm/Maps/team_stadiums.json,sha256=
|
37
|
-
nfelodcm/nfelodcm/Maps/wepa.json,sha256=
|
38
|
-
nfelodcm/nfelodcm/Maps/wt_ratings.json,sha256=
|
39
|
-
nfelodcm/nfelodcm/Utilities/__init__.py,sha256=
|
21
|
+
nfelodcm/nfelodcm/Maps/coaches.json,sha256=V6GPlrvf6LICLY35e3tSy__1ZEs_lCHnOZH8g0nOZ3A,1709
|
22
|
+
nfelodcm/nfelodcm/Maps/filmmargins.json,sha256=T30PPxcnBJQxIj1I5W3xasu9G5i82ZCb5nkTuImPdFk,945
|
23
|
+
nfelodcm/nfelodcm/Maps/games.json,sha256=7NI1OI_tcZbAeyn04yOLTt68J1Aqxs-sw9wbG95kVaA,1854
|
24
|
+
nfelodcm/nfelodcm/Maps/hfa.json,sha256=W2y0t7LqbR8GVxH2DZUwgrERSvDN8lrDD2kM-maMJVU,1282
|
25
|
+
nfelodcm/nfelodcm/Maps/logos.json,sha256=pnxCUaptniG1VHWiz-xrBSKeAJamXkhb2VKDqs7mX30,1133
|
26
|
+
nfelodcm/nfelodcm/Maps/market_data.json,sha256=REWUz5UxWuf7JH34Iy4ZNdVZ9fHIkkPcuQvLzGtXmJc,1994
|
27
|
+
nfelodcm/nfelodcm/Maps/participants.json,sha256=52nTsGddpEbYhNY_a6LUkEa6CMCryLaW-cYgZQ71kvI,1325
|
28
|
+
nfelodcm/nfelodcm/Maps/pbp.json,sha256=GihN6779qSqRzKJYHloKukQ1g-y1yGEmlRrn0hqA_dM,10516
|
29
|
+
nfelodcm/nfelodcm/Maps/player_stats.json,sha256=_PYjfPnon3W9Myksi4-0c-mHankOtvcEvzxZxGFJA1c,2308
|
30
|
+
nfelodcm/nfelodcm/Maps/players.json,sha256=V5WNCF1h-ul3G_sohsFZVUIj9qQrxjwPERaeoXfO7J0,1611
|
31
|
+
nfelodcm/nfelodcm/Maps/qbelo.json,sha256=D8n9oYR1t9q5V0evK7iU2b4F0jnHl8keGmRbQWgjCuw,1609
|
32
|
+
nfelodcm/nfelodcm/Maps/qbr.json,sha256=P6QiKPaK9wb98Ujtp2FS5i8kSiZ7rIQh4z83F5XnbeE,1207
|
33
|
+
nfelodcm/nfelodcm/Maps/rosters.json,sha256=mKMFpxDOe8S4q-WWu5jZSeJGsarSTqusDSPLIzndnto,1463
|
34
|
+
nfelodcm/nfelodcm/Maps/srs_ratings.json,sha256=AST07UL_bCtFHjOjG1VyIqT0OGDwVS3UFMELrc8Ps3U,1150
|
35
|
+
nfelodcm/nfelodcm/Maps/stadiums.json,sha256=1VYNSFZqHx_t9PElY9z8WwjYblTY4G0a5NNA9iXqZwo,1630
|
36
|
+
nfelodcm/nfelodcm/Maps/team_stadiums.json,sha256=buEgT01UmBl1jIA_F62zLYG6V0lnVCt4Pm_IjBe4t6w,2146
|
37
|
+
nfelodcm/nfelodcm/Maps/wepa.json,sha256=CQ_oydxJB7hij6ZOkz_G741vbDu0GUAZK9iIGxiM134,1130
|
38
|
+
nfelodcm/nfelodcm/Maps/wt_ratings.json,sha256=hG2zNvjjiCQoXPW17Kpa-kDSPTGqmnx62F7vDEyQ08E,972
|
39
|
+
nfelodcm/nfelodcm/Utilities/__init__.py,sha256=yDsTYf7iVEcU71BiUDpWkHoI2e5Yo8nRWx3Ty5rkkvs,302
|
40
40
|
nfelodcm/nfelodcm/Utilities/checks.py,sha256=oUIqRFywLBYpN2e5iCR7ReLGrQNVgJxbNe458rgupCU,4179
|
41
41
|
nfelodcm/nfelodcm/Utilities/extract_map.py,sha256=DVITMr0mlP6p2V1ZdaIcbEavs-FZ28-EZ885maiS_KU,969
|
42
42
|
nfelodcm/nfelodcm/Utilities/global_variables.json,sha256=NSIAc9By4ORIx55KnhCU367mfWDVywo5KYcXyt17vF0,299
|
43
|
+
nfelodcm/nfelodcm/Utilities/load_maps.py,sha256=hNTDmXmfCNhHFgQ-CvrQ3Ah95KGHdcQM4QvkULlwBZk,803
|
43
44
|
nfelodcm/nfelodcm/Utilities/retrieve_season_state.py,sha256=ZrBaMWmo2DA9OZqZ6MBWmrY9Llkc5OUfxmDk7EB1tRU,579
|
44
45
|
nfelodcm/nfelodcm/Utilities/set_season_state.py,sha256=Y5fvop3EZfWcx2F85MtSNEGnwjofWyEMg4_HLTenAUA,3737
|
45
|
-
nfelodcm-0.1.
|
46
|
-
nfelodcm-0.1.
|
47
|
-
nfelodcm-0.1.
|
48
|
-
nfelodcm-0.1.
|
46
|
+
nfelodcm-0.1.17.dist-info/METADATA,sha256=G8mGH9j2xEER-RFAPKahdSO2LzLrYCiktBz2joXyDi4,4408
|
47
|
+
nfelodcm-0.1.17.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
48
|
+
nfelodcm-0.1.17.dist-info/top_level.txt,sha256=SlNA7_yZSwWvZIl9Md6brBH_C7nAYnATe4CrvuUXOGo,9
|
49
|
+
nfelodcm-0.1.17.dist-info/RECORD,,
|
File without changes
|
File without changes
|