ansys-api-discovery 0.6.1__tar.gz → 0.6.2__tar.gz

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 (32) hide show
  1. {ansys_api_discovery-0.6.1/ansys_api_discovery.egg-info → ansys_api_discovery-0.6.2}/PKG-INFO +2 -2
  2. ansys_api_discovery-0.6.2/ansys/api/discovery/VERSION +1 -0
  3. ansys_api_discovery-0.6.2/ansys/api/discovery/v0/monitors.proto +42 -0
  4. ansys_api_discovery-0.6.1/ansys/api/discovery/v0/monitors.proto → ansys_api_discovery-0.6.2/ansys/api/discovery/v0/results.proto +2 -35
  5. ansys_api_discovery-0.6.2/ansys/api/discovery/v0/unsupported.proto +33 -0
  6. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2/ansys_api_discovery.egg-info}/PKG-INFO +2 -2
  7. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys_api_discovery.egg-info/SOURCES.txt +2 -0
  8. ansys_api_discovery-0.6.1/ansys/api/discovery/VERSION +0 -1
  9. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/LICENSE +0 -0
  10. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/README.md +0 -0
  11. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/__init__.py +0 -0
  12. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/py.typed +0 -0
  13. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/v0/__init__.py +0 -0
  14. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/v0/conditions.proto +0 -0
  15. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/v0/conditionsfluid.proto +0 -0
  16. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/v0/conditionsstructural.proto +0 -0
  17. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/v0/conditionsthermal.proto +0 -0
  18. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/v0/definedvariationstable.proto +0 -0
  19. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/v0/discoverymodels.proto +0 -0
  20. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/v0/historytrackparameters.proto +0 -0
  21. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/v0/messaging.proto +0 -0
  22. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/v0/scriptparameters.proto +0 -0
  23. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/v0/simulations.proto +0 -0
  24. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/v0/solution.proto +0 -0
  25. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys/api/discovery/v0/units.proto +0 -0
  26. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys_api_discovery.egg-info/dependency_links.txt +0 -0
  27. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys_api_discovery.egg-info/entry_points.txt +0 -0
  28. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys_api_discovery.egg-info/requires.txt +0 -0
  29. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/ansys_api_discovery.egg-info/top_level.txt +0 -0
  30. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/pyproject.toml +0 -0
  31. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/setup.cfg +0 -0
  32. {ansys_api_discovery-0.6.1 → ansys_api_discovery-0.6.2}/setup.py +0 -0
@@ -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:07 on 28 November 2024
3
+ Version: 0.6.2
4
+ Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 07:29:46 on 03 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
@@ -0,0 +1,42 @@
1
+ // Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
2
+ syntax = "proto3";
3
+ package ansys.api.discovery.v0.monitors;
4
+
5
+ import "ansys/api/discovery/v0/discoverymodels.proto";
6
+ import "ansys/api/discovery/v0/results.proto";
7
+ import "google/protobuf/empty.proto";
8
+
9
+ option csharp_namespace = "Ansys.Api.Discovery.V0.Monitors";
10
+
11
+ service Monitors
12
+ {
13
+ // Creates a new monitor
14
+ rpc CreateMonitor(CreateMonitorRequest) returns (MonitorCreationResponse);
15
+ }
16
+
17
+ message CreateMonitorRequest{
18
+ // The monitor id
19
+ ScopedCreationData creation_data = 1;
20
+ MonitorProperties monitor = 2;
21
+ }
22
+
23
+ message MonitorCreationResponse{
24
+ // Creation response
25
+ CreationResponse monitor_response = 1;
26
+ // Monitor definition
27
+ MonitorDefinition monitor = 2;
28
+ }
29
+
30
+ message MonitorProperties{
31
+ ansys.api.discovery.v0.results.ResultVariable result_variable = 1;
32
+ ansys.api.discovery.v0.results.ResultFunction result_function = 2;
33
+ optional ansys.api.discovery.v0.results.ResultComponent result_component = 3;
34
+ repeated string locations_secondary = 4;
35
+ }
36
+
37
+ message MonitorDefinition{
38
+ string id = 1;
39
+ string label = 2;
40
+ repeated string locations = 3;
41
+ MonitorProperties monitor = 4;
42
+ }
@@ -1,44 +1,11 @@
1
1
  // Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
2
2
  syntax = "proto3";
3
- package ansys.api.discovery.v0.monitors;
3
+ package ansys.api.discovery.v0.results;
4
4
 
5
5
  import "ansys/api/discovery/v0/discoverymodels.proto";
6
6
  import "google/protobuf/empty.proto";
7
7
 
8
- option csharp_namespace = "Ansys.Api.Discovery.V0.Monitors";
9
-
10
- service Monitors
11
- {
12
- // Creates a new monitor
13
- rpc CreateMonitor(CreateMonitorRequest) returns (MonitorCreationResponse);
14
- }
15
-
16
- message CreateMonitorRequest{
17
- // The monitor id
18
- ScopedCreationData creation_data = 1;
19
- MonitorProperties monitor = 2;
20
- }
21
-
22
- message MonitorCreationResponse{
23
- // Creation response
24
- CreationResponse monitor_response = 1;
25
- // Monitor definition
26
- MonitorDefinition monitor = 2;
27
- }
28
-
29
- message MonitorProperties{
30
- ResultVariable result_variable = 1;
31
- ResultFunction result_function = 2;
32
- optional ResultComponent result_component = 3;
33
- repeated string locations_secondary = 4;
34
- }
35
-
36
- message MonitorDefinition{
37
- string id = 1;
38
- string label = 2;
39
- repeated string locations = 3;
40
- MonitorProperties monitor = 4;
41
- }
8
+ option csharp_namespace = "Ansys.Api.Discovery.V0.Results";
42
9
 
43
10
  enum ResultVariable{
44
11
  RESULT_VARIABLE_UNSPECIFIED = 0;
@@ -0,0 +1,33 @@
1
+ // Copyright 2023, ANSYS Inc. Unauthorized use, distribution or duplication is prohibited.
2
+ syntax = "proto3";
3
+
4
+ package ansys.api.discovery.v0.unsupported;
5
+
6
+ import "ansys/api/dbu/v0/dbumodels.proto";
7
+ import "ansys/api/discovery/v0/results.proto";
8
+ import "google/protobuf/empty.proto";
9
+
10
+ option csharp_namespace = "Ansys.Api.Discovery.V0.Unsupported";
11
+
12
+ service Unsupported {
13
+
14
+ // Exports Live results in byte array form.
15
+ rpc ExportResultsToOpenVDBMemory(VariableExportRequest) returns(ByteArrayResponse);
16
+
17
+ // Exports Live results to file.
18
+ rpc ExportResultsToOpenVDBFile(VariableExportRequestToFile) returns(ansys.api.dbu.v0.RequestResult);
19
+ }
20
+
21
+ message VariableExportRequest {
22
+ repeated ansys.api.discovery.v0.results.ResultVariable result_variables = 1;
23
+ }
24
+
25
+ message VariableExportRequestToFile {
26
+ repeated ansys.api.discovery.v0.results.ResultVariable result_variables = 1;
27
+ string file_path = 2;
28
+ }
29
+
30
+ message ByteArrayResponse {
31
+ bytes bytes = 1;
32
+ bool success = 2;
33
+ }
@@ -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:07 on 28 November 2024
3
+ Version: 0.6.2
4
+ Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 07:29:46 on 03 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
@@ -15,10 +15,12 @@ ansys/api/discovery/v0/discoverymodels.proto
15
15
  ansys/api/discovery/v0/historytrackparameters.proto
16
16
  ansys/api/discovery/v0/messaging.proto
17
17
  ansys/api/discovery/v0/monitors.proto
18
+ ansys/api/discovery/v0/results.proto
18
19
  ansys/api/discovery/v0/scriptparameters.proto
19
20
  ansys/api/discovery/v0/simulations.proto
20
21
  ansys/api/discovery/v0/solution.proto
21
22
  ansys/api/discovery/v0/units.proto
23
+ ansys/api/discovery/v0/unsupported.proto
22
24
  ansys_api_discovery.egg-info/PKG-INFO
23
25
  ansys_api_discovery.egg-info/SOURCES.txt
24
26
  ansys_api_discovery.egg-info/dependency_links.txt
@@ -1 +0,0 @@
1
- 0.6.1