nfelodcm 0.1.9__py3-none-any.whl → 0.1.10__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/nfelodcm/Engine/Assignments/assignments/__init__.py +2 -1
- nfelodcm/nfelodcm/Maps/coaches.json +3 -3
- nfelodcm/nfelodcm/Maps/filmmargins.json +1 -1
- nfelodcm/nfelodcm/Maps/games.json +3 -2
- nfelodcm/nfelodcm/Maps/hfa.json +2 -2
- 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 -3
- nfelodcm/nfelodcm/Maps/qbelo.json +2 -2
- nfelodcm/nfelodcm/Maps/qbr.json +1 -1
- nfelodcm/nfelodcm/Maps/rosters.json +1 -1
- nfelodcm/nfelodcm/Maps/srs_ratings.json +2 -2
- nfelodcm/nfelodcm/Maps/wepa.json +1 -1
- nfelodcm/nfelodcm/Maps/wt_ratings.json +2 -2
- nfelodcm/nfelodcm/tests.py +1 -1
- {nfelodcm-0.1.9.dist-info → nfelodcm-0.1.10.dist-info}/METADATA +1 -1
- {nfelodcm-0.1.9.dist-info → nfelodcm-0.1.10.dist-info}/RECORD +22 -22
- {nfelodcm-0.1.9.dist-info → nfelodcm-0.1.10.dist-info}/WHEEL +1 -1
- {nfelodcm-0.1.9.dist-info → nfelodcm-0.1.10.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "coaches",
|
3
3
|
"description": "Aggregated head coaching stats",
|
4
|
-
"last_local_update": "2024-
|
4
|
+
"last_local_update": "2024-08-16T17:34:47.031765",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/coaches/main/coaches.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:34:46.632833+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -54,6 +54,6 @@
|
|
54
54
|
"teams": "object",
|
55
55
|
"pfr_coach_image_url": "object",
|
56
56
|
"pfr_coach_tree_hired_by": "object",
|
57
|
-
"pfr_coach_tree_hired": "object"
|
57
|
+
"pfr_coach_tree_hired": "object"
|
58
58
|
}
|
59
59
|
}
|
@@ -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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:28:48.212333+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -10,14 +10,15 @@
|
|
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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:28:02.743038+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
17
17
|
"start": null
|
18
18
|
},
|
19
19
|
"assignments": [
|
20
|
-
"fastr_team_id_repl",
|
20
|
+
"fastr_team_id_repl",
|
21
|
+
"score_clean"
|
21
22
|
],
|
22
23
|
"map": {
|
23
24
|
"game_id": "object",
|
nfelodcm/nfelodcm/Maps/hfa.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "hfa",
|
3
3
|
"description": "Estimated home field advantage by game",
|
4
|
-
"last_local_update":
|
4
|
+
"last_local_update": "2024-08-16T17:34:48.544849",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/nfelohfa/main/estimated_hfa.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:34:48.026635+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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:28:47.897717+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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:31:11.325128+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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:31:12.360053+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": "2024-
|
4
|
+
"last_local_update": "2024-08-16T17:30:48.412901",
|
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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:28:48.503111+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": "2024-
|
4
|
+
"last_local_update": "2024-08-16T17:31:08.070803",
|
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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:31:05.676678+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": "players",
|
12
12
|
"sla_seconds": 900,
|
13
|
-
"last_freshness_check": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:31:14.934544+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -51,7 +51,6 @@
|
|
51
51
|
"headshot": "object",
|
52
52
|
"suffix": "object",
|
53
53
|
"uniform_number": "object",
|
54
|
-
"draft_round": "float32"
|
55
|
-
"season": "float32"
|
54
|
+
"draft_round": "float32"
|
56
55
|
}
|
57
56
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "qbelo",
|
3
3
|
"description": "538/nfelo QB Elo model",
|
4
|
-
"last_local_update": "2024-
|
4
|
+
"last_local_update": "2024-08-16T17:31:09.930695",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/nfeloqb/main/qb_elos.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:31:08.979510+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
nfelodcm/nfelodcm/Maps/qbr.json
CHANGED
@@ -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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:28:02.465853+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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:31:11.813338+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": "season",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "srs",
|
3
3
|
"description": "A Simple Ranking System implimentation for the NFL",
|
4
|
-
"last_local_update": "2024-
|
4
|
+
"last_local_update": "2024-08-16T17:31:10.910765",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/nfelosrs/main/srs_ratings.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:31:10.266324+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:31:08.581074+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "wt_ratings",
|
3
3
|
"description": "Win Totals and ratings derived from win totals (WT Ratings)",
|
4
|
-
"last_local_update": "2024-
|
4
|
+
"last_local_update": "2024-08-16T17:34:47.737905",
|
5
5
|
"download_url": "https://raw.githubusercontent.com/greerreNFL/nfelosrs/main/wt_ratings.csv",
|
6
6
|
"compression": null,
|
7
7
|
"engine": "c",
|
@@ -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": "2024-
|
13
|
+
"last_freshness_check": "2024-08-16T17:34:47.329023+00:00"
|
14
14
|
},
|
15
15
|
"iter": {
|
16
16
|
"type": null,
|
nfelodcm/nfelodcm/tests.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: nfelodcm
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.10
|
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,11 +1,11 @@
|
|
1
1
|
nfelodcm/__init__.py,sha256=dml7yO-TOqHDH1jc393m20hatOBfEC4LFDPF80ddTg0,202
|
2
2
|
nfelodcm/nfelodcm/nfelodcm.py,sha256=UBNSNENeYGJFAAYnhGdlfsMKfCZW4Ofh7LLSiA0f7z8,2189
|
3
|
-
nfelodcm/nfelodcm/tests.py,sha256=
|
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
|
6
6
|
nfelodcm/nfelodcm/Engine/Assignments/__init__.py,sha256=IPKxTBbO3b0xaO922zkwif0FFd8Xqe3ZvCIFjhYg1oE,80
|
7
7
|
nfelodcm/nfelodcm/Engine/Assignments/assignment.py,sha256=inDCtt0DxY1HFidxp2kZUym7X6J3kaBjDASstmuRtIA,1312
|
8
|
-
nfelodcm/nfelodcm/Engine/Assignments/assignments/__init__.py,sha256=
|
8
|
+
nfelodcm/nfelodcm/Engine/Assignments/assignments/__init__.py,sha256=J3_pX5L_DoWMyY6XA4pFqkK1CSQM650PFleb97QxkQI,198
|
9
9
|
nfelodcm/nfelodcm/Engine/Assignments/assignments/desc_based_plays.py,sha256=LAXOlE-IW8A49rRagxcAGRao_4c2RdC7AK6_iV3M2Vc,1810
|
10
10
|
nfelodcm/nfelodcm/Engine/Assignments/assignments/fastr_team_repl.py,sha256=TJGcnY_8yEBwnBxXJ5m9eQ5YWfnqN2UAhaVBLeGJ8sw,976
|
11
11
|
nfelodcm/nfelodcm/Engine/Assignments/assignments/penalty_formatting.py,sha256=Ia3x_Z8EnzI4Bz_6LEfY0ICWvdmyzJsckrOUXGYgfRY,517
|
@@ -15,29 +15,29 @@ nfelodcm/nfelodcm/Engine/Primatives/Freshness.py,sha256=VyRZmW6LI3jd43aWLo7OTnX3
|
|
15
15
|
nfelodcm/nfelodcm/Engine/Primatives/LocalIO.py,sha256=LRKpP0t30t_ZUfIi3ASULkB4aKVV4cINZbp1wbrayac,2701
|
16
16
|
nfelodcm/nfelodcm/Engine/Primatives/TableMap.py,sha256=M_T2TTxbT2B1Mv9hY3Ocli_AkoPirNUJDZ8n1HQPlgM,2636
|
17
17
|
nfelodcm/nfelodcm/Engine/Primatives/__init__.py,sha256=JUHF_8_1vqbp7M5rJfDwzqkgi6UuLTPp_lxCw7t1uwc,124
|
18
|
-
nfelodcm/nfelodcm/Maps/coaches.json,sha256=
|
19
|
-
nfelodcm/nfelodcm/Maps/filmmargins.json,sha256=
|
20
|
-
nfelodcm/nfelodcm/Maps/games.json,sha256=
|
21
|
-
nfelodcm/nfelodcm/Maps/hfa.json,sha256=
|
22
|
-
nfelodcm/nfelodcm/Maps/logos.json,sha256=
|
23
|
-
nfelodcm/nfelodcm/Maps/market_data.json,sha256=
|
24
|
-
nfelodcm/nfelodcm/Maps/participants.json,sha256=
|
25
|
-
nfelodcm/nfelodcm/Maps/pbp.json,sha256=
|
26
|
-
nfelodcm/nfelodcm/Maps/player_stats.json,sha256=
|
27
|
-
nfelodcm/nfelodcm/Maps/players.json,sha256=
|
28
|
-
nfelodcm/nfelodcm/Maps/qbelo.json,sha256=
|
29
|
-
nfelodcm/nfelodcm/Maps/qbr.json,sha256=
|
30
|
-
nfelodcm/nfelodcm/Maps/rosters.json,sha256=
|
31
|
-
nfelodcm/nfelodcm/Maps/srs_ratings.json,sha256=
|
32
|
-
nfelodcm/nfelodcm/Maps/wepa.json,sha256=
|
33
|
-
nfelodcm/nfelodcm/Maps/wt_ratings.json,sha256=
|
18
|
+
nfelodcm/nfelodcm/Maps/coaches.json,sha256=GxoE_K6i3nzVdLsXLPgTa2Ok9XmoTXru-v0QcCx9FEg,1709
|
19
|
+
nfelodcm/nfelodcm/Maps/filmmargins.json,sha256=CzuZOAeL5UGEQGdcKFLM1tLcBqjcvnK7tdT7ryNU2OU,945
|
20
|
+
nfelodcm/nfelodcm/Maps/games.json,sha256=u58D3jhg4umzyPS-csEI-fsy8KeAKZYitiqI4TbMwFY,1854
|
21
|
+
nfelodcm/nfelodcm/Maps/hfa.json,sha256=SQLfGrvVcqHnBgczCyM33nKN6IzvJT9oP1JzHEnkhTA,1112
|
22
|
+
nfelodcm/nfelodcm/Maps/logos.json,sha256=d_1_hNqUGzaiolx-6StN0pFUFCq44PmcZvPFk28Pyb8,1133
|
23
|
+
nfelodcm/nfelodcm/Maps/market_data.json,sha256=z_r23VmmrgCX-3OI8QuTx-twjMPuaji2NHCNKb1vt34,1994
|
24
|
+
nfelodcm/nfelodcm/Maps/participants.json,sha256=aEvPhfHNv_2snIdCe48R-NlWI3SBuqxb6I-uOxy4iac,1325
|
25
|
+
nfelodcm/nfelodcm/Maps/pbp.json,sha256=WPO0LnbV6qmbXbHZ_QIOfn4kCGHCrvzu18g-HZrukgk,10439
|
26
|
+
nfelodcm/nfelodcm/Maps/player_stats.json,sha256=4X2VWjtpx7T2tJf1_icFGONyIV_oB7L2fjzARWzxJyI,2308
|
27
|
+
nfelodcm/nfelodcm/Maps/players.json,sha256=R90DoI3fdZDNI3UFFBo7BJ4vLxtsw-oFwhO67JF405U,1585
|
28
|
+
nfelodcm/nfelodcm/Maps/qbelo.json,sha256=T9_60JXz0CvgMEJGJy8vfLKVGUoKvcXLR2vec3jfads,1508
|
29
|
+
nfelodcm/nfelodcm/Maps/qbr.json,sha256=W5l5TytoKLQ6UDfX7DACwIzsoo_5RohSMaOeSfeM8oo,1207
|
30
|
+
nfelodcm/nfelodcm/Maps/rosters.json,sha256=TV4S26pRctjrcZ8s-qDdpMgSVXthEbkHZy4Azx671Ko,1435
|
31
|
+
nfelodcm/nfelodcm/Maps/srs_ratings.json,sha256=7sCox3ji_f4VH2tgkEnrGIskmZvDLZQI9u3qgje6iM8,1150
|
32
|
+
nfelodcm/nfelodcm/Maps/wepa.json,sha256=A-t6zftq7KXbyf9JcTQFq4KOemCy2qVBoHW71ABcCXE,1130
|
33
|
+
nfelodcm/nfelodcm/Maps/wt_ratings.json,sha256=un6N8OdrkQwJ5TpGzfQCz8TLd-j_KAC-qYu6wER7j5M,972
|
34
34
|
nfelodcm/nfelodcm/Utilities/__init__.py,sha256=KZPooahoLm1wPGw_mfOUI92FHLSvFNpMJmaRu6SCHq8,269
|
35
35
|
nfelodcm/nfelodcm/Utilities/checks.py,sha256=oUIqRFywLBYpN2e5iCR7ReLGrQNVgJxbNe458rgupCU,4179
|
36
36
|
nfelodcm/nfelodcm/Utilities/extract_map.py,sha256=DVITMr0mlP6p2V1ZdaIcbEavs-FZ28-EZ885maiS_KU,969
|
37
37
|
nfelodcm/nfelodcm/Utilities/global_variables.json,sha256=VtKM5XRfpJYAaVYRoLO1Dc5loKzccdf6Z1Q7ai9-W00,298
|
38
38
|
nfelodcm/nfelodcm/Utilities/retrieve_season_state.py,sha256=ZrBaMWmo2DA9OZqZ6MBWmrY9Llkc5OUfxmDk7EB1tRU,579
|
39
39
|
nfelodcm/nfelodcm/Utilities/set_season_state.py,sha256=Y5fvop3EZfWcx2F85MtSNEGnwjofWyEMg4_HLTenAUA,3737
|
40
|
-
nfelodcm-0.1.
|
41
|
-
nfelodcm-0.1.
|
42
|
-
nfelodcm-0.1.
|
43
|
-
nfelodcm-0.1.
|
40
|
+
nfelodcm-0.1.10.dist-info/METADATA,sha256=84eMuHKkQpdrg9x1bBc1m5Lp1scvtqdoOVeeBn48Uks,4408
|
41
|
+
nfelodcm-0.1.10.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
|
42
|
+
nfelodcm-0.1.10.dist-info/top_level.txt,sha256=SlNA7_yZSwWvZIl9Md6brBH_C7nAYnATe4CrvuUXOGo,9
|
43
|
+
nfelodcm-0.1.10.dist-info/RECORD,,
|
File without changes
|