kscale 0.1.5__py3-none-any.whl → 0.2.0__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.
- kscale/__init__.py +1 -1
- kscale/web/clients/robot_class.py +0 -5
- {kscale-0.1.5.dist-info → kscale-0.2.0.dist-info}/METADATA +1 -1
- {kscale-0.1.5.dist-info → kscale-0.2.0.dist-info}/RECORD +8 -8
- {kscale-0.1.5.dist-info → kscale-0.2.0.dist-info}/LICENSE +0 -0
- {kscale-0.1.5.dist-info → kscale-0.2.0.dist-info}/WHEEL +0 -0
- {kscale-0.1.5.dist-info → kscale-0.2.0.dist-info}/entry_points.txt +0 -0
- {kscale-0.1.5.dist-info → kscale-0.2.0.dist-info}/top_level.txt +0 -0
kscale/__init__.py
CHANGED
@@ -3,7 +3,6 @@
|
|
3
3
|
import hashlib
|
4
4
|
import json
|
5
5
|
import logging
|
6
|
-
import tarfile
|
7
6
|
from pathlib import Path
|
8
7
|
|
9
8
|
import httpx
|
@@ -133,10 +132,6 @@ class RobotClassClient(BaseClient):
|
|
133
132
|
if hash_value_hex != expected_hash:
|
134
133
|
raise ValueError(f"MD5 hash mismatch: {hash_value_hex} != {expected_hash}")
|
135
134
|
|
136
|
-
logger.info("Unpacking downloaded file")
|
137
|
-
with tarfile.open(cache_path, "r:gz") as tar:
|
138
|
-
tar.extractall(path=cache_path.parent)
|
139
|
-
|
140
135
|
logger.info("Updating downloaded file information")
|
141
136
|
info = {"md5_hash": hash_value_hex}
|
142
137
|
with open(cache_path_info, "w") as f:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
kscale/__init__.py,sha256=
|
1
|
+
kscale/__init__.py,sha256=90mHt8ZJkKMXl-CpnjHf369fws_cliOlAc0Y_SNrvS8,172
|
2
2
|
kscale/api.py,sha256=jmiuFurTN_Gj_-k-6asqxw8wp-_bgJUXgMPFgJ4lqHA,230
|
3
3
|
kscale/cli.py,sha256=PMHLKR5UwdbbReVmqHXpJ-K9-mGHv_0I7KQkwxmFcUA,881
|
4
4
|
kscale/conf.py,sha256=OLGz2J-9NAaICoWeN9-hCxrOsyf0vpJBNw-UzIsHdwE,1572
|
@@ -24,13 +24,13 @@ kscale/web/clients/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuF
|
|
24
24
|
kscale/web/clients/base.py,sha256=uovIxtkotRxrIFL0PhLYDIhhfXrIGjXxNY2FLVO3L18,15110
|
25
25
|
kscale/web/clients/client.py,sha256=QjBicdHQYNoUG9XRjAYmGu3THae9DzWa_hQox3OO1Gw,214
|
26
26
|
kscale/web/clients/robot.py,sha256=HMfJnkDxaJ_o7X2vdYYS9iob1JRoBG2qiGmQpCQZpAk,1485
|
27
|
-
kscale/web/clients/robot_class.py,sha256=
|
27
|
+
kscale/web/clients/robot_class.py,sha256=KnfGUNyaXsnhDODp3KdMOkpydptKbOtmVn-W6Eta-Q0,5036
|
28
28
|
kscale/web/clients/user.py,sha256=jsa1_s6qXRM-AGBbHlPhd1NierUtynjY9tVAPNr6_Os,568
|
29
29
|
kscale/web/gen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
30
30
|
kscale/web/gen/api.py,sha256=SovcII36JFgK9jd2CXlLPMjiUROGB4vEnapOsYMUrkU,2188
|
31
|
-
kscale-0.
|
32
|
-
kscale-0.
|
33
|
-
kscale-0.
|
34
|
-
kscale-0.
|
35
|
-
kscale-0.
|
36
|
-
kscale-0.
|
31
|
+
kscale-0.2.0.dist-info/LICENSE,sha256=HCN2bImAzUOXldAZZI7JZ9PYq6OwMlDAP_PpX1HnuN0,1071
|
32
|
+
kscale-0.2.0.dist-info/METADATA,sha256=6IsGyUFUz4LwuYhNeyaD86X6KlcoFkGq_zbrFiRXdLE,2340
|
33
|
+
kscale-0.2.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
34
|
+
kscale-0.2.0.dist-info/entry_points.txt,sha256=N_0pCpPnwGDYVzOeuaSOrbJkS5L3lS9d8CxpJF1f8UI,62
|
35
|
+
kscale-0.2.0.dist-info/top_level.txt,sha256=C2ynjYwopg6YjgttnI2dJjasyq3EKNmYp-IfQg9Xms4,7
|
36
|
+
kscale-0.2.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|