zoo-kcl 0.3.102__cp312-cp312-macosx_11_0_arm64.whl → 0.3.104__cp312-cp312-macosx_11_0_arm64.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 zoo-kcl might be problematic. Click here for more details.
kcl/__init__.pyi
CHANGED
|
@@ -83,6 +83,14 @@ class Finding:
|
|
|
83
83
|
@property
|
|
84
84
|
def experimental(self) -> builtins.bool: ...
|
|
85
85
|
|
|
86
|
+
class FixedLints:
|
|
87
|
+
r"""
|
|
88
|
+
Result from linting and fixing automatically.
|
|
89
|
+
Shows the new code after applying fixes,
|
|
90
|
+
and any lints that couldn't be automatically applied.
|
|
91
|
+
"""
|
|
92
|
+
...
|
|
93
|
+
|
|
86
94
|
class GltfExportOptions:
|
|
87
95
|
r"""
|
|
88
96
|
Options for exporting glTF 2.0.
|
|
@@ -694,6 +702,12 @@ def lint(code:builtins.str) -> builtins.list[Discovered]:
|
|
|
694
702
|
Lint the kcl code.
|
|
695
703
|
"""
|
|
696
704
|
|
|
705
|
+
def lint_and_fix(code:builtins.str) -> FixedLints:
|
|
706
|
+
r"""
|
|
707
|
+
Lint the kcl code. Fix any lints that can be fixed with automatic suggestions.
|
|
708
|
+
Returns any unfixed lints.
|
|
709
|
+
"""
|
|
710
|
+
|
|
697
711
|
async def mock_execute(path:builtins.str) -> builtins.bool:
|
|
698
712
|
r"""
|
|
699
713
|
Mock execute the kcl code from a file path.
|
kcl/kcl.cpython-312-darwin.so
CHANGED
|
Binary file
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
kcl/__init__.py,sha256=T7M_b9AF2d97a_BRNIooWXmH2jrRRz2ZNvof8LPV-D8,95
|
|
2
|
+
kcl/__init__.pyi,sha256=335dqxCjEIP3xjcWq9xv3AooqcF36jKojKGf9LpLW_o,18423
|
|
3
|
+
kcl/kcl.cpython-312-darwin.so,sha256=pUF0r45eNAGxWBXmxT6AMDMigjFMHgwSEQhFedTFbSo,15835608
|
|
4
|
+
kcl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
zoo_kcl-0.3.104.dist-info/METADATA,sha256=JjBJ-EmUAshUJji8WrHwY1pMINe4dy0sHcwL-djtKCs,368
|
|
6
|
+
zoo_kcl-0.3.104.dist-info/WHEEL,sha256=nw13728gRokCivwI6SCanennWBgDOflh2lHvovMwAi8,104
|
|
7
|
+
zoo_kcl-0.3.104.dist-info/RECORD,,
|
zoo_kcl-0.3.102.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
kcl/__init__.py,sha256=T7M_b9AF2d97a_BRNIooWXmH2jrRRz2ZNvof8LPV-D8,95
|
|
2
|
-
kcl/__init__.pyi,sha256=XqS3BfkHfLdg4E6w_QqK_TfPPMdwwyoQoM7bAOMdB4Q,18043
|
|
3
|
-
kcl/kcl.cpython-312-darwin.so,sha256=JKrvGCNTl7VhdCOAQKoLu1BGQHzR8niy2KFi-tge2As,14528856
|
|
4
|
-
kcl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
zoo_kcl-0.3.102.dist-info/METADATA,sha256=HGEfmiZR39285PJh4X4IGkWA9QiNZKnYi22R37C26VI,368
|
|
6
|
-
zoo_kcl-0.3.102.dist-info/WHEEL,sha256=qPmdr8fB5VyzHuEe_BZYkwViBC6_YLDjr40IyuSix7k,104
|
|
7
|
-
zoo_kcl-0.3.102.dist-info/RECORD,,
|