nfelodcm 0.1.17__tar.gz → 0.1.19__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.
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/PKG-INFO +2 -2
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/coaches.json +1 -1
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/filmmargins.json +1 -1
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/games.json +1 -1
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/hfa.json +1 -1
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/logos.json +1 -1
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/market_data.json +1 -1
- nfelodcm-0.1.19/nfelodcm/Maps/nfelo_games.json +67 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/participants.json +1 -1
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/pbp.json +2 -2
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/player_stats.json +2 -2
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/players.json +2 -2
- nfelodcm-0.1.19/nfelodcm/Maps/qb_meta.json +40 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/qbelo.json +1 -1
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/qbr.json +2 -2
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/rosters.json +2 -2
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/srs_ratings.json +1 -1
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/stadiums.json +1 -1
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/team_stadiums.json +1 -1
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/wepa.json +1 -1
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Maps/wt_ratings.json +1 -1
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm.egg-info/PKG-INFO +2 -2
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm.egg-info/SOURCES.txt +4 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/pyproject.toml +1 -1
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/README.md +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/__init__.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/__init__.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignment.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/__init__.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/desc_based_plays.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/fastr_team_repl.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/format_player_file.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/format_qb_file.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/penalty_formatting.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/score_clean.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/temp_players_handle.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/DCMTable.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Primatives/DataPull.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Primatives/Freshness.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Primatives/LocalIO.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Primatives/TableMap.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Primatives/__init__.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/__init__.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Utilities/__init__.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Utilities/checks.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Utilities/extract_map.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Utilities/global_variables.json +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Utilities/load_maps.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Utilities/retrieve_season_state.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Utilities/set_season_state.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/nfelodcm.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/tests.py +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm.egg-info/dependency_links.txt +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm.egg-info/requires.txt +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm.egg-info/top_level.txt +0 -0
- {nfelodcm-0.1.17 → nfelodcm-0.1.19}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: nfelodcm
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.19
|
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>
|
@@ -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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:14:03.026605+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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:16.847318+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/nfldata/commits",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 500,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:16.138961+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/nfelohfa/commits?path=estimated_hfa.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-04-12T21:14:03.971447+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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:16.506014+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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:56.738477+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -0,0 +1,67 @@
|
|
1
|
+
{
|
2
|
+
"name": "nfelo_games",
|
3
|
+
"description": "nfelo projections and components by game",
|
4
|
+
"last_local_update": "2025-04-11T03:43:09.514955",
|
5
|
+
"download_url": "https://raw.githubusercontent.com/greerreNFL/nfelo/refs/heads/main/output_data/nfelo_games.csv",
|
6
|
+
"compression": null,
|
7
|
+
"engine": "c",
|
8
|
+
"freshness": {
|
9
|
+
"type": "gh_commit",
|
10
|
+
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfelo/commits?path=output_data/nfelo_games.csv",
|
11
|
+
"gh_release_tag": null,
|
12
|
+
"sla_seconds": 900,
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:53.245370+00:00"
|
14
|
+
},
|
15
|
+
"iter": {
|
16
|
+
"type": null,
|
17
|
+
"start": null
|
18
|
+
},
|
19
|
+
"assignments": [],
|
20
|
+
"map": {
|
21
|
+
"game_id": "object",
|
22
|
+
"starting_nfelo_home": "float32",
|
23
|
+
"starting_nfelo_away": "float32",
|
24
|
+
"hfa_mod": "float32",
|
25
|
+
"home_bye_mod": "float32",
|
26
|
+
"away_bye_mod": "float32",
|
27
|
+
"div_game_mod": "float32",
|
28
|
+
"dif_surface_mod": "float32",
|
29
|
+
"home_time_advantage_mod": "float32",
|
30
|
+
"home_538_qb_adj": "float32",
|
31
|
+
"away_538_qb_adj": "float32",
|
32
|
+
"home_net_qb_mod": "float32",
|
33
|
+
"home_net_bye_mod": "float32",
|
34
|
+
"nfelo_dif_base": "float32",
|
35
|
+
"nfelo_dif_open": "float32",
|
36
|
+
"nfelo_dif_close": "float32",
|
37
|
+
"nfelo_home_line_open": "float32",
|
38
|
+
"nfelo_home_line_close": "float32",
|
39
|
+
"nfelo_home_probability_close": "float32",
|
40
|
+
"nfelo_home_probability_open": "float32",
|
41
|
+
"nfelo_home_cover_prob_close": "float32",
|
42
|
+
"nfelo_home_push_prob_close": "float32",
|
43
|
+
"nfelo_home_loss_prob_close": "float32",
|
44
|
+
"nfelo_away_cover_prob_close": "float32",
|
45
|
+
"nfelo_away_push_prob_close": "float32",
|
46
|
+
"nfelo_away_loss_prob_close": "float32",
|
47
|
+
"home_open_ev": "float32",
|
48
|
+
"away_open_ev": "float32",
|
49
|
+
"home_close_ev": "float32",
|
50
|
+
"away_close_ev": "float32",
|
51
|
+
"home_line_open": "float32",
|
52
|
+
"home_line_open_price": "float32",
|
53
|
+
"away_line_open_price": "float32",
|
54
|
+
"home_line_close": "float32",
|
55
|
+
"home_line_close_price": "float32",
|
56
|
+
"away_line_close_price": "float32",
|
57
|
+
"total_line_open": "float32",
|
58
|
+
"under_price_open": "float32",
|
59
|
+
"over_price_open": "float32",
|
60
|
+
"total_line_close": "float32",
|
61
|
+
"under_price_close": "float32",
|
62
|
+
"over_price_close": "float32",
|
63
|
+
"home_implied_win_probability_open": "float32",
|
64
|
+
"home_implied_win_probability_close": "float32",
|
65
|
+
"hfa_base_mod": "float32"
|
66
|
+
}
|
67
|
+
}
|
@@ -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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:57.794800+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": "season",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "pbp",
|
3
3
|
"description": "nflfastR play-by-play",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-04-11T03:42:49.815214",
|
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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:17.528201+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-
|
4
|
+
"last_local_update": "2025-04-11T03:43:12.955364",
|
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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:54.224513+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-
|
4
|
+
"last_local_update": "2025-04-12T21:14:02.697278",
|
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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:14:00.411034+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -0,0 +1,40 @@
|
|
1
|
+
{
|
2
|
+
"name": "qb_meta",
|
3
|
+
"description": "nflfastR qb meta data that maps elo to fastr datasets",
|
4
|
+
"last_local_update": "2025-04-12T21:13:56.388718",
|
5
|
+
"download_url": "https://raw.githubusercontent.com/greerreNFL/nfeloqb/refs/heads/main/Other%20Data/meta_data.csv",
|
6
|
+
"compression": null,
|
7
|
+
"engine": "c",
|
8
|
+
"freshness": {
|
9
|
+
"type": "gh_commit",
|
10
|
+
"gh_api_endpoint": "https://api.github.com/repos/greerreNFL/nfeloqb/commits?path=Other%20Data/meta_data.csv",
|
11
|
+
"gh_release_tag": null,
|
12
|
+
"sla_seconds": 900,
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:56.237127+00:00"
|
14
|
+
},
|
15
|
+
"iter": {
|
16
|
+
"type": null,
|
17
|
+
"start": null
|
18
|
+
},
|
19
|
+
"assignments": [],
|
20
|
+
"map": {
|
21
|
+
"name_id": "object",
|
22
|
+
"gsis_id": "object",
|
23
|
+
"display_name": "object",
|
24
|
+
"football_name": "object",
|
25
|
+
"first_name": "object",
|
26
|
+
"last_name": "object",
|
27
|
+
"short_name": "object",
|
28
|
+
"status": "object",
|
29
|
+
"dob": "object",
|
30
|
+
"college": "object",
|
31
|
+
"height": "float32",
|
32
|
+
"weight": "float32",
|
33
|
+
"entry_year": "float32",
|
34
|
+
"rookie_year": "float32",
|
35
|
+
"draft_number": "float32",
|
36
|
+
"draft_round": "float32",
|
37
|
+
"draft_team": "object",
|
38
|
+
"headshot_url": "object"
|
39
|
+
}
|
40
|
+
}
|
@@ -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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:55.477568+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "qbr",
|
3
3
|
"description": "nflverse QBR",
|
4
|
-
"last_local_update": "2025-
|
4
|
+
"last_local_update": "2025-04-11T03:40:12.469427",
|
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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:15.817894+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-
|
4
|
+
"last_local_update": "2025-04-11T03:43:38.547563",
|
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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:57.205221+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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:55.944475+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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:14:03.338991+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/team_stadiums.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:17.198178+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/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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:55.100791+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-
|
13
|
+
"last_freshness_check": "2025-04-12T21:14:03.641370+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: nfelodcm
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.19
|
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>
|
@@ -27,10 +27,12 @@ pyproject.toml
|
|
27
27
|
./nfelodcm/Maps/hfa.json
|
28
28
|
./nfelodcm/Maps/logos.json
|
29
29
|
./nfelodcm/Maps/market_data.json
|
30
|
+
./nfelodcm/Maps/nfelo_games.json
|
30
31
|
./nfelodcm/Maps/participants.json
|
31
32
|
./nfelodcm/Maps/pbp.json
|
32
33
|
./nfelodcm/Maps/player_stats.json
|
33
34
|
./nfelodcm/Maps/players.json
|
35
|
+
./nfelodcm/Maps/qb_meta.json
|
34
36
|
./nfelodcm/Maps/qbelo.json
|
35
37
|
./nfelodcm/Maps/qbr.json
|
36
38
|
./nfelodcm/Maps/rosters.json
|
@@ -76,10 +78,12 @@ nfelodcm/Maps/games.json
|
|
76
78
|
nfelodcm/Maps/hfa.json
|
77
79
|
nfelodcm/Maps/logos.json
|
78
80
|
nfelodcm/Maps/market_data.json
|
81
|
+
nfelodcm/Maps/nfelo_games.json
|
79
82
|
nfelodcm/Maps/participants.json
|
80
83
|
nfelodcm/Maps/pbp.json
|
81
84
|
nfelodcm/Maps/player_stats.json
|
82
85
|
nfelodcm/Maps/players.json
|
86
|
+
nfelodcm/Maps/qb_meta.json
|
83
87
|
nfelodcm/Maps/qbelo.json
|
84
88
|
nfelodcm/Maps/qbr.json
|
85
89
|
nfelodcm/Maps/rosters.json
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/desc_based_plays.py
RENAMED
File without changes
|
{nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/fastr_team_repl.py
RENAMED
File without changes
|
{nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/format_player_file.py
RENAMED
File without changes
|
{nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/format_qb_file.py
RENAMED
File without changes
|
{nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/penalty_formatting.py
RENAMED
File without changes
|
File without changes
|
{nfelodcm-0.1.17 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/temp_players_handle.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|