kcl-lib 0.10.0a1__cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 0.10.0b1__cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.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.
Potentially problematic release.
This version of kcl-lib might be problematic. Click here for more details.
|
Binary file
|
kcl_lib/api/service.py
CHANGED
|
@@ -698,7 +698,6 @@ class API:
|
|
|
698
698
|
"""Call KCL API with the API name and argument protobuf bytes."""
|
|
699
699
|
# Serialize arguments using pickle or json
|
|
700
700
|
args_serialized = args.SerializeToString()
|
|
701
|
-
print("sad:", name, name.encode("utf-8"), args_serialized)
|
|
702
701
|
# Call the service function and get the result
|
|
703
702
|
result = bytes(
|
|
704
703
|
kcl_lib.call_with_plugin_agent(
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
kcl_lib-0.10.
|
|
2
|
-
kcl_lib-0.10.
|
|
3
|
-
kcl_lib/
|
|
4
|
-
kcl_lib/plugin/__init__.py,sha256=8n67HzfKI8I2E-OWZmE68ZRh88Jzq-Pc61qAmCdMUj8,125
|
|
5
|
-
kcl_lib/api/spec_pb2.pyi,sha256=SICDHsPDw7ygxFvBFUE9wU7BNUHUTkAskHUgMunO7hE,39503
|
|
1
|
+
kcl_lib-0.10.0b1.dist-info/METADATA,sha256=5Di1cLRMAclnNTTARhk1YKIv_iVHjbhU8FLT1dy74gM,12099
|
|
2
|
+
kcl_lib-0.10.0b1.dist-info/WHEEL,sha256=Edw8OoNb2CnPTRhScFicr6K0_wgwP9F4x8j5Q1d0UwU,131
|
|
3
|
+
kcl_lib/api/service.py,sha256=ELOtfoIIuiQ7YBoPSTNGNgkNg_mX_vcNLlPCgpUlDcE,23665
|
|
6
4
|
kcl_lib/api/spec_pb2.py,sha256=aenuWIgVxBbwj5nesgB4cPYPwNPxEnF-Ns8QC16Fap0,28145
|
|
7
|
-
kcl_lib/api/
|
|
5
|
+
kcl_lib/api/spec_pb2.pyi,sha256=SICDHsPDw7ygxFvBFUE9wU7BNUHUTkAskHUgMunO7hE,39503
|
|
8
6
|
kcl_lib/api/__init__.py,sha256=xDhj649QOL-WIXjGyGACSBrUZCZwf51gjUlnsJQNNyI,2865
|
|
9
7
|
kcl_lib/__init__.py,sha256=3EKn2Bb6NvoajnhLym-yQiobUBgdnj46bhe5u_GYo5A,24
|
|
10
|
-
kcl_lib/
|
|
11
|
-
kcl_lib
|
|
8
|
+
kcl_lib/plugin/__init__.py,sha256=8n67HzfKI8I2E-OWZmE68ZRh88Jzq-Pc61qAmCdMUj8,125
|
|
9
|
+
kcl_lib/plugin/plugin.py,sha256=shHQS4atDxfctMOinoSUOO6Z568P9xB7BoT_aNn-xOw,2505
|
|
10
|
+
kcl_lib/_kcl_lib.cpython-311-aarch64-linux-gnu.so,sha256=W6lNZYuIq3VrLiRLj0zxjxmr09kUa_-iUwsFtF8dI1U,21781256
|
|
11
|
+
kcl_lib-0.10.0b1.dist-info/RECORD,,
|
|
File without changes
|