valanga 0.1.1__py3-none-any.whl → 0.1.2__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.
valanga/game.py CHANGED
@@ -16,7 +16,7 @@ type StateModifications = Annotated[
16
16
  type BranchKey = Annotated[Hashable, "A label or identifier for a branch in a tree"]
17
17
 
18
18
 
19
- T_co = TypeVar("T_co", bound=BranchKey, covariant=True)
19
+ T_co = TypeVar("T_co", bound=BranchKey, covariant=True, default=BranchKey)
20
20
 
21
21
 
22
22
  class BranchKeyGeneratorP(Protocol[T_co]):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: valanga
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Shared types and utilities for evalaution
5
5
  Requires-Python: >=3.13
6
6
  License-File: LICENSE
@@ -1,14 +1,14 @@
1
1
  valanga/__init__.py,sha256=3gfCtgEx6-2Q7S5As-3ORf1BgGmQGTMD-UQhuwRthNc,945
2
2
  valanga/evaluations.py,sha256=vy9Ta-_pwz4wINZUvAtU5vmJLpPFAl3jvV4OHEQpYcI,1495
3
3
  valanga/evaluator_types.py,sha256=dRNY297Up2BSIM2557jy6cz0cINzfUHOpqkr1T6SSQM,344
4
- valanga/game.py,sha256=PehWhz1emS4BsCBtpm0bbvBqQk06BTvO7NsNXCw8SD4,4353
4
+ valanga/game.py,sha256=pA70IiSz4mvWwiKb2clv0m2MPWC4P7gxZ-Srcwc2VTM,4372
5
5
  valanga/over_event.py,sha256=jUqN3CXq3e55TvDZatZKFlEOzJfho7M1Zr7VjZUhP6M,7908
6
6
  valanga/progress_messsage.py,sha256=3LnOXSgyU84UkwcpsakcbPt_d3el2ojRSUClAwoPyEk,361
7
7
  valanga/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  valanga/representation_factory.py,sha256=inM1mEd5Jot7Kx8OIdPltrBC8__wWwY7u8T1PqHfuF0,2480
9
9
  valanga/represention_for_evaluation.py,sha256=3EnImf4DcYla70LXb19unOzzhPYlnFzj-nl3KJdReWk,885
10
- valanga-0.1.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
11
- valanga-0.1.1.dist-info/METADATA,sha256=Ij2VGy1kyZUrgvI1L5U1glNTN2ZqR8hugY_jVYRfcFI,932
12
- valanga-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
13
- valanga-0.1.1.dist-info/top_level.txt,sha256=cKFLhxKDTqygHnc0xc_L8jDx6oNu5hSHqZ4UExU4xPo,8
14
- valanga-0.1.1.dist-info/RECORD,,
10
+ valanga-0.1.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
11
+ valanga-0.1.2.dist-info/METADATA,sha256=o1RwJp9OvG2DC6yy_3tknuGi1Ax2D9qxGzcpc56yP8o,932
12
+ valanga-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
13
+ valanga-0.1.2.dist-info/top_level.txt,sha256=cKFLhxKDTqygHnc0xc_L8jDx6oNu5hSHqZ4UExU4xPo,8
14
+ valanga-0.1.2.dist-info/RECORD,,