ansys-api-discovery 0.6.1__py3-none-any.whl → 0.6.3__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.

Potentially problematic release.


This version of ansys-api-discovery might be problematic. Click here for more details.

Files changed (25) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/conditionsstructural.proto +189 -1
  3. ansys/api/discovery/v0/conditionsstructural_pb2.py +79 -43
  4. ansys/api/discovery/v0/conditionsstructural_pb2.pyi +378 -1
  5. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +1824 -399
  6. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +449 -0
  7. ansys/api/discovery/v0/monitors.proto +4 -99
  8. ansys/api/discovery/v0/monitors_pb2.py +12 -17
  9. ansys/api/discovery/v0/monitors_pb2.pyi +7 -214
  10. ansys/api/discovery/v0/results.proto +104 -0
  11. ansys/api/discovery/v0/results_pb2.py +32 -0
  12. ansys/api/discovery/v0/results_pb2.pyi +218 -0
  13. ansys/api/discovery/v0/results_pb2_grpc.py +4 -0
  14. ansys/api/discovery/v0/results_pb2_grpc.pyi +4 -0
  15. ansys/api/discovery/v0/unsupported.proto +33 -0
  16. ansys/api/discovery/v0/unsupported_pb2.py +35 -0
  17. ansys/api/discovery/v0/unsupported_pb2.pyi +54 -0
  18. ansys/api/discovery/v0/unsupported_pb2_grpc.py +102 -0
  19. ansys/api/discovery/v0/unsupported_pb2_grpc.pyi +41 -0
  20. {ansys_api_discovery-0.6.1.dist-info → ansys_api_discovery-0.6.3.dist-info}/METADATA +2 -2
  21. {ansys_api_discovery-0.6.1.dist-info → ansys_api_discovery-0.6.3.dist-info}/RECORD +25 -15
  22. {ansys_api_discovery-0.6.1.dist-info → ansys_api_discovery-0.6.3.dist-info}/LICENSE +0 -0
  23. {ansys_api_discovery-0.6.1.dist-info → ansys_api_discovery-0.6.3.dist-info}/WHEEL +0 -0
  24. {ansys_api_discovery-0.6.1.dist-info → ansys_api_discovery-0.6.3.dist-info}/entry_points.txt +0 -0
  25. {ansys_api_discovery-0.6.1.dist-info → ansys_api_discovery-0.6.3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,35 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: ansys/api/discovery/v0/unsupported.proto
4
+ """Generated protocol buffer code."""
5
+ from google.protobuf.internal import builder as _builder
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ # @@protoc_insertion_point(imports)
10
+
11
+ _sym_db = _symbol_database.Default()
12
+
13
+
14
+ from ansys.api.dbu.v0 import dbumodels_pb2 as ansys_dot_api_dot_dbu_dot_v0_dot_dbumodels__pb2
15
+ from ansys.api.discovery.v0 import results_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_results__pb2
16
+ from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
17
+
18
+
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n(ansys/api/discovery/v0/unsupported.proto\x12\"ansys.api.discovery.v0.unsupported\x1a ansys/api/dbu/v0/dbumodels.proto\x1a$ansys/api/discovery/v0/results.proto\x1a\x1bgoogle/protobuf/empty.proto\"a\n\x15VariableExportRequest\x12H\n\x10result_variables\x18\x01 \x03(\x0e\x32..ansys.api.discovery.v0.results.ResultVariable\"z\n\x1bVariableExportRequestToFile\x12H\n\x10result_variables\x18\x01 \x03(\x0e\x32..ansys.api.discovery.v0.results.ResultVariable\x12\x11\n\tfile_path\x18\x02 \x01(\t\"3\n\x11\x42yteArrayResponse\x12\r\n\x05\x62ytes\x18\x01 \x01(\x0c\x12\x0f\n\x07success\x18\x02 \x01(\x08\x32\xa0\x02\n\x0bUnsupported\x12\x90\x01\n\x1c\x45xportResultsToOpenVDBMemory\x12\x39.ansys.api.discovery.v0.unsupported.VariableExportRequest\x1a\x35.ansys.api.discovery.v0.unsupported.ByteArrayResponse\x12~\n\x1a\x45xportResultsToOpenVDBFile\x12?.ansys.api.discovery.v0.unsupported.VariableExportRequestToFile\x1a\x1f.ansys.api.dbu.v0.RequestResultB%\xaa\x02\"Ansys.Api.Discovery.V0.Unsupportedb\x06proto3')
20
+
21
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
22
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'ansys.api.discovery.v0.unsupported_pb2', globals())
23
+ if _descriptor._USE_C_DESCRIPTORS == False:
24
+
25
+ DESCRIPTOR._options = None
26
+ DESCRIPTOR._serialized_options = b'\252\002\"Ansys.Api.Discovery.V0.Unsupported'
27
+ _VARIABLEEXPORTREQUEST._serialized_start=181
28
+ _VARIABLEEXPORTREQUEST._serialized_end=278
29
+ _VARIABLEEXPORTREQUESTTOFILE._serialized_start=280
30
+ _VARIABLEEXPORTREQUESTTOFILE._serialized_end=402
31
+ _BYTEARRAYRESPONSE._serialized_start=404
32
+ _BYTEARRAYRESPONSE._serialized_end=455
33
+ _UNSUPPORTED._serialized_start=458
34
+ _UNSUPPORTED._serialized_end=746
35
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,54 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+ import ansys.api.discovery.v0.results_pb2
6
+ import builtins
7
+ import google.protobuf.descriptor
8
+ import google.protobuf.internal.containers
9
+ import google.protobuf.message
10
+ import typing
11
+ import typing_extensions
12
+
13
+ DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
14
+
15
+ class VariableExportRequest(google.protobuf.message.Message):
16
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
17
+ RESULT_VARIABLES_FIELD_NUMBER: builtins.int
18
+ @property
19
+ def result_variables(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[ansys.api.discovery.v0.results_pb2.ResultVariable.ValueType]: ...
20
+ def __init__(self,
21
+ *,
22
+ result_variables : typing.Optional[typing.Iterable[ansys.api.discovery.v0.results_pb2.ResultVariable.ValueType]] = ...,
23
+ ) -> None: ...
24
+ def ClearField(self, field_name: typing_extensions.Literal["result_variables",b"result_variables"]) -> None: ...
25
+ global___VariableExportRequest = VariableExportRequest
26
+
27
+ class VariableExportRequestToFile(google.protobuf.message.Message):
28
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
29
+ RESULT_VARIABLES_FIELD_NUMBER: builtins.int
30
+ FILE_PATH_FIELD_NUMBER: builtins.int
31
+ @property
32
+ def result_variables(self) -> google.protobuf.internal.containers.RepeatedScalarFieldContainer[ansys.api.discovery.v0.results_pb2.ResultVariable.ValueType]: ...
33
+ file_path: typing.Text = ...
34
+ def __init__(self,
35
+ *,
36
+ result_variables : typing.Optional[typing.Iterable[ansys.api.discovery.v0.results_pb2.ResultVariable.ValueType]] = ...,
37
+ file_path : typing.Text = ...,
38
+ ) -> None: ...
39
+ def ClearField(self, field_name: typing_extensions.Literal["file_path",b"file_path","result_variables",b"result_variables"]) -> None: ...
40
+ global___VariableExportRequestToFile = VariableExportRequestToFile
41
+
42
+ class ByteArrayResponse(google.protobuf.message.Message):
43
+ DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
44
+ BYTES_FIELD_NUMBER: builtins.int
45
+ SUCCESS_FIELD_NUMBER: builtins.int
46
+ bytes: builtins.bytes = ...
47
+ success: builtins.bool = ...
48
+ def __init__(self,
49
+ *,
50
+ bytes : builtins.bytes = ...,
51
+ success : builtins.bool = ...,
52
+ ) -> None: ...
53
+ def ClearField(self, field_name: typing_extensions.Literal["bytes",b"bytes","success",b"success"]) -> None: ...
54
+ global___ByteArrayResponse = ByteArrayResponse
@@ -0,0 +1,102 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+
5
+ from ansys.api.dbu.v0 import dbumodels_pb2 as ansys_dot_api_dot_dbu_dot_v0_dot_dbumodels__pb2
6
+ from ansys.api.discovery.v0 import unsupported_pb2 as ansys_dot_api_dot_discovery_dot_v0_dot_unsupported__pb2
7
+
8
+
9
+ class UnsupportedStub(object):
10
+ """Missing associated documentation comment in .proto file."""
11
+
12
+ def __init__(self, channel):
13
+ """Constructor.
14
+
15
+ Args:
16
+ channel: A grpc.Channel.
17
+ """
18
+ self.ExportResultsToOpenVDBMemory = channel.unary_unary(
19
+ '/ansys.api.discovery.v0.unsupported.Unsupported/ExportResultsToOpenVDBMemory',
20
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_unsupported__pb2.VariableExportRequest.SerializeToString,
21
+ response_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_unsupported__pb2.ByteArrayResponse.FromString,
22
+ )
23
+ self.ExportResultsToOpenVDBFile = channel.unary_unary(
24
+ '/ansys.api.discovery.v0.unsupported.Unsupported/ExportResultsToOpenVDBFile',
25
+ request_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_unsupported__pb2.VariableExportRequestToFile.SerializeToString,
26
+ response_deserializer=ansys_dot_api_dot_dbu_dot_v0_dot_dbumodels__pb2.RequestResult.FromString,
27
+ )
28
+
29
+
30
+ class UnsupportedServicer(object):
31
+ """Missing associated documentation comment in .proto file."""
32
+
33
+ def ExportResultsToOpenVDBMemory(self, request, context):
34
+ """Exports Live results in byte array form.
35
+ """
36
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
37
+ context.set_details('Method not implemented!')
38
+ raise NotImplementedError('Method not implemented!')
39
+
40
+ def ExportResultsToOpenVDBFile(self, request, context):
41
+ """Exports Live results to file.
42
+ """
43
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
44
+ context.set_details('Method not implemented!')
45
+ raise NotImplementedError('Method not implemented!')
46
+
47
+
48
+ def add_UnsupportedServicer_to_server(servicer, server):
49
+ rpc_method_handlers = {
50
+ 'ExportResultsToOpenVDBMemory': grpc.unary_unary_rpc_method_handler(
51
+ servicer.ExportResultsToOpenVDBMemory,
52
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_unsupported__pb2.VariableExportRequest.FromString,
53
+ response_serializer=ansys_dot_api_dot_discovery_dot_v0_dot_unsupported__pb2.ByteArrayResponse.SerializeToString,
54
+ ),
55
+ 'ExportResultsToOpenVDBFile': grpc.unary_unary_rpc_method_handler(
56
+ servicer.ExportResultsToOpenVDBFile,
57
+ request_deserializer=ansys_dot_api_dot_discovery_dot_v0_dot_unsupported__pb2.VariableExportRequestToFile.FromString,
58
+ response_serializer=ansys_dot_api_dot_dbu_dot_v0_dot_dbumodels__pb2.RequestResult.SerializeToString,
59
+ ),
60
+ }
61
+ generic_handler = grpc.method_handlers_generic_handler(
62
+ 'ansys.api.discovery.v0.unsupported.Unsupported', rpc_method_handlers)
63
+ server.add_generic_rpc_handlers((generic_handler,))
64
+
65
+
66
+ # This class is part of an EXPERIMENTAL API.
67
+ class Unsupported(object):
68
+ """Missing associated documentation comment in .proto file."""
69
+
70
+ @staticmethod
71
+ def ExportResultsToOpenVDBMemory(request,
72
+ target,
73
+ options=(),
74
+ channel_credentials=None,
75
+ call_credentials=None,
76
+ insecure=False,
77
+ compression=None,
78
+ wait_for_ready=None,
79
+ timeout=None,
80
+ metadata=None):
81
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.unsupported.Unsupported/ExportResultsToOpenVDBMemory',
82
+ ansys_dot_api_dot_discovery_dot_v0_dot_unsupported__pb2.VariableExportRequest.SerializeToString,
83
+ ansys_dot_api_dot_discovery_dot_v0_dot_unsupported__pb2.ByteArrayResponse.FromString,
84
+ options, channel_credentials,
85
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
86
+
87
+ @staticmethod
88
+ def ExportResultsToOpenVDBFile(request,
89
+ target,
90
+ options=(),
91
+ channel_credentials=None,
92
+ call_credentials=None,
93
+ insecure=False,
94
+ compression=None,
95
+ wait_for_ready=None,
96
+ timeout=None,
97
+ metadata=None):
98
+ return grpc.experimental.unary_unary(request, target, '/ansys.api.discovery.v0.unsupported.Unsupported/ExportResultsToOpenVDBFile',
99
+ ansys_dot_api_dot_discovery_dot_v0_dot_unsupported__pb2.VariableExportRequestToFile.SerializeToString,
100
+ ansys_dot_api_dot_dbu_dot_v0_dot_dbumodels__pb2.RequestResult.FromString,
101
+ options, channel_credentials,
102
+ insecure, call_credentials, compression, wait_for_ready, timeout, metadata)
@@ -0,0 +1,41 @@
1
+ """
2
+ @generated by mypy-protobuf. Do not edit manually!
3
+ isort:skip_file
4
+ """
5
+ import abc
6
+ import ansys.api.dbu.v0.dbumodels_pb2
7
+ import ansys.api.discovery.v0.unsupported_pb2
8
+ import grpc
9
+
10
+ class UnsupportedStub:
11
+ def __init__(self, channel: grpc.Channel) -> None: ...
12
+ ExportResultsToOpenVDBMemory: grpc.UnaryUnaryMultiCallable[
13
+ ansys.api.discovery.v0.unsupported_pb2.VariableExportRequest,
14
+ ansys.api.discovery.v0.unsupported_pb2.ByteArrayResponse] = ...
15
+ """Exports Live results in byte array form."""
16
+
17
+ ExportResultsToOpenVDBFile: grpc.UnaryUnaryMultiCallable[
18
+ ansys.api.discovery.v0.unsupported_pb2.VariableExportRequestToFile,
19
+ ansys.api.dbu.v0.dbumodels_pb2.RequestResult] = ...
20
+ """Exports Live results to file."""
21
+
22
+
23
+ class UnsupportedServicer(metaclass=abc.ABCMeta):
24
+ @abc.abstractmethod
25
+ def ExportResultsToOpenVDBMemory(self,
26
+ request: ansys.api.discovery.v0.unsupported_pb2.VariableExportRequest,
27
+ context: grpc.ServicerContext,
28
+ ) -> ansys.api.discovery.v0.unsupported_pb2.ByteArrayResponse:
29
+ """Exports Live results in byte array form."""
30
+ pass
31
+
32
+ @abc.abstractmethod
33
+ def ExportResultsToOpenVDBFile(self,
34
+ request: ansys.api.discovery.v0.unsupported_pb2.VariableExportRequestToFile,
35
+ context: grpc.ServicerContext,
36
+ ) -> ansys.api.dbu.v0.dbumodels_pb2.RequestResult:
37
+ """Exports Live results to file."""
38
+ pass
39
+
40
+
41
+ def add_UnsupportedServicer_to_server(servicer: UnsupportedServicer, server: grpc.Server) -> None: ...
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ansys-api-discovery
3
- Version: 0.6.1
4
- Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 08:43:11 on 28 November 2024
3
+ Version: 0.6.3
4
+ Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 07:03:23 on 09 December 2024
5
5
  Home-page: https://github.com/ansys/ansys-api-discovery
6
6
  Author: ANSYS, Inc.
7
7
  Author-email: support@ansys.com
@@ -1,4 +1,4 @@
1
- ansys/api/discovery/VERSION,sha256=h7JBsnXFkWlIRlYOmHn1DJ2jFQ-FTv2r14LFOXcvMDM,6
1
+ ansys/api/discovery/VERSION,sha256=yfVuuTSMvINFva6nyiTJ-WDhWYrwVHJ5R2CiaC_weow,6
2
2
  ansys/api/discovery/__init__.py,sha256=c2GxEoryXIQtBEhwLRN45MOr4IsG1UbsHYBzUnvXGDM,231
3
3
  ansys/api/discovery/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  ansys/api/discovery/v0/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
@@ -12,11 +12,11 @@ ansys/api/discovery/v0/conditionsfluid_pb2.py,sha256=Ivsh_ZLrNZvXa4H_Vkl7_JhgW-e
12
12
  ansys/api/discovery/v0/conditionsfluid_pb2.pyi,sha256=CpULB1ZYS1YUaOnTvy647KWZeJVHVZ63EQjvdqP3C-o,32321
13
13
  ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py,sha256=DRadkhnAGajXXGp6-YEbNatYMN1Cy2STx-ZuxcHQEEg,40004
14
14
  ansys/api/discovery/v0/conditionsfluid_pb2_grpc.pyi,sha256=j6zEx8PQO6mn7ZMhAoc14ZwYUWthIeOEARoQbMS6gk8,9894
15
- ansys/api/discovery/v0/conditionsstructural.proto,sha256=eOF8daZ2x4p3UJEa4LKYYCelr-2GcOEX41CuuJnHaI0,13712
16
- ansys/api/discovery/v0/conditionsstructural_pb2.py,sha256=2TGgPRvsuVSk5k4PIyFDRew6ayvm31fSPoSsN281uj0,29169
17
- ansys/api/discovery/v0/conditionsstructural_pb2.pyi,sha256=QC5HObAh2pGEy86d_dfQldjO3QX_mDKvD3KW0chXW-0,46155
18
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py,sha256=3iHqsIF3Usb_HgZC42WddeBKjJ3cOAtEi-8GRLbz4KM,168912
19
- ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi,sha256=z6J5_L3l6wURViNZdcwKmA3d0MQA4VjcJrzJG2fTfoQ,40589
15
+ ansys/api/discovery/v0/conditionsstructural.proto,sha256=HZfQKBt6x6IzE-8b6j69d_NwyYmEYSndEHhUfEjB8r4,20045
16
+ ansys/api/discovery/v0/conditionsstructural_pb2.py,sha256=VJ0OjLcZ_q5YcZVtwOTJFfPN4gS1SFnTMBB3Ak2q7p8,41673
17
+ ansys/api/discovery/v0/conditionsstructural_pb2.pyi,sha256=odmyQ_qaOBuyVYdWdQrl5sIOd5_JSZQWUzcWGq7qIs0,66805
18
+ ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py,sha256=D0gRZ2Rygo1nCui1cp-0vRsOmYkbjk1EdZ5hSXRuGJQ,255464
19
+ ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi,sha256=QSkgL5rhT01zFr3wtF3JOgxxgxUyb9vf2AUEa93ytV4,61364
20
20
  ansys/api/discovery/v0/conditionsthermal.proto,sha256=hdKBj3y8sHsCB6LicKD3k7vzIQsWPFvAqVwWfhmf8rs,4767
21
21
  ansys/api/discovery/v0/conditionsthermal_pb2.py,sha256=zbySpVn_rg9epkCv5GH870pb0R28TvcyJ6SUu3Hqwgk,10965
22
22
  ansys/api/discovery/v0/conditionsthermal_pb2.pyi,sha256=UslQ_9X5_B9GR_0tHDjIcujMh10nOKJDc_oVGnk0bhk,21322
@@ -42,11 +42,16 @@ ansys/api/discovery/v0/messaging_pb2.py,sha256=O9N7jQcb3jleaJj60Cc4HSIi8D5IjlNJi
42
42
  ansys/api/discovery/v0/messaging_pb2.pyi,sha256=7pVtwf6MQNpMkPlPrw5F4kfO6EPjREF3_rV-VmRfjy8,716
43
43
  ansys/api/discovery/v0/messaging_pb2_grpc.py,sha256=q7Og7xEn4CApFY5NwPRN1-cpQvyW6E5TjrQnoc4xeMw,4466
44
44
  ansys/api/discovery/v0/messaging_pb2_grpc.pyi,sha256=22vxFZ2OMICUFsfbDiJRq4gdwXo79wDC2KTvPnLy3G4,1260
45
- ansys/api/discovery/v0/monitors.proto,sha256=D827mmjBIH2zbiULwkGjYR3V68lqeqqB_UFJ-VDHmcM,4157
46
- ansys/api/discovery/v0/monitors_pb2.py,sha256=rkpJKf8pD0ayW3J5zlXL2AJ6vz4ZuujDNOBthYnR-l8,7361
47
- ansys/api/discovery/v0/monitors_pb2.pyi,sha256=dA4KEB3jycsgUIUu7QZmIPLXZyCKyNrwJnhzjrGkBVM,18305
45
+ ansys/api/discovery/v0/monitors.proto,sha256=HNshmmZvIkjoTOScA6MTAUYbMcRjYPxWBeozQJdYnio,1186
46
+ ansys/api/discovery/v0/monitors_pb2.py,sha256=ECJ8eUxg10nrgrySK6dfDKnlwrnHpqRHVg-B5jwQYeY,3172
47
+ ansys/api/discovery/v0/monitors_pb2.pyi,sha256=ZCGf3dPjKJJBwAyR21qqour86KwcGgs0qT9iLz3K8GY,5342
48
48
  ansys/api/discovery/v0/monitors_pb2_grpc.py,sha256=9E4Gnr4u9efP3_7JhOuzR5YyqRCgR6OXrwjOU7HE-QI,2825
49
49
  ansys/api/discovery/v0/monitors_pb2_grpc.pyi,sha256=ht2Mwq49Y-92_MNlEzojXmPemi1gmsE7XhawQEe9RpM,877
50
+ ansys/api/discovery/v0/results.proto,sha256=Frawz3dxK8YKmWbU8j44lJqYt6s0S4auadImxhG2LVc,3415
51
+ ansys/api/discovery/v0/results_pb2.py,sha256=KTE4P151gWNVSovApCxgp9pONtsFk6Avjl8o4BB38r0,5650
52
+ ansys/api/discovery/v0/results_pb2.pyi,sha256=j3aFC2TuCSgdMUkg2nj-dm3YLc9SQSJPlb3NeoHLRg8,13387
53
+ ansys/api/discovery/v0/results_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
54
+ ansys/api/discovery/v0/results_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
50
55
  ansys/api/discovery/v0/scriptparameters.proto,sha256=hIXZjxv8vyJP-m4GNOzUTVoTERvRCF5dwkP53LNS6lc,1167
51
56
  ansys/api/discovery/v0/scriptparameters_pb2.py,sha256=_1ryfv7k6koRvojxhaC5VNAEuoa41m3IPcmH8sJXtac,2742
52
57
  ansys/api/discovery/v0/scriptparameters_pb2.pyi,sha256=9wQXDBkfSUmfZdxqVtX7yY1w6U0u4111zh50FtMHadw,2771
@@ -67,9 +72,14 @@ ansys/api/discovery/v0/units_pb2.py,sha256=k8n3o8rH_yt48xqvjzPu8XONteVLI_Eg8Bbwk
67
72
  ansys/api/discovery/v0/units_pb2.pyi,sha256=1sBHhZfIxIssrgeO3jIgMQ-5nMhBBn8qkr93C60Jg2c,201214
68
73
  ansys/api/discovery/v0/units_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
69
74
  ansys/api/discovery/v0/units_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
70
- ansys_api_discovery-0.6.1.dist-info/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
71
- ansys_api_discovery-0.6.1.dist-info/METADATA,sha256=2yxVthW092QgBssHlmy_VtHPQ_KPaXMZg-HZjhRs0UY,1922
72
- ansys_api_discovery-0.6.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
73
- ansys_api_discovery-0.6.1.dist-info/entry_points.txt,sha256=WScutwzRi-SS6g8pXveUJiIOBeIoLBqDVpsPMCAYzmY,91
74
- ansys_api_discovery-0.6.1.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
75
- ansys_api_discovery-0.6.1.dist-info/RECORD,,
75
+ ansys/api/discovery/v0/unsupported.proto,sha256=_XuF-BtGc71zKf_LxOGXMxhgSBD_9jkutKKgbTOZIsY,973
76
+ ansys/api/discovery/v0/unsupported_pb2.py,sha256=ofOCaosQf6fXLpI7lM5hLCsV65fI8hbqKV1K7OZrLTI,2548
77
+ ansys/api/discovery/v0/unsupported_pb2.pyi,sha256=wQ-iSPmW9Q54qT7FAkOEncgchsG__P1_1hNOfud0S7U,2469
78
+ ansys/api/discovery/v0/unsupported_pb2_grpc.py,sha256=11CkFdcBg0M5CHpGy4YunpYY8Qm9yQs0qV5EnFFGQA0,4998
79
+ ansys/api/discovery/v0/unsupported_pb2_grpc.pyi,sha256=xEZkaWTvk57dz8SIAq9t6SG_yrLF9S0-iY-1550apPI,1541
80
+ ansys_api_discovery-0.6.3.dist-info/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
81
+ ansys_api_discovery-0.6.3.dist-info/METADATA,sha256=kRiRp521cNMtlqAfgFKQHQbqOb1AYP0Dr26g1NqG3c0,1922
82
+ ansys_api_discovery-0.6.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
83
+ ansys_api_discovery-0.6.3.dist-info/entry_points.txt,sha256=WScutwzRi-SS6g8pXveUJiIOBeIoLBqDVpsPMCAYzmY,91
84
+ ansys_api_discovery-0.6.3.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
85
+ ansys_api_discovery-0.6.3.dist-info/RECORD,,