kcl-lib 0.10.0b1__cp38-none-win_amd64.whl → 0.10.0b2__cp38-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
@@ -293,7 +293,6 @@ class API:
293
293
  args = api.ListVariables_Args(files=[TEST_FILE])
294
294
  api = api.API()
295
295
  result = api.list_variables(args)
296
- assert result.variables["app"].variables[0].value == "AppConfig {replicas: 2}"
297
296
  ```
298
297
  """
299
298
  return self.call("KclvmService.ListVariables", args)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: kcl_lib
3
- Version: 0.10.0b1
3
+ Version: 0.10.0b2
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
@@ -248,7 +248,6 @@ import kcl_lib.api as api
248
248
  args = api.ListVariables_Args(files=[TEST_FILE])
249
249
  api = api.API()
250
250
  result = api.list_variables(args)
251
- assert result.variables["app"].variables[0].value == "AppConfig {replicas: 2}"
252
251
  ```
253
252
 
254
253
  </p>
@@ -332,7 +331,6 @@ The content of `main.k` is
332
331
 
333
332
  ```python
334
333
  a = 1
335
-
336
334
  b = {
337
335
  "a": 1
338
336
  "b": 2
@@ -1,11 +1,11 @@
1
- kcl_lib-0.10.0b1.dist-info/METADATA,sha256=q2ByOGWkSEwJ6ikRMK_moapIUuRIn6qcbIkorwNbbpY,12799
2
- kcl_lib-0.10.0b1.dist-info/WHEEL,sha256=-guPU4lo10KD1AzVI_4ZU9dzpXKpVXntHq12iPmG5yE,94
3
- kcl_lib/api/service.py,sha256=iuUp0V0XjjJ5sBPAPPbHafpFB5rc4imDDsZBh1Wm2IY,24470
1
+ kcl_lib-0.10.0b2.dist-info/METADATA,sha256=sJf3MRjJ4OZdbfRGRnb9yOcJUFEARIrsWQzmEMNTUW8,12717
2
+ kcl_lib-0.10.0b2.dist-info/WHEEL,sha256=9yA_UMC11qf1GHCSz3cagaZ3KZefXjI7YTDNxjhqiD0,94
3
+ kcl_lib/api/service.py,sha256=3uHks2dccNOUJVr2GBfzeZ-qKUkYyFiZK29ObTbhLt4,24382
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.cp38-win_amd64.pyd,sha256=mJKKKylI5J1qc2gJW0RFUOUjUIoC3QlFGD4ANFLTqVw,18592768
11
- kcl_lib-0.10.0b1.dist-info/RECORD,,
10
+ kcl_lib/_kcl_lib.cp38-win_amd64.pyd,sha256=pMW_j611t_9dTrN54XvWYQD3cg7uri4w9XcFg7hktIA,18501632
11
+ kcl_lib-0.10.0b2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.7.0)
2
+ Generator: maturin (1.7.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp38-none-win_amd64