kcl-lib 0.10.0a2__cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 0.12.3__cp37-cp37m-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.
kcl_lib/api/__init__.py CHANGED
@@ -5,63 +5,63 @@ from .spec_pb2 import (
5
5
  Argument,
6
6
  Error,
7
7
  Message,
8
- Ping_Args,
9
- Ping_Result,
10
- GetVersion_Args,
11
- GetVersion_Result,
12
- ListMethod_Args,
13
- ListMethod_Result,
14
- ParseFile_Args,
15
- ParseFile_Result,
16
- ParseProgram_Args,
17
- ParseProgram_Result,
18
- LoadPackage_Args,
19
- LoadPackage_Result,
20
- ListOptions_Result,
8
+ PingArgs,
9
+ PingResult,
10
+ GetVersionArgs,
11
+ GetVersionResult,
12
+ ListMethodArgs,
13
+ ListMethodResult,
14
+ ParseFileArgs,
15
+ ParseFileResult,
16
+ ParseProgramArgs,
17
+ ParseProgramResult,
18
+ LoadPackageArgs,
19
+ LoadPackageResult,
20
+ ListOptionsResult,
21
21
  OptionHelp,
22
22
  Symbol,
23
23
  Scope,
24
24
  SymbolIndex,
25
25
  ScopeIndex,
26
- ExecProgram_Args,
27
- ExecProgram_Result,
28
- BuildProgram_Args,
29
- BuildProgram_Result,
30
- ExecArtifact_Args,
31
- FormatCode_Args,
32
- FormatCode_Result,
33
- FormatPath_Args,
34
- FormatPath_Result,
35
- LintPath_Args,
36
- LintPath_Result,
37
- OverrideFile_Args,
38
- OverrideFile_Result,
39
- ListVariables_Options,
26
+ ExecProgramArgs,
27
+ ExecProgramResult,
28
+ BuildProgramArgs,
29
+ BuildProgramResult,
30
+ ExecArtifactArgs,
31
+ FormatCodeArgs,
32
+ FormatCodeResult,
33
+ FormatPathArgs,
34
+ FormatPathResult,
35
+ LintPathArgs,
36
+ LintPathResult,
37
+ OverrideFileArgs,
38
+ OverrideFileResult,
39
+ ListVariablesOptions,
40
40
  VariableList,
41
- ListVariables_Args,
42
- ListVariables_Result,
41
+ ListVariablesArgs,
42
+ ListVariablesResult,
43
43
  Variable,
44
44
  MapEntry,
45
- GetSchemaTypeMapping_Args,
46
- GetSchemaTypeMapping_Result,
47
- ValidateCode_Args,
48
- ValidateCode_Result,
45
+ GetSchemaTypeMappingArgs,
46
+ GetSchemaTypeMappingResult,
47
+ ValidateCodeArgs,
48
+ ValidateCodeResult,
49
49
  Position,
50
- ListDepFiles_Args,
51
- ListDepFiles_Result,
52
- LoadSettingsFiles_Args,
53
- LoadSettingsFiles_Result,
50
+ ListDepFilesArgs,
51
+ ListDepFilesResult,
52
+ LoadSettingsFilesArgs,
53
+ LoadSettingsFilesResult,
54
54
  CliConfig,
55
55
  KeyValuePair,
56
- Rename_Args,
57
- Rename_Result,
58
- RenameCode_Args,
59
- RenameCode_Result,
60
- Test_Args,
61
- Test_Result,
56
+ RenameArgs,
57
+ RenameResult,
58
+ RenameCodeArgs,
59
+ RenameCodeResult,
60
+ TestArgs,
61
+ TestResult,
62
62
  TestCaseInfo,
63
- UpdateDependencies_Args,
64
- UpdateDependencies_Result,
63
+ UpdateDependenciesArgs,
64
+ UpdateDependenciesResult,
65
65
  KclType,
66
66
  Decorator,
67
67
  Example,
@@ -74,63 +74,63 @@ __all__ = [
74
74
  "Argument",
75
75
  "Error",
76
76
  "Message",
77
- "Ping_Args",
78
- "Ping_Result",
79
- "GetVersion_Args",
80
- "GetVersion_Result",
81
- "ListMethod_Args",
82
- "ListMethod_Result",
83
- "ParseFile_Args",
84
- "ParseFile_Result",
85
- "ParseProgram_Args",
86
- "ParseProgram_Result",
87
- "LoadPackage_Args",
88
- "LoadPackage_Result",
89
- "ListOptions_Result",
77
+ "PingArgs",
78
+ "PingResult",
79
+ "GetVersionArgs",
80
+ "GetVersionResult",
81
+ "ListMethodArgs",
82
+ "ListMethodResult",
83
+ "ParseFileArgs",
84
+ "ParseFileResult",
85
+ "ParseProgramArgs",
86
+ "ParseProgramResult",
87
+ "LoadPackageArgs",
88
+ "LoadPackageResult",
89
+ "ListOptionsResult",
90
90
  "OptionHelp",
91
91
  "Symbol",
92
92
  "Scope",
93
93
  "SymbolIndex",
94
94
  "ScopeIndex",
95
- "ExecProgram_Args",
96
- "ExecProgram_Result",
97
- "BuildProgram_Args",
98
- "BuildProgram_Result",
99
- "ExecArtifact_Args",
100
- "FormatCode_Args",
101
- "FormatCode_Result",
102
- "FormatPath_Args",
103
- "FormatPath_Result",
104
- "LintPath_Args",
105
- "LintPath_Result",
106
- "OverrideFile_Args",
107
- "OverrideFile_Result",
108
- "ListVariables_Options",
95
+ "ExecProgramArgs",
96
+ "ExecProgramResult",
97
+ "BuildProgramArgs",
98
+ "BuildProgramResult",
99
+ "ExecArtifactArgs",
100
+ "FormatCodeArgs",
101
+ "FormatCodeResult",
102
+ "FormatPathArgs",
103
+ "FormatPathResult",
104
+ "LintPathArgs",
105
+ "LintPathResult",
106
+ "OverrideFileArgs",
107
+ "OverrideFileResult",
108
+ "ListVariablesOptions",
109
109
  "VariableList",
110
- "ListVariables_Args",
111
- "ListVariables_Result",
110
+ "ListVariablesArgs",
111
+ "ListVariablesResult",
112
112
  "Variable",
113
113
  "MapEntry",
114
- "GetSchemaTypeMapping_Args",
115
- "GetSchemaTypeMapping_Result",
116
- "ValidateCode_Args",
117
- "ValidateCode_Result",
114
+ "GetSchemaTypeMappingArgs",
115
+ "GetSchemaTypeMappingResult",
116
+ "ValidateCodeArgs",
117
+ "ValidateCodeResult",
118
118
  "Position",
119
- "ListDepFiles_Args",
120
- "ListDepFiles_Result",
121
- "LoadSettingsFiles_Args",
122
- "LoadSettingsFiles_Result",
119
+ "ListDepFilesArgs",
120
+ "ListDepFilesResult",
121
+ "LoadSettingsFilesArgs",
122
+ "LoadSettingsFilesResult",
123
123
  "CliConfig",
124
124
  "KeyValuePair",
125
- "Rename_Args",
126
- "Rename_Result",
127
- "RenameCode_Args",
128
- "RenameCode_Result",
129
- "Test_Args",
130
- "Test_Result",
125
+ "RenameArgs",
126
+ "RenameResult",
127
+ "RenameCodeArgs",
128
+ "RenameCodeResult",
129
+ "TestArgs",
130
+ "TestResult",
131
131
  "TestCaseInfo",
132
- "UpdateDependencies_Args",
133
- "UpdateDependencies_Result",
132
+ "UpdateDependenciesArgs",
133
+ "UpdateDependenciesResult",
134
134
  "KclType",
135
135
  "Decorator",
136
136
  "Example",