kcl-lib 0.9.3__cp310-none-win_amd64.whl → 0.10.0a1__cp310-none-win_amd64.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,7 @@ 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
|
-
|
|
701
|
+
print("sad:", name, name.encode("utf-8"), args_serialized)
|
|
702
702
|
# Call the service function and get the result
|
|
703
703
|
result = bytes(
|
|
704
704
|
kcl_lib.call_with_plugin_agent(
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
kcl_lib-0.
|
|
2
|
-
kcl_lib-0.
|
|
3
|
-
kcl_lib/api/service.py,sha256=
|
|
1
|
+
kcl_lib-0.10.0a1.dist-info/METADATA,sha256=Cart2VlyIXR1z-RiQbGTL6t0yHfjDGALDQW9-QoEl_o,12799
|
|
2
|
+
kcl_lib-0.10.0a1.dist-info/WHEEL,sha256=WdQznVppN7z1Vmr3uommICdFQ8BTH-_snRK0jTnZY7g,95
|
|
3
|
+
kcl_lib/api/service.py,sha256=J6zaFaj9vnLBs69-M6tve2Kl1AWZWFUblMkhWnLiPLA,24538
|
|
4
4
|
kcl_lib/api/spec_pb2.py,sha256=Q-p6KrdDXkslZkpLEgRnhbd0D85Lycds9d2umc8zqPs,28370
|
|
5
5
|
kcl_lib/api/spec_pb2.pyi,sha256=N_FjBZVpe_uaQX5U09l-i8i1EYyn0u8Irvqf9oyevYM,40667
|
|
6
6
|
kcl_lib/api/__init__.py,sha256=NKelBIJzxUdJdSeSSNYS9ydpd4vf8k7Yf1mLqeoQecg,3002
|
|
7
7
|
kcl_lib/plugin/plugin.py,sha256=myBXT9NXmYp5lXHADUW96nmG3THSSQlpgWMOOxVjl3c,2587
|
|
8
8
|
kcl_lib/plugin/__init__.py,sha256=oWZbsj-_zmxLIcWpTWgGitEFCtiZphZUs2A3cazs720,128
|
|
9
9
|
kcl_lib/__init__.py,sha256=l3Vex1HIfcckzc9d23poK8cntz2zAnchQM4l6qbXluM,25
|
|
10
|
-
kcl_lib/_kcl_lib.cp310-win_amd64.pyd,sha256=
|
|
11
|
-
kcl_lib-0.
|
|
10
|
+
kcl_lib/_kcl_lib.cp310-win_amd64.pyd,sha256=j4ediP8Q8ebmVRvbirxd_cUcXmTdszHMjTFOfFP68yw,18553344
|
|
11
|
+
kcl_lib-0.10.0a1.dist-info/RECORD,,
|
|
File without changes
|