nfelodcm 0.1.20__tar.gz → 0.1.21__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.
Files changed (56) hide show
  1. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/PKG-INFO +1 -1
  2. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/coaches.json +1 -1
  3. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/filmmargins.json +1 -1
  4. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/games.json +2 -2
  5. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/hfa.json +1 -1
  6. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/logos.json +1 -1
  7. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/market_data.json +1 -1
  8. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/nfelo_games.json +4 -2
  9. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/participants.json +1 -1
  10. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/pbp.json +2 -2
  11. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/player_stats.json +2 -2
  12. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/players.json +2 -2
  13. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/qb_meta.json +1 -1
  14. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/qbelo.json +1 -1
  15. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/qbr.json +1 -1
  16. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/rosters.json +1 -1
  17. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/srs_ratings.json +1 -1
  18. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/stadiums.json +1 -1
  19. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/team_stadiums.json +1 -1
  20. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/wepa.json +1 -1
  21. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Maps/wt_ratings.json +1 -1
  22. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm.egg-info/PKG-INFO +1 -1
  23. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/pyproject.toml +1 -1
  24. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/README.md +0 -0
  25. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/__init__.py +0 -0
  26. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Assignments/__init__.py +0 -0
  27. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Assignments/assignment.py +0 -0
  28. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Assignments/assignments/__init__.py +0 -0
  29. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Assignments/assignments/desc_based_plays.py +0 -0
  30. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Assignments/assignments/fastr_team_repl.py +0 -0
  31. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Assignments/assignments/format_player_file.py +0 -0
  32. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Assignments/assignments/format_qb_file.py +0 -0
  33. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Assignments/assignments/penalty_formatting.py +0 -0
  34. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Assignments/assignments/score_clean.py +0 -0
  35. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Assignments/assignments/temp_players_handle.py +0 -0
  36. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/DCMTable.py +0 -0
  37. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Primatives/DataPull.py +0 -0
  38. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Primatives/Freshness.py +0 -0
  39. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Primatives/LocalIO.py +0 -0
  40. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Primatives/TableMap.py +0 -0
  41. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/Primatives/__init__.py +0 -0
  42. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Engine/__init__.py +0 -0
  43. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Utilities/__init__.py +0 -0
  44. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Utilities/checks.py +0 -0
  45. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Utilities/extract_map.py +0 -0
  46. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Utilities/global_variables.json +0 -0
  47. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Utilities/load_maps.py +0 -0
  48. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Utilities/retrieve_season_state.py +0 -0
  49. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/Utilities/set_season_state.py +0 -0
  50. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/nfelodcm.py +0 -0
  51. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm/tests.py +0 -0
  52. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm.egg-info/SOURCES.txt +0 -0
  53. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm.egg-info/dependency_links.txt +0 -0
  54. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm.egg-info/requires.txt +0 -0
  55. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/nfelodcm.egg-info/top_level.txt +0 -0
  56. {nfelodcm-0.1.20 → nfelodcm-0.1.21}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nfelodcm
3
- Version: 0.1.20
3
+ Version: 0.1.21
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-12T21:14:03.026605+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:33.690154+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-12T21:13:16.847318+00:00"
13
+ "last_freshness_check": "2025-05-08T22:17:31.225429+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-21T21:36:03.065281",
4
+ "last_local_update": "2025-05-08T22:17:30.462733",
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-04-12T21:13:16.138961+00:00"
13
+ "last_freshness_check": "2025-05-08T22:17:29.659219+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-12T21:14:03.971447+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:34.832384+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-12T21:13:16.506014+00:00"
13
+ "last_freshness_check": "2025-05-08T22:17:30.758767+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-12T21:13:56.738477+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:26.736040+00:00"
14
14
  },
15
15
  "iter": {
16
16
  "type": null,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nfelo_games",
3
3
  "description": "nfelo projections and components by game",
4
- "last_local_update": "2025-04-11T03:43:09.514955",
4
+ "last_local_update": "2025-05-08T22:20:20.562911",
5
5
  "download_url": "https://raw.githubusercontent.com/greerreNFL/nfelo/refs/heads/main/output_data/nfelo_games.csv",
6
6
  "compression": null,
7
7
  "engine": "c",
@@ -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-12T21:13:53.245370+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:19.834940+00:00"
14
14
  },
15
15
  "iter": {
16
16
  "type": null,
@@ -54,6 +54,8 @@
54
54
  "home_line_close": "float32",
55
55
  "home_line_close_price": "float32",
56
56
  "away_line_close_price": "float32",
57
+ "home_clv_from_open": "float32",
58
+ "away_clv_from_open": "float32",
57
59
  "total_line_open": "float32",
58
60
  "under_price_open": "float32",
59
61
  "over_price_open": "float32",
@@ -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-12T21:13:57.794800+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:27.844630+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-04-11T03:42:49.815214",
4
+ "last_local_update": "2025-05-08T22:20:01.341571",
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-04-12T21:13:17.528201+00:00"
13
+ "last_freshness_check": "2025-05-08T22:17:31.917295+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-04-11T03:43:12.955364",
4
+ "last_local_update": "2025-05-08T22:20:24.362121",
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-04-12T21:13:54.224513+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:21.420258+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-12T21:14:02.697278",
4
+ "last_local_update": "2025-05-08T22:20:33.209181",
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-12T21:14:00.411034+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:30.536523+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=Other%20Data/meta_data.csv",
11
11
  "gh_release_tag": null,
12
12
  "sla_seconds": 900,
13
- "last_freshness_check": "2025-04-12T21:13:56.237127+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:26.274782+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-04-12T21:13:55.477568+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:25.454791+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-12T21:13:15.817894+00:00"
13
+ "last_freshness_check": "2025-05-08T22:17:29.365526+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-12T21:13:57.205221+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:27.216498+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-12T21:13:55.944475+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:25.896604+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-12T21:14:03.338991+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:34.052874+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-12T21:13:17.198178+00:00"
13
+ "last_freshness_check": "2025-05-08T22:17:31.578742+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-12T21:13:55.100791+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:24.987730+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-12T21:14:03.641370+00:00"
13
+ "last_freshness_check": "2025-05-08T22:20:34.333029+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.20
3
+ Version: 0.1.21
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>
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "nfelodcm"
7
- version = "0.1.20"
7
+ version = "0.1.21"
8
8
  readme = "README.md"
9
9
  requires-python = ">=3.11"
10
10
  license = {text = "MIT"}
File without changes
File without changes
File without changes
File without changes