nfelodcm 0.1.18__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.18 → nfelodcm-0.1.19}/PKG-INFO +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/coaches.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/filmmargins.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/games.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/hfa.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/logos.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/market_data.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/nfelo_games.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/participants.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/pbp.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/player_stats.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/players.json +2 -2
- nfelodcm-0.1.19/nfelodcm/Maps/qb_meta.json +40 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/qbelo.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/qbr.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/rosters.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/srs_ratings.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/stadiums.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/team_stadiums.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/wepa.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Maps/wt_ratings.json +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm.egg-info/PKG-INFO +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm.egg-info/SOURCES.txt +2 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/pyproject.toml +1 -1
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/README.md +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/__init__.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/__init__.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignment.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/__init__.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/desc_based_plays.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/fastr_team_repl.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/format_player_file.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/format_qb_file.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/penalty_formatting.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/score_clean.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/temp_players_handle.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/DCMTable.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Primatives/DataPull.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Primatives/Freshness.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Primatives/LocalIO.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Primatives/TableMap.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Primatives/__init__.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/__init__.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Utilities/__init__.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Utilities/checks.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Utilities/extract_map.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Utilities/global_variables.json +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Utilities/load_maps.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Utilities/retrieve_season_state.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Utilities/set_season_state.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/nfelodcm.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/tests.py +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm.egg-info/dependency_links.txt +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm.egg-info/requires.txt +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm.egg-info/top_level.txt +0 -0
- {nfelodcm-0.1.18 → nfelodcm-0.1.19}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
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-04-
|
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-04-
|
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-04-
|
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-04-
|
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-04-
|
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-04-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:56.738477+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/nfelo/commits?path=output_data/nfelo_games.csv",
|
11
11
|
"gh_release_tag": null,
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-04-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:53.245370+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-04-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:57.794800+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/nflverse/nflverse-data/releases/tags",
|
11
11
|
"gh_release_tag": "pbp",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-04-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:17.528201+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/nflverse/nflverse-data/releases/tags",
|
11
11
|
"gh_release_tag": "player_stats",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-04-
|
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-04-
|
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-04-
|
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-04-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:55.477568+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": "espn_data",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-04-
|
13
|
+
"last_freshness_check": "2025-04-12T21:13:15.817894+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": "rosters",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2025-04-
|
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-04-
|
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-04-
|
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-04-
|
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-04-
|
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-04-
|
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
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>
|
@@ -32,6 +32,7 @@ pyproject.toml
|
|
32
32
|
./nfelodcm/Maps/pbp.json
|
33
33
|
./nfelodcm/Maps/player_stats.json
|
34
34
|
./nfelodcm/Maps/players.json
|
35
|
+
./nfelodcm/Maps/qb_meta.json
|
35
36
|
./nfelodcm/Maps/qbelo.json
|
36
37
|
./nfelodcm/Maps/qbr.json
|
37
38
|
./nfelodcm/Maps/rosters.json
|
@@ -82,6 +83,7 @@ nfelodcm/Maps/participants.json
|
|
82
83
|
nfelodcm/Maps/pbp.json
|
83
84
|
nfelodcm/Maps/player_stats.json
|
84
85
|
nfelodcm/Maps/players.json
|
86
|
+
nfelodcm/Maps/qb_meta.json
|
85
87
|
nfelodcm/Maps/qbelo.json
|
86
88
|
nfelodcm/Maps/qbr.json
|
87
89
|
nfelodcm/Maps/rosters.json
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/desc_based_plays.py
RENAMED
File without changes
|
{nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/fastr_team_repl.py
RENAMED
File without changes
|
{nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/format_player_file.py
RENAMED
File without changes
|
{nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/format_qb_file.py
RENAMED
File without changes
|
{nfelodcm-0.1.18 → nfelodcm-0.1.19}/nfelodcm/Engine/Assignments/assignments/penalty_formatting.py
RENAMED
File without changes
|
File without changes
|
{nfelodcm-0.1.18 → 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
|