Habiticalib 0.4.0rc2__py3-none-any.whl → 0.4.0rc3__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.
- habiticalib/const.py +1 -1
- habiticalib/typedefs.py +2 -1
- {habiticalib-0.4.0rc2.dist-info → habiticalib-0.4.0rc3.dist-info}/METADATA +1 -1
- {habiticalib-0.4.0rc2.dist-info → habiticalib-0.4.0rc3.dist-info}/RECORD +6 -6
- {habiticalib-0.4.0rc2.dist-info → habiticalib-0.4.0rc3.dist-info}/WHEEL +0 -0
- {habiticalib-0.4.0rc2.dist-info → habiticalib-0.4.0rc3.dist-info}/licenses/LICENSE +0 -0
habiticalib/const.py
CHANGED
habiticalib/typedefs.py
CHANGED
@@ -547,8 +547,9 @@ class ProgressQuest(BaseModel):
|
|
547
547
|
|
548
548
|
up: float | None = None
|
549
549
|
down: float | None = None
|
550
|
-
collect: dict = field(default_factory=dict)
|
550
|
+
collect: dict[str, int] = field(default_factory=dict)
|
551
551
|
collectedItems: int | None = None
|
552
|
+
hp: float | None = None
|
552
553
|
|
553
554
|
|
554
555
|
@dataclass(kw_only=True)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: Habiticalib
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.0rc3
|
4
4
|
Summary: Asynchronous Python client library for the Habitica API
|
5
5
|
Project-URL: Documentation, https://tr4nt0r.github.io/habiticalib/
|
6
6
|
Project-URL: Source, https://github.com/tr4nt0r/habiticalib
|
@@ -1,12 +1,12 @@
|
|
1
1
|
habiticalib/__init__.py,sha256=UxNKxNhjIi3v95VE3h-JWgitriNZytrGeX0GvKdevwU,7840
|
2
|
-
habiticalib/const.py,sha256
|
2
|
+
habiticalib/const.py,sha256=7wzuv3nOkXoG1cbSsujQjQfs72uLzCZnEq7O17B9_A8,2311
|
3
3
|
habiticalib/exceptions.py,sha256=i9hnCaMT5RbnTioFhwRYJkcC_bG9lMeUd2jJsWFVnVg,1342
|
4
4
|
habiticalib/ha.py,sha256=rSzrs7ixLJH3ZtOFlcuKV2t1ZndT0VpuPhDsGqorkOs,20757
|
5
5
|
habiticalib/helpers.py,sha256=lq2HBvqLsFo5_zckMnc7hzDsHLfyrcStpFUpet3ZuZY,4500
|
6
6
|
habiticalib/lib.py,sha256=DUMdqia-w4AAPdf8bAX2g9PXq0HgPocYy-E1-cFXV7g,78503
|
7
7
|
habiticalib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
|
-
habiticalib/typedefs.py,sha256=
|
9
|
-
habiticalib-0.4.
|
10
|
-
habiticalib-0.4.
|
11
|
-
habiticalib-0.4.
|
12
|
-
habiticalib-0.4.
|
8
|
+
habiticalib/typedefs.py,sha256=jH2Q2F6CUShTN2XmfVOfbAfP7m8tMVLDe8Q8lpx3lM0,50938
|
9
|
+
habiticalib-0.4.0rc3.dist-info/METADATA,sha256=sESRer4FwGxKRlLcWwGgGYhqsM9JKvCCsLVI0dlNZiY,4179
|
10
|
+
habiticalib-0.4.0rc3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
11
|
+
habiticalib-0.4.0rc3.dist-info/licenses/LICENSE,sha256=oIinIOSJ49l1iVIRI3XGXFWt6SF7a83kEFBAY8ORwNI,1084
|
12
|
+
habiticalib-0.4.0rc3.dist-info/RECORD,,
|
File without changes
|
File without changes
|