spells-mtg 0.10.3__py3-none-any.whl → 0.10.4__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.
- spells/extension.py +2 -2
- {spells_mtg-0.10.3.dist-info → spells_mtg-0.10.4.dist-info}/METADATA +1 -1
- {spells_mtg-0.10.3.dist-info → spells_mtg-0.10.4.dist-info}/RECORD +6 -6
- {spells_mtg-0.10.3.dist-info → spells_mtg-0.10.4.dist-info}/WHEEL +0 -0
- {spells_mtg-0.10.3.dist-info → spells_mtg-0.10.4.dist-info}/entry_points.txt +0 -0
- {spells_mtg-0.10.3.dist-info → spells_mtg-0.10.4.dist-info}/licenses/LICENSE +0 -0
spells/extension.py
CHANGED
|
@@ -28,7 +28,7 @@ def seen_greatest_name_fn(attr: str) -> Callable:
|
|
|
28
28
|
return inner
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
def context_cols(attr, silent: bool =
|
|
31
|
+
def context_cols(attr, silent: bool = True) -> dict[str, ColSpec]:
|
|
32
32
|
ext = {
|
|
33
33
|
f"seen_{attr}": ColSpec(
|
|
34
34
|
col_type=ColType.NAME_SUM,
|
|
@@ -145,7 +145,7 @@ def context_cols(attr, silent: bool = False) -> dict[str, ColSpec]:
|
|
|
145
145
|
return ext
|
|
146
146
|
|
|
147
147
|
|
|
148
|
-
def stat_cols(attr: str, silent: bool =
|
|
148
|
+
def stat_cols(attr: str, silent: bool = True) -> dict[str, ColSpec]:
|
|
149
149
|
ext = {
|
|
150
150
|
f"{attr}_deck_weight_group": ColSpec(
|
|
151
151
|
col_type=ColType.AGG, expr=pl.col(f"{attr}") * pl.col(ColName.DECK)
|
|
@@ -5,15 +5,15 @@ spells/columns.py,sha256=tQPhFpG4vOMIjV111p8DK4V-d_8634xoE-csBzou_sw,18008
|
|
|
5
5
|
spells/config.py,sha256=_t98dc_uY3Wp3d5tsU3CJgVcWOD3wVlwMo98-tN2KRY,213
|
|
6
6
|
spells/draft_data.py,sha256=xoL82NTgTJWxZK1p-6LjxnYzkeYOr-Dc9-_T0m-WZ1Y,19946
|
|
7
7
|
spells/enums.py,sha256=MwJ9694AVoaKE22WlFjzHPcRfrU0DKI2_mrWC6_YjhE,4931
|
|
8
|
-
spells/extension.py,sha256=
|
|
8
|
+
spells/extension.py,sha256=B-vZ9mTnb3xJVUjyqvvv8UtNsRDjcdJRCTYu9J0sulk,7507
|
|
9
9
|
spells/external.py,sha256=XZpZ0mn8_BmiF76xEiu2KblZ-dwOxmbs6vrDftl2XbI,11846
|
|
10
10
|
spells/filter.py,sha256=J-YTOOAzOQpvIX29tviYL04RVoOUlfsbjBXoQBDCEdQ,3380
|
|
11
11
|
spells/log.py,sha256=3avmg65hru8K9npKLvPp1wWWxq-hoEYDUCbxqhPkKUw,2175
|
|
12
12
|
spells/manifest.py,sha256=iOmhxIVMHu_Av3nd23zGjmUwLvZ2hAM0oc1ErPzZ_oE,8341
|
|
13
13
|
spells/schema.py,sha256=DbMvV8PIThJTp0Xzp_XIorlW6JhE1ud1kWRGf5SQ4_c,6406
|
|
14
14
|
spells/utils.py,sha256=IO3brrXVvZla0LRTEB5v6NgGqZb_rYA46XtKBURGMNk,1944
|
|
15
|
-
spells_mtg-0.10.
|
|
16
|
-
spells_mtg-0.10.
|
|
17
|
-
spells_mtg-0.10.
|
|
18
|
-
spells_mtg-0.10.
|
|
19
|
-
spells_mtg-0.10.
|
|
15
|
+
spells_mtg-0.10.4.dist-info/METADATA,sha256=0F73Ji1D0LR9u2_Zo24CBaK3U4R1QJeB0hlGIKo4Poo,47227
|
|
16
|
+
spells_mtg-0.10.4.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
|
17
|
+
spells_mtg-0.10.4.dist-info/entry_points.txt,sha256=a9Y1omdl9MdnKuIj3aOodgrp-zZII6OCdvqwgP6BFvI,63
|
|
18
|
+
spells_mtg-0.10.4.dist-info/licenses/LICENSE,sha256=tS54XYbJSgmq5zuHhbsQGbNQLJPVgXqhF5nu2CSRMig,1068
|
|
19
|
+
spells_mtg-0.10.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|