ansys-api-systemcoupling 0.3.0__py3-none-any.whl → 0.3.1__py3-none-any.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.
@@ -1 +1 @@
1
- 0.3.0
1
+ 0.3.1
@@ -2,11 +2,9 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: ansys/api/systemcoupling/v0/chart.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
5
+ from google.protobuf.internal import builder as _builder
6
6
  from google.protobuf import descriptor as _descriptor
7
7
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
8
  from google.protobuf import symbol_database as _symbol_database
11
9
  # @@protoc_insertion_point(imports)
12
10
 
@@ -17,119 +15,8 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'ansys/api/systemcoupling/v0/chart.proto\x12\x1b\x61nsys.api.systemcoupling.v0\"\xa5\x01\n\x12TransferSeriesInfo\x12\x44\n\x0bseries_type\x18\x01 \x01(\x0e\x32/.ansys.api.systemcoupling.v0.TransferSeriesType\x12\x15\n\rtransfer_name\x18\x02 \x01(\t\x12\x18\n\x10participant_name\x18\x03 \x01(\t\x12\x18\n\x10\x63omponent_suffix\x18\x04 \x01(\t\"o\n\rInterfaceInfo\x12\x16\n\x0einterface_name\x18\x01 \x01(\t\x12\x46\n\rtransfer_info\x18\x02 \x03(\x0b\x32/.ansys.api.systemcoupling.v0.TransferSeriesInfo\"i\n\rChartMetadata\x12\x14\n\x0cis_transient\x18\x01 \x01(\x08\x12\x42\n\x0einterface_info\x18\x02 \x03(\x0b\x32*.ansys.api.systemcoupling.v0.InterfaceInfo\"f\n\nSeriesData\x12\x16\n\x0einterface_name\x18\x01 \x01(\t\x12\x1d\n\x15transfer_series_index\x18\x02 \x01(\x05\x12\x13\n\x0bstart_index\x18\x03 \x01(\x05\x12\x0c\n\x04\x64\x61ta\x18\x04 \x03(\x01\"5\n\rTimestepStart\x12\x16\n\x0etimestep_count\x18\x01 \x01(\x05\x12\x0c\n\x04time\x18\x02 \x01(\x01\">\n\x0bTimestepEnd\x12\x16\n\x0etimestep_count\x18\x01 \x01(\x05\x12\x17\n\x0fiteration_count\x18\x02 \x01(\x05\"\xa6\x02\n\x0e\x43hartDataEvent\x12>\n\x08metadata\x18\x01 \x01(\x0b\x32*.ansys.api.systemcoupling.v0.ChartMetadataH\x00\x12>\n\x0bseries_data\x18\x02 \x01(\x0b\x32\'.ansys.api.systemcoupling.v0.SeriesDataH\x00\x12\x44\n\x0etimestep_start\x18\x03 \x01(\x0b\x32*.ansys.api.systemcoupling.v0.TimestepStartH\x00\x12@\n\x0ctimestep_end\x18\x04 \x01(\x0b\x32(.ansys.api.systemcoupling.v0.TimestepEndH\x00\x42\x0c\n\nevent_data\"M\n\rAllSeriesData\x12<\n\x0bseries_data\x18\x01 \x03(\x0b\x32\'.ansys.api.systemcoupling.v0.SeriesData\"B\n\x0cTimestepData\x12\x1d\n\x15timestep_to_iteration\x18\x01 \x03(\x05\x12\x13\n\x0btime_values\x18\x02 \x03(\x01\"\x12\n\x10\x43hartDataRequest\"\x16\n\x14\x43hartMetadataRequest\"\x18\n\x16\x43hartSeriesDataRequest\"\x1a\n\x18\x43hartTimestepDataRequest*\x81\x01\n\x12TransferSeriesType\x12\x17\n\x13SERIES_TYPE_UNKNOWN\x10\x00\x12\x1b\n\x17SERIES_TYPE_CONVERGENCE\x10\x01\x12\x13\n\x0fSERIES_TYPE_SUM\x10\x02\x12 \n\x1cSERIES_TYPE_WEIGHTED_AVERAGE\x10\x03\x32\xe0\x03\n\tChartData\x12o\n\x0fStreamChartData\x12-.ansys.api.systemcoupling.v0.ChartDataRequest\x1a+.ansys.api.systemcoupling.v0.ChartDataEvent0\x01\x12q\n\x10GetChartMetadata\x12\x31.ansys.api.systemcoupling.v0.ChartMetadataRequest\x1a*.ansys.api.systemcoupling.v0.ChartMetadata\x12u\n\x12GetChartSeriesData\x12\x33.ansys.api.systemcoupling.v0.ChartSeriesDataRequest\x1a*.ansys.api.systemcoupling.v0.AllSeriesData\x12x\n\x14GetChartTimestepData\x12\x35.ansys.api.systemcoupling.v0.ChartTimestepDataRequest\x1a).ansys.api.systemcoupling.v0.TimestepDatab\x06proto3')
19
17
 
20
- _TRANSFERSERIESTYPE = DESCRIPTOR.enum_types_by_name['TransferSeriesType']
21
- TransferSeriesType = enum_type_wrapper.EnumTypeWrapper(_TRANSFERSERIESTYPE)
22
- SERIES_TYPE_UNKNOWN = 0
23
- SERIES_TYPE_CONVERGENCE = 1
24
- SERIES_TYPE_SUM = 2
25
- SERIES_TYPE_WEIGHTED_AVERAGE = 3
26
-
27
-
28
- _TRANSFERSERIESINFO = DESCRIPTOR.message_types_by_name['TransferSeriesInfo']
29
- _INTERFACEINFO = DESCRIPTOR.message_types_by_name['InterfaceInfo']
30
- _CHARTMETADATA = DESCRIPTOR.message_types_by_name['ChartMetadata']
31
- _SERIESDATA = DESCRIPTOR.message_types_by_name['SeriesData']
32
- _TIMESTEPSTART = DESCRIPTOR.message_types_by_name['TimestepStart']
33
- _TIMESTEPEND = DESCRIPTOR.message_types_by_name['TimestepEnd']
34
- _CHARTDATAEVENT = DESCRIPTOR.message_types_by_name['ChartDataEvent']
35
- _ALLSERIESDATA = DESCRIPTOR.message_types_by_name['AllSeriesData']
36
- _TIMESTEPDATA = DESCRIPTOR.message_types_by_name['TimestepData']
37
- _CHARTDATAREQUEST = DESCRIPTOR.message_types_by_name['ChartDataRequest']
38
- _CHARTMETADATAREQUEST = DESCRIPTOR.message_types_by_name['ChartMetadataRequest']
39
- _CHARTSERIESDATAREQUEST = DESCRIPTOR.message_types_by_name['ChartSeriesDataRequest']
40
- _CHARTTIMESTEPDATAREQUEST = DESCRIPTOR.message_types_by_name['ChartTimestepDataRequest']
41
- TransferSeriesInfo = _reflection.GeneratedProtocolMessageType('TransferSeriesInfo', (_message.Message,), {
42
- 'DESCRIPTOR' : _TRANSFERSERIESINFO,
43
- '__module__' : 'ansys.api.systemcoupling.v0.chart_pb2'
44
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.TransferSeriesInfo)
45
- })
46
- _sym_db.RegisterMessage(TransferSeriesInfo)
47
-
48
- InterfaceInfo = _reflection.GeneratedProtocolMessageType('InterfaceInfo', (_message.Message,), {
49
- 'DESCRIPTOR' : _INTERFACEINFO,
50
- '__module__' : 'ansys.api.systemcoupling.v0.chart_pb2'
51
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.InterfaceInfo)
52
- })
53
- _sym_db.RegisterMessage(InterfaceInfo)
54
-
55
- ChartMetadata = _reflection.GeneratedProtocolMessageType('ChartMetadata', (_message.Message,), {
56
- 'DESCRIPTOR' : _CHARTMETADATA,
57
- '__module__' : 'ansys.api.systemcoupling.v0.chart_pb2'
58
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.ChartMetadata)
59
- })
60
- _sym_db.RegisterMessage(ChartMetadata)
61
-
62
- SeriesData = _reflection.GeneratedProtocolMessageType('SeriesData', (_message.Message,), {
63
- 'DESCRIPTOR' : _SERIESDATA,
64
- '__module__' : 'ansys.api.systemcoupling.v0.chart_pb2'
65
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.SeriesData)
66
- })
67
- _sym_db.RegisterMessage(SeriesData)
68
-
69
- TimestepStart = _reflection.GeneratedProtocolMessageType('TimestepStart', (_message.Message,), {
70
- 'DESCRIPTOR' : _TIMESTEPSTART,
71
- '__module__' : 'ansys.api.systemcoupling.v0.chart_pb2'
72
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.TimestepStart)
73
- })
74
- _sym_db.RegisterMessage(TimestepStart)
75
-
76
- TimestepEnd = _reflection.GeneratedProtocolMessageType('TimestepEnd', (_message.Message,), {
77
- 'DESCRIPTOR' : _TIMESTEPEND,
78
- '__module__' : 'ansys.api.systemcoupling.v0.chart_pb2'
79
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.TimestepEnd)
80
- })
81
- _sym_db.RegisterMessage(TimestepEnd)
82
-
83
- ChartDataEvent = _reflection.GeneratedProtocolMessageType('ChartDataEvent', (_message.Message,), {
84
- 'DESCRIPTOR' : _CHARTDATAEVENT,
85
- '__module__' : 'ansys.api.systemcoupling.v0.chart_pb2'
86
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.ChartDataEvent)
87
- })
88
- _sym_db.RegisterMessage(ChartDataEvent)
89
-
90
- AllSeriesData = _reflection.GeneratedProtocolMessageType('AllSeriesData', (_message.Message,), {
91
- 'DESCRIPTOR' : _ALLSERIESDATA,
92
- '__module__' : 'ansys.api.systemcoupling.v0.chart_pb2'
93
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.AllSeriesData)
94
- })
95
- _sym_db.RegisterMessage(AllSeriesData)
96
-
97
- TimestepData = _reflection.GeneratedProtocolMessageType('TimestepData', (_message.Message,), {
98
- 'DESCRIPTOR' : _TIMESTEPDATA,
99
- '__module__' : 'ansys.api.systemcoupling.v0.chart_pb2'
100
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.TimestepData)
101
- })
102
- _sym_db.RegisterMessage(TimestepData)
103
-
104
- ChartDataRequest = _reflection.GeneratedProtocolMessageType('ChartDataRequest', (_message.Message,), {
105
- 'DESCRIPTOR' : _CHARTDATAREQUEST,
106
- '__module__' : 'ansys.api.systemcoupling.v0.chart_pb2'
107
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.ChartDataRequest)
108
- })
109
- _sym_db.RegisterMessage(ChartDataRequest)
110
-
111
- ChartMetadataRequest = _reflection.GeneratedProtocolMessageType('ChartMetadataRequest', (_message.Message,), {
112
- 'DESCRIPTOR' : _CHARTMETADATAREQUEST,
113
- '__module__' : 'ansys.api.systemcoupling.v0.chart_pb2'
114
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.ChartMetadataRequest)
115
- })
116
- _sym_db.RegisterMessage(ChartMetadataRequest)
117
-
118
- ChartSeriesDataRequest = _reflection.GeneratedProtocolMessageType('ChartSeriesDataRequest', (_message.Message,), {
119
- 'DESCRIPTOR' : _CHARTSERIESDATAREQUEST,
120
- '__module__' : 'ansys.api.systemcoupling.v0.chart_pb2'
121
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.ChartSeriesDataRequest)
122
- })
123
- _sym_db.RegisterMessage(ChartSeriesDataRequest)
124
-
125
- ChartTimestepDataRequest = _reflection.GeneratedProtocolMessageType('ChartTimestepDataRequest', (_message.Message,), {
126
- 'DESCRIPTOR' : _CHARTTIMESTEPDATAREQUEST,
127
- '__module__' : 'ansys.api.systemcoupling.v0.chart_pb2'
128
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.ChartTimestepDataRequest)
129
- })
130
- _sym_db.RegisterMessage(ChartTimestepDataRequest)
131
-
132
- _CHARTDATA = DESCRIPTOR.services_by_name['ChartData']
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.systemcoupling.v0.chart_pb2', globals())
133
20
  if _descriptor._USE_C_DESCRIPTORS == False:
134
21
 
135
22
  DESCRIPTOR._options = None
@@ -2,10 +2,9 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: ansys/api/systemcoupling/v0/command.proto
4
4
  """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
5
6
  from google.protobuf import descriptor as _descriptor
6
7
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
8
  from google.protobuf import symbol_database as _symbol_database
10
9
  # @@protoc_insertion_point(imports)
11
10
 
@@ -17,34 +16,8 @@ from ansys.api.systemcoupling.v0 import variant_pb2 as ansys_dot_api_dot_systemc
17
16
 
18
17
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)ansys/api/systemcoupling/v0/command.proto\x12\x1b\x61nsys.api.systemcoupling.v0\x1a)ansys/api/systemcoupling/v0/variant.proto\"\xb2\x01\n\x0e\x43ommandRequest\x12\x0f\n\x07\x63ommand\x18\x01 \x01(\t\x12\x42\n\x04\x61rgs\x18\x02 \x03(\x0b\x32\x34.ansys.api.systemcoupling.v0.CommandRequest.Argument\x1aK\n\x08\x41rgument\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x31\n\x03val\x18\x02 \x01(\x0b\x32$.ansys.api.systemcoupling.v0.Variant\"G\n\x0f\x43ommandResponse\x12\x34\n\x06result\x18\x01 \x01(\x0b\x32$.ansys.api.systemcoupling.v0.Variant2w\n\x07\x43ommand\x12l\n\rInvokeCommand\x12+.ansys.api.systemcoupling.v0.CommandRequest\x1a,.ansys.api.systemcoupling.v0.CommandResponse\"\x00\x62\x06proto3')
19
18
 
20
-
21
-
22
- _COMMANDREQUEST = DESCRIPTOR.message_types_by_name['CommandRequest']
23
- _COMMANDREQUEST_ARGUMENT = _COMMANDREQUEST.nested_types_by_name['Argument']
24
- _COMMANDRESPONSE = DESCRIPTOR.message_types_by_name['CommandResponse']
25
- CommandRequest = _reflection.GeneratedProtocolMessageType('CommandRequest', (_message.Message,), {
26
-
27
- 'Argument' : _reflection.GeneratedProtocolMessageType('Argument', (_message.Message,), {
28
- 'DESCRIPTOR' : _COMMANDREQUEST_ARGUMENT,
29
- '__module__' : 'ansys.api.systemcoupling.v0.command_pb2'
30
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.CommandRequest.Argument)
31
- })
32
- ,
33
- 'DESCRIPTOR' : _COMMANDREQUEST,
34
- '__module__' : 'ansys.api.systemcoupling.v0.command_pb2'
35
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.CommandRequest)
36
- })
37
- _sym_db.RegisterMessage(CommandRequest)
38
- _sym_db.RegisterMessage(CommandRequest.Argument)
39
-
40
- CommandResponse = _reflection.GeneratedProtocolMessageType('CommandResponse', (_message.Message,), {
41
- 'DESCRIPTOR' : _COMMANDRESPONSE,
42
- '__module__' : 'ansys.api.systemcoupling.v0.command_pb2'
43
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.CommandResponse)
44
- })
45
- _sym_db.RegisterMessage(CommandResponse)
46
-
47
- _COMMAND = DESCRIPTOR.services_by_name['Command']
19
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
20
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.systemcoupling.v0.command_pb2', globals())
48
21
  if _descriptor._USE_C_DESCRIPTORS == False:
49
22
 
50
23
  DESCRIPTOR._options = None
@@ -2,10 +2,9 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: ansys/api/systemcoupling/v0/error.proto
4
4
  """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
5
6
  from google.protobuf import descriptor as _descriptor
6
7
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
8
  from google.protobuf import symbol_database as _symbol_database
10
9
  # @@protoc_insertion_point(imports)
11
10
 
@@ -16,16 +15,8 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'ansys/api/systemcoupling/v0/error.proto\x12\x1b\x61nsys.api.systemcoupling.v0\"@\n\x0c\x45rrorDetails\x12\x1b\n\x13\x65xception_classname\x18\x01 \x01(\t\x12\x13\n\x0bstack_trace\x18\x02 \x01(\tb\x06proto3')
18
17
 
19
-
20
-
21
- _ERRORDETAILS = DESCRIPTOR.message_types_by_name['ErrorDetails']
22
- ErrorDetails = _reflection.GeneratedProtocolMessageType('ErrorDetails', (_message.Message,), {
23
- 'DESCRIPTOR' : _ERRORDETAILS,
24
- '__module__' : 'ansys.api.systemcoupling.v0.error_pb2'
25
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.ErrorDetails)
26
- })
27
- _sym_db.RegisterMessage(ErrorDetails)
28
-
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.systemcoupling.v0.error_pb2', globals())
29
20
  if _descriptor._USE_C_DESCRIPTORS == False:
30
21
 
31
22
  DESCRIPTOR._options = None
@@ -2,10 +2,9 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: ansys/api/systemcoupling/v0/output_stream.proto
4
4
  """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
5
6
  from google.protobuf import descriptor as _descriptor
6
7
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
8
  from google.protobuf import symbol_database as _symbol_database
10
9
  # @@protoc_insertion_point(imports)
11
10
 
@@ -16,25 +15,8 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n/ansys/api/systemcoupling/v0/output_stream.proto\x12\x1b\x61nsys.api.systemcoupling.v0\"\x12\n\x10StdStreamRequest\"!\n\x11StdStreamResponse\x12\x0c\n\x04text\x18\x01 \x01(\t2\x86\x01\n\x0cOutputStream\x12v\n\x11\x42\x65ginStdStreaming\x12-.ansys.api.systemcoupling.v0.StdStreamRequest\x1a..ansys.api.systemcoupling.v0.StdStreamResponse\"\x00\x30\x01\x62\x06proto3')
18
17
 
19
-
20
-
21
- _STDSTREAMREQUEST = DESCRIPTOR.message_types_by_name['StdStreamRequest']
22
- _STDSTREAMRESPONSE = DESCRIPTOR.message_types_by_name['StdStreamResponse']
23
- StdStreamRequest = _reflection.GeneratedProtocolMessageType('StdStreamRequest', (_message.Message,), {
24
- 'DESCRIPTOR' : _STDSTREAMREQUEST,
25
- '__module__' : 'ansys.api.systemcoupling.v0.output_stream_pb2'
26
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.StdStreamRequest)
27
- })
28
- _sym_db.RegisterMessage(StdStreamRequest)
29
-
30
- StdStreamResponse = _reflection.GeneratedProtocolMessageType('StdStreamResponse', (_message.Message,), {
31
- 'DESCRIPTOR' : _STDSTREAMRESPONSE,
32
- '__module__' : 'ansys.api.systemcoupling.v0.output_stream_pb2'
33
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.StdStreamResponse)
34
- })
35
- _sym_db.RegisterMessage(StdStreamResponse)
36
-
37
- _OUTPUTSTREAM = DESCRIPTOR.services_by_name['OutputStream']
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.systemcoupling.v0.output_stream_pb2', globals())
38
20
  if _descriptor._USE_C_DESCRIPTORS == False:
39
21
 
40
22
  DESCRIPTOR._options = None
@@ -2,10 +2,9 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: ansys/api/systemcoupling/v0/process.proto
4
4
  """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
5
6
  from google.protobuf import descriptor as _descriptor
6
7
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
8
  from google.protobuf import symbol_database as _symbol_database
10
9
  # @@protoc_insertion_point(imports)
11
10
 
@@ -16,41 +15,8 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)ansys/api/systemcoupling/v0/process.proto\x12\x1b\x61nsys.api.systemcoupling.v0\"\r\n\x0bPingRequest\"\x0e\n\x0cPingResponse\"\r\n\x0bQuitRequest\"\x0e\n\x0cQuitResponse2\xc7\x01\n\x07Process\x12]\n\x04Ping\x12(.ansys.api.systemcoupling.v0.PingRequest\x1a).ansys.api.systemcoupling.v0.PingResponse\"\x00\x12]\n\x04Quit\x12(.ansys.api.systemcoupling.v0.QuitRequest\x1a).ansys.api.systemcoupling.v0.QuitResponse\"\x00\x62\x06proto3')
18
17
 
19
-
20
-
21
- _PINGREQUEST = DESCRIPTOR.message_types_by_name['PingRequest']
22
- _PINGRESPONSE = DESCRIPTOR.message_types_by_name['PingResponse']
23
- _QUITREQUEST = DESCRIPTOR.message_types_by_name['QuitRequest']
24
- _QUITRESPONSE = DESCRIPTOR.message_types_by_name['QuitResponse']
25
- PingRequest = _reflection.GeneratedProtocolMessageType('PingRequest', (_message.Message,), {
26
- 'DESCRIPTOR' : _PINGREQUEST,
27
- '__module__' : 'ansys.api.systemcoupling.v0.process_pb2'
28
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.PingRequest)
29
- })
30
- _sym_db.RegisterMessage(PingRequest)
31
-
32
- PingResponse = _reflection.GeneratedProtocolMessageType('PingResponse', (_message.Message,), {
33
- 'DESCRIPTOR' : _PINGRESPONSE,
34
- '__module__' : 'ansys.api.systemcoupling.v0.process_pb2'
35
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.PingResponse)
36
- })
37
- _sym_db.RegisterMessage(PingResponse)
38
-
39
- QuitRequest = _reflection.GeneratedProtocolMessageType('QuitRequest', (_message.Message,), {
40
- 'DESCRIPTOR' : _QUITREQUEST,
41
- '__module__' : 'ansys.api.systemcoupling.v0.process_pb2'
42
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.QuitRequest)
43
- })
44
- _sym_db.RegisterMessage(QuitRequest)
45
-
46
- QuitResponse = _reflection.GeneratedProtocolMessageType('QuitResponse', (_message.Message,), {
47
- 'DESCRIPTOR' : _QUITRESPONSE,
48
- '__module__' : 'ansys.api.systemcoupling.v0.process_pb2'
49
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.QuitResponse)
50
- })
51
- _sym_db.RegisterMessage(QuitResponse)
52
-
53
- _PROCESS = DESCRIPTOR.services_by_name['Process']
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.systemcoupling.v0.process_pb2', globals())
54
20
  if _descriptor._USE_C_DESCRIPTORS == False:
55
21
 
56
22
  DESCRIPTOR._options = None
@@ -2,10 +2,9 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: ansys/api/systemcoupling/v0/solution.proto
4
4
  """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
5
6
  from google.protobuf import descriptor as _descriptor
6
7
  from google.protobuf import descriptor_pool as _descriptor_pool
7
- from google.protobuf import message as _message
8
- from google.protobuf import reflection as _reflection
9
8
  from google.protobuf import symbol_database as _symbol_database
10
9
  # @@protoc_insertion_point(imports)
11
10
 
@@ -16,57 +15,8 @@ _sym_db = _symbol_database.Default()
16
15
 
17
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*ansys/api/systemcoupling/v0/solution.proto\x12\x1b\x61nsys.api.systemcoupling.v0\"\x0e\n\x0cSolveRequest\"\x0f\n\rSolveResponse\"\"\n\x10InterruptRequest\x12\x0e\n\x06reason\x18\x01 \x01(\t\"\x13\n\x11InterruptResponse\"\x1e\n\x0c\x41\x62ortRequest\x12\x0e\n\x06reason\x18\x01 \x01(\t\"\x0f\n\rAbortResponse2\xbc\x02\n\x08Solution\x12`\n\x05Solve\x12).ansys.api.systemcoupling.v0.SolveRequest\x1a*.ansys.api.systemcoupling.v0.SolveResponse\"\x00\x12l\n\tInterrupt\x12-.ansys.api.systemcoupling.v0.InterruptRequest\x1a..ansys.api.systemcoupling.v0.InterruptResponse\"\x00\x12`\n\x05\x41\x62ort\x12).ansys.api.systemcoupling.v0.AbortRequest\x1a*.ansys.api.systemcoupling.v0.AbortResponse\"\x00\x62\x06proto3')
18
17
 
19
-
20
-
21
- _SOLVEREQUEST = DESCRIPTOR.message_types_by_name['SolveRequest']
22
- _SOLVERESPONSE = DESCRIPTOR.message_types_by_name['SolveResponse']
23
- _INTERRUPTREQUEST = DESCRIPTOR.message_types_by_name['InterruptRequest']
24
- _INTERRUPTRESPONSE = DESCRIPTOR.message_types_by_name['InterruptResponse']
25
- _ABORTREQUEST = DESCRIPTOR.message_types_by_name['AbortRequest']
26
- _ABORTRESPONSE = DESCRIPTOR.message_types_by_name['AbortResponse']
27
- SolveRequest = _reflection.GeneratedProtocolMessageType('SolveRequest', (_message.Message,), {
28
- 'DESCRIPTOR' : _SOLVEREQUEST,
29
- '__module__' : 'ansys.api.systemcoupling.v0.solution_pb2'
30
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.SolveRequest)
31
- })
32
- _sym_db.RegisterMessage(SolveRequest)
33
-
34
- SolveResponse = _reflection.GeneratedProtocolMessageType('SolveResponse', (_message.Message,), {
35
- 'DESCRIPTOR' : _SOLVERESPONSE,
36
- '__module__' : 'ansys.api.systemcoupling.v0.solution_pb2'
37
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.SolveResponse)
38
- })
39
- _sym_db.RegisterMessage(SolveResponse)
40
-
41
- InterruptRequest = _reflection.GeneratedProtocolMessageType('InterruptRequest', (_message.Message,), {
42
- 'DESCRIPTOR' : _INTERRUPTREQUEST,
43
- '__module__' : 'ansys.api.systemcoupling.v0.solution_pb2'
44
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.InterruptRequest)
45
- })
46
- _sym_db.RegisterMessage(InterruptRequest)
47
-
48
- InterruptResponse = _reflection.GeneratedProtocolMessageType('InterruptResponse', (_message.Message,), {
49
- 'DESCRIPTOR' : _INTERRUPTRESPONSE,
50
- '__module__' : 'ansys.api.systemcoupling.v0.solution_pb2'
51
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.InterruptResponse)
52
- })
53
- _sym_db.RegisterMessage(InterruptResponse)
54
-
55
- AbortRequest = _reflection.GeneratedProtocolMessageType('AbortRequest', (_message.Message,), {
56
- 'DESCRIPTOR' : _ABORTREQUEST,
57
- '__module__' : 'ansys.api.systemcoupling.v0.solution_pb2'
58
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.AbortRequest)
59
- })
60
- _sym_db.RegisterMessage(AbortRequest)
61
-
62
- AbortResponse = _reflection.GeneratedProtocolMessageType('AbortResponse', (_message.Message,), {
63
- 'DESCRIPTOR' : _ABORTRESPONSE,
64
- '__module__' : 'ansys.api.systemcoupling.v0.solution_pb2'
65
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.AbortResponse)
66
- })
67
- _sym_db.RegisterMessage(AbortResponse)
68
-
69
- _SOLUTION = DESCRIPTOR.services_by_name['Solution']
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.systemcoupling.v0.solution_pb2', globals())
70
20
  if _descriptor._USE_C_DESCRIPTORS == False:
71
21
 
72
22
  DESCRIPTOR._options = None
@@ -2,11 +2,9 @@
2
2
  # Generated by the protocol buffer compiler. DO NOT EDIT!
3
3
  # source: ansys/api/systemcoupling/v0/variant.proto
4
4
  """Generated protocol buffer code."""
5
- from google.protobuf.internal import enum_type_wrapper
5
+ from google.protobuf.internal import builder as _builder
6
6
  from google.protobuf import descriptor as _descriptor
7
7
  from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import message as _message
9
- from google.protobuf import reflection as _reflection
10
8
  from google.protobuf import symbol_database as _symbol_database
11
9
  # @@protoc_insertion_point(imports)
12
10
 
@@ -17,76 +15,8 @@ _sym_db = _symbol_database.Default()
17
15
 
18
16
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)ansys/api/systemcoupling/v0/variant.proto\x12\x1b\x61nsys.api.systemcoupling.v0\"\x1c\n\x0cStringVector\x12\x0c\n\x04item\x18\x01 \x03(\t\"\x1c\n\x0c\x44oubleVector\x12\x0c\n\x04item\x18\x01 \x03(\x01\"\x1a\n\nBoolVector\x12\x0c\n\x04item\x18\x01 \x03(\x08\"\x1b\n\x0bInt64Vector\x12\x0c\n\x04item\x18\x01 \x03(\x12\"\xa0\x01\n\nVariantMap\x12?\n\x04item\x18\x01 \x03(\x0b\x32\x31.ansys.api.systemcoupling.v0.VariantMap.ItemEntry\x1aQ\n\tItemEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x33\n\x05value\x18\x02 \x01(\x0b\x32$.ansys.api.systemcoupling.v0.Variant:\x02\x38\x01\"C\n\rVariantVector\x12\x32\n\x04item\x18\x01 \x03(\x0b\x32$.ansys.api.systemcoupling.v0.Variant\"\xde\x04\n\x07Variant\x12<\n\nnone_state\x18\x01 \x01(\x0e\x32&.ansys.api.systemcoupling.v0.NoneValueH\x00\x12\x14\n\nbool_state\x18\x02 \x01(\x08H\x00\x12\x15\n\x0bint64_state\x18\x03 \x01(\x12H\x00\x12\x16\n\x0c\x64ouble_state\x18\x05 \x01(\x01H\x00\x12\x16\n\x0cstring_state\x18\x06 \x01(\tH\x00\x12\x44\n\x11\x62ool_vector_state\x18\x07 \x01(\x0b\x32\'.ansys.api.systemcoupling.v0.BoolVectorH\x00\x12\x46\n\x12int64_vector_state\x18\x08 \x01(\x0b\x32(.ansys.api.systemcoupling.v0.Int64VectorH\x00\x12H\n\x13\x64ouble_vector_state\x18\t \x01(\x0b\x32).ansys.api.systemcoupling.v0.DoubleVectorH\x00\x12H\n\x13string_vector_state\x18\n \x01(\x0b\x32).ansys.api.systemcoupling.v0.StringVectorH\x00\x12J\n\x14variant_vector_state\x18\x0b \x01(\x0b\x32*.ansys.api.systemcoupling.v0.VariantVectorH\x00\x12\x44\n\x11variant_map_state\x18\x0c \x01(\x0b\x32\'.ansys.api.systemcoupling.v0.VariantMapH\x00\x42\x04\n\x02\x61s*\x1b\n\tNoneValue\x12\x0e\n\nNONE_VALUE\x10\x00\x62\x06proto3')
19
17
 
20
- _NONEVALUE = DESCRIPTOR.enum_types_by_name['NoneValue']
21
- NoneValue = enum_type_wrapper.EnumTypeWrapper(_NONEVALUE)
22
- NONE_VALUE = 0
23
-
24
-
25
- _STRINGVECTOR = DESCRIPTOR.message_types_by_name['StringVector']
26
- _DOUBLEVECTOR = DESCRIPTOR.message_types_by_name['DoubleVector']
27
- _BOOLVECTOR = DESCRIPTOR.message_types_by_name['BoolVector']
28
- _INT64VECTOR = DESCRIPTOR.message_types_by_name['Int64Vector']
29
- _VARIANTMAP = DESCRIPTOR.message_types_by_name['VariantMap']
30
- _VARIANTMAP_ITEMENTRY = _VARIANTMAP.nested_types_by_name['ItemEntry']
31
- _VARIANTVECTOR = DESCRIPTOR.message_types_by_name['VariantVector']
32
- _VARIANT = DESCRIPTOR.message_types_by_name['Variant']
33
- StringVector = _reflection.GeneratedProtocolMessageType('StringVector', (_message.Message,), {
34
- 'DESCRIPTOR' : _STRINGVECTOR,
35
- '__module__' : 'ansys.api.systemcoupling.v0.variant_pb2'
36
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.StringVector)
37
- })
38
- _sym_db.RegisterMessage(StringVector)
39
-
40
- DoubleVector = _reflection.GeneratedProtocolMessageType('DoubleVector', (_message.Message,), {
41
- 'DESCRIPTOR' : _DOUBLEVECTOR,
42
- '__module__' : 'ansys.api.systemcoupling.v0.variant_pb2'
43
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.DoubleVector)
44
- })
45
- _sym_db.RegisterMessage(DoubleVector)
46
-
47
- BoolVector = _reflection.GeneratedProtocolMessageType('BoolVector', (_message.Message,), {
48
- 'DESCRIPTOR' : _BOOLVECTOR,
49
- '__module__' : 'ansys.api.systemcoupling.v0.variant_pb2'
50
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.BoolVector)
51
- })
52
- _sym_db.RegisterMessage(BoolVector)
53
-
54
- Int64Vector = _reflection.GeneratedProtocolMessageType('Int64Vector', (_message.Message,), {
55
- 'DESCRIPTOR' : _INT64VECTOR,
56
- '__module__' : 'ansys.api.systemcoupling.v0.variant_pb2'
57
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.Int64Vector)
58
- })
59
- _sym_db.RegisterMessage(Int64Vector)
60
-
61
- VariantMap = _reflection.GeneratedProtocolMessageType('VariantMap', (_message.Message,), {
62
-
63
- 'ItemEntry' : _reflection.GeneratedProtocolMessageType('ItemEntry', (_message.Message,), {
64
- 'DESCRIPTOR' : _VARIANTMAP_ITEMENTRY,
65
- '__module__' : 'ansys.api.systemcoupling.v0.variant_pb2'
66
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.VariantMap.ItemEntry)
67
- })
68
- ,
69
- 'DESCRIPTOR' : _VARIANTMAP,
70
- '__module__' : 'ansys.api.systemcoupling.v0.variant_pb2'
71
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.VariantMap)
72
- })
73
- _sym_db.RegisterMessage(VariantMap)
74
- _sym_db.RegisterMessage(VariantMap.ItemEntry)
75
-
76
- VariantVector = _reflection.GeneratedProtocolMessageType('VariantVector', (_message.Message,), {
77
- 'DESCRIPTOR' : _VARIANTVECTOR,
78
- '__module__' : 'ansys.api.systemcoupling.v0.variant_pb2'
79
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.VariantVector)
80
- })
81
- _sym_db.RegisterMessage(VariantVector)
82
-
83
- Variant = _reflection.GeneratedProtocolMessageType('Variant', (_message.Message,), {
84
- 'DESCRIPTOR' : _VARIANT,
85
- '__module__' : 'ansys.api.systemcoupling.v0.variant_pb2'
86
- # @@protoc_insertion_point(class_scope:ansys.api.systemcoupling.v0.Variant)
87
- })
88
- _sym_db.RegisterMessage(Variant)
89
-
18
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
19
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.systemcoupling.v0.variant_pb2', globals())
90
20
  if _descriptor._USE_C_DESCRIPTORS == False:
91
21
 
92
22
  DESCRIPTOR._options = None
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: ansys-api-systemcoupling
3
- Version: 0.3.0
4
- Summary: Autogenerated python gRPC interface package for ansys-api-systemcoupling, built on 09:18:40 on 06 February 2026
3
+ Version: 0.3.1
4
+ Summary: Autogenerated python gRPC interface package for ansys-api-systemcoupling, built on 11:30:19 on 06 February 2026
5
5
  Home-page: https://github.com/ansys/ansys-api-systemcoupling
6
6
  Author: ANSYS, Inc.
7
7
  Author-email: support@ansys.com
@@ -9,8 +9,18 @@ License: MIT
9
9
  Requires-Python: >=3.7
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
- Requires-Dist: grpcio ~=1.30
13
- Requires-Dist: protobuf <5,>=3.19
12
+ Requires-Dist: grpcio~=1.30
13
+ Requires-Dist: protobuf<7,>=3.19
14
+ Dynamic: author
15
+ Dynamic: author-email
16
+ Dynamic: description
17
+ Dynamic: description-content-type
18
+ Dynamic: home-page
19
+ Dynamic: license
20
+ Dynamic: license-file
21
+ Dynamic: requires-dist
22
+ Dynamic: requires-python
23
+ Dynamic: summary
14
24
 
15
25
  ### ansys-api-systemcoupling gRPC Interface Package
16
26
 
@@ -1,44 +1,44 @@
1
- ansys/api/systemcoupling/VERSION,sha256=VQYTU3_EiPOzcq90pAAYefASyEZbgW8bhcbTRGss-0k,5
1
+ ansys/api/systemcoupling/VERSION,sha256=9PyVbsYbGHzRh5DAsKb6XR06MN5KVJPjJ3RgSF7RiPI,5
2
2
  ansys/api/systemcoupling/__init__.py,sha256=i4E-euAg0L4fE_SHeh9Bogb8Jm4-tNSw2y_CPDSmFOk,236
3
3
  ansys/api/systemcoupling/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  ansys/api/systemcoupling/v0/chart.proto,sha256=40LnzSrdWFVIQXBMIBgpCiAsgiVZ_KOLJm7o3UL8c5Q,6317
5
- ansys/api/systemcoupling/v0/chart_pb2.py,sha256=GxZ5XuDgXq-R1VcKMRhRZMOLKsNHkFKYh9q5NYBX4wc,10118
5
+ ansys/api/systemcoupling/v0/chart_pb2.py,sha256=_vKCg9evupxhNyGOIgMp_D1jV2cUbJ7tbCIFeyBa3Jc,4685
6
6
  ansys/api/systemcoupling/v0/chart_pb2.pyi,sha256=IEUDJB1_3PxA6VV4hQMzBzuNV-R-lyhI3oEbrxI-Vbg,14547
7
7
  ansys/api/systemcoupling/v0/chart_pb2_grpc.py,sha256=kyYTnG22HYkqRznedMUPhTAQfL7HFrP8yjhQfdslWpI,9064
8
8
  ansys/api/systemcoupling/v0/chart_pb2_grpc.pyi,sha256=CGf106-lWnx1ENuvbWpJVMETrHx-f3r1FKLG1pPnoZQ,3670
9
9
  ansys/api/systemcoupling/v0/command.proto,sha256=CjFLYU9gQ6i6lmm3VfwqsrxQNdkuJ8NQ_zEtmF4EHAw,452
10
- ansys/api/systemcoupling/v0/command_pb2.py,sha256=7Ww-D9SXJyepkSdvKoaTB8Bm8VP77wfdL1wTA_-wGrQ,3112
10
+ ansys/api/systemcoupling/v0/command_pb2.py,sha256=9lhwK8q3EnNwSQ2NY1oENaU801AtUZr4dOUgGvaKPZY,1963
11
11
  ansys/api/systemcoupling/v0/command_pb2.pyi,sha256=Vo6CUilCkHZN-T73l4H4lbsDl62PY5wbGx_UD0R06IQ,2420
12
12
  ansys/api/systemcoupling/v0/command_pb2_grpc.py,sha256=avLCiTV2m0FOuO5yoc08-qF1nGM-6G5G8KsyV5Enkzg,2822
13
13
  ansys/api/systemcoupling/v0/command_pb2_grpc.pyi,sha256=xxuG_jQZoVUHaAWMpU2W9Xo-U9QSmxodcCU9qgFM6sE,788
14
14
  ansys/api/systemcoupling/v0/error.proto,sha256=_x1-9BbeIiYy0baozaEpeI6BnB83R5IYNoDYy_InQE4,199
15
- ansys/api/systemcoupling/v0/error_pb2.py,sha256=uim_MDfabz4UrWOLvXftVylXU-MooyTJ_yF3JNX6PM4,1372
15
+ ansys/api/systemcoupling/v0/error_pb2.py,sha256=5erjfWScbkoUxrQ5ZUcXs_Ab2SJwYtGbRJsdDM2mOcA,1116
16
16
  ansys/api/systemcoupling/v0/error_pb2.pyi,sha256=ooWFgvYy6QTvptSIu5RSiG84rNnEh3OTcxp_dJ-_dvU,879
17
17
  ansys/api/systemcoupling/v0/error_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
18
18
  ansys/api/systemcoupling/v0/error_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
19
19
  ansys/api/systemcoupling/v0/output_stream.proto,sha256=Hx_JQEpAbui83Y1qF6rva8hjEgsjBytbH6cUtQ1L1Nc,300
20
- ansys/api/systemcoupling/v0/output_stream_pb2.py,sha256=m_SQafBYNmvVrD_ZNU4ta41wemeiQdWZJUw_Bmya6g0,2217
20
+ ansys/api/systemcoupling/v0/output_stream_pb2.py,sha256=4oUDUiC0lkFjs2E3APRtEbgIKPqq3wD269XutlRMvag,1454
21
21
  ansys/api/systemcoupling/v0/output_stream_pb2.pyi,sha256=8ELqb9MKLrUse-Ih36yJW1Vg7EmALvvEX4Hon-Loaaw,880
22
22
  ansys/api/systemcoupling/v0/output_stream_pb2_grpc.py,sha256=o_35WUECubK-KEBJsC4urEebmxMioe5XfZ9DkmoZLps,2955
23
23
  ansys/api/systemcoupling/v0/output_stream_pb2_grpc.pyi,sha256=r2w03mm6BxbnBWzZ04Jfqsu3e13qVyVRjmM4VW9X5do,886
24
24
  ansys/api/systemcoupling/v0/process.proto,sha256=-IN2ThCTWvhdBey_FTwdr2sV4aXSkfAOeJQRlLCjnEM,333
25
- ansys/api/systemcoupling/v0/process_pb2.py,sha256=u9Nd9saG6RVYjrUmTjaDk9QhkyKKPRiZ3dL8gKjNnUM,3049
25
+ ansys/api/systemcoupling/v0/process_pb2.py,sha256=o02mb9PUTPG-VvriqbsxWyPEwbDx8pG_qlQhVPL8S5s,1623
26
26
  ansys/api/systemcoupling/v0/process_pb2.pyi,sha256=kadtNGYZyZmydeS9HOhei04aWb4ydkSFvjU1tCldmZI,984
27
27
  ansys/api/systemcoupling/v0/process_pb2_grpc.py,sha256=-LPm8eQj_gSbgexQybsnmAuEEWPcUioUZTQF879_XjY,4478
28
28
  ansys/api/systemcoupling/v0/process_pb2_grpc.pyi,sha256=mFbC50tl0lKDK118uI1xUd8LAj6-9ZlGax9vCCezYrg,1148
29
29
  ansys/api/systemcoupling/v0/solution.proto,sha256=crjdhs_JoULifdzGuXqkGEysY5ViVcscWhBoWiaGS9o,751
30
- ansys/api/systemcoupling/v0/solution_pb2.py,sha256=pWfLY-0AqoQWgbM3Fpp8udbntgRmBDOn4tU3dX0fnvI,4357
30
+ ansys/api/systemcoupling/v0/solution_pb2.py,sha256=iMAV4jHT3K9hE-ho2MhKncoxjCh3tQK3w_ir1RO0VQI,2077
31
31
  ansys/api/systemcoupling/v0/solution_pb2.pyi,sha256=vX2z5g1tcOgASWpfMAthNdzzRio9EO998Xpd2IBtSAE,2150
32
32
  ansys/api/systemcoupling/v0/solution_pb2_grpc.py,sha256=E8VNoQhfyCFbiJAOMcEvehklEdxFpUd94JWlkQfvrQs,6337
33
33
  ansys/api/systemcoupling/v0/solution_pb2_grpc.pyi,sha256=bkwkVg0HUagLc29yUj6oOzmKWWXg8pGP5qTnajQNidg,1597
34
34
  ansys/api/systemcoupling/v0/variant.proto,sha256=4nGTCMGXwS_-W1VIU_cg3wJgu1_Hfyq52cp4Rtmw0co,925
35
- ansys/api/systemcoupling/v0/variant_pb2.py,sha256=f-6AkDzpuya9Wvq62L4ZN_hF499ZSr3X0Qph-73Wro4,6306
35
+ ansys/api/systemcoupling/v0/variant_pb2.py,sha256=8FH2RLpbelQh5qO3Dv7w3rR04crhIyo4D7gIBLbx7sY,3244
36
36
  ansys/api/systemcoupling/v0/variant_pb2.pyi,sha256=D2iHLSHYrd2AhcA42TPYuIoKazBB6bdQO9ODgekhtAs,8093
37
37
  ansys/api/systemcoupling/v0/variant_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
38
38
  ansys/api/systemcoupling/v0/variant_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
39
- ansys_api_systemcoupling-0.3.0.dist-info/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
40
- ansys_api_systemcoupling-0.3.0.dist-info/METADATA,sha256=QoZ1-t4N6mKx2CeaB5vw3EULavfJlNED1oXxMWSkP1Y,1904
41
- ansys_api_systemcoupling-0.3.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
42
- ansys_api_systemcoupling-0.3.0.dist-info/entry_points.txt,sha256=_GF78i8qp_7OsI5n1jIDwQkIwfq-eg9SfWbdf06iZ1o,101
43
- ansys_api_systemcoupling-0.3.0.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
44
- ansys_api_systemcoupling-0.3.0.dist-info/RECORD,,
39
+ ansys_api_systemcoupling-0.3.1.dist-info/licenses/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
40
+ ansys_api_systemcoupling-0.3.1.dist-info/METADATA,sha256=vHVWAvGbLdaeXct2LTEK-CXEeaszbqnLkUXnwzbyn_I,2118
41
+ ansys_api_systemcoupling-0.3.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
42
+ ansys_api_systemcoupling-0.3.1.dist-info/entry_points.txt,sha256=_GF78i8qp_7OsI5n1jIDwQkIwfq-eg9SfWbdf06iZ1o,101
43
+ ansys_api_systemcoupling-0.3.1.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
44
+ ansys_api_systemcoupling-0.3.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5