ansys-api-discovery 0.5.2__py3-none-any.whl → 0.6.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.

Potentially problematic release.


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

Files changed (53) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/conditions.proto +11 -46
  3. ansys/api/discovery/v0/conditions_pb2.py +12 -70
  4. ansys/api/discovery/v0/conditions_pb2.pyi +16 -88
  5. ansys/api/discovery/v0/conditions_pb2_grpc.py +40 -139
  6. ansys/api/discovery/v0/conditions_pb2_grpc.pyi +20 -50
  7. ansys/api/discovery/v0/conditionsfluid.proto +246 -0
  8. ansys/api/discovery/v0/conditionsfluid_pb2.py +85 -0
  9. ansys/api/discovery/v0/conditionsfluid_pb2.pyi +590 -0
  10. ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py +662 -0
  11. ansys/api/discovery/v0/conditionsfluid_pb2_grpc.pyi +208 -0
  12. ansys/api/discovery/v0/conditionsstructural.proto +407 -0
  13. ansys/api/discovery/v0/conditionsstructural_pb2.py +113 -0
  14. ansys/api/discovery/v0/conditionsstructural_pb2.pyi +839 -0
  15. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py +2746 -0
  16. ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi +854 -0
  17. ansys/api/discovery/v0/conditionsthermal.proto +179 -0
  18. ansys/api/discovery/v0/conditionsthermal_pb2.py +63 -0
  19. ansys/api/discovery/v0/conditionsthermal_pb2.pyi +399 -0
  20. ansys/api/discovery/v0/conditionsthermal_pb2_grpc.py +665 -0
  21. ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi +217 -0
  22. ansys/api/discovery/v0/definedvariationstable.proto +12 -0
  23. ansys/api/discovery/v0/definedvariationstable_pb2.py +12 -116
  24. ansys/api/discovery/v0/definedvariationstable_pb2.pyi +16 -0
  25. ansys/api/discovery/v0/definedvariationstable_pb2_grpc.py +68 -0
  26. ansys/api/discovery/v0/definedvariationstable_pb2_grpc.pyi +26 -0
  27. ansys/api/discovery/v0/discoverymodels.proto +91 -25
  28. ansys/api/discovery/v0/discoverymodels_pb2.py +59 -211
  29. ansys/api/discovery/v0/discoverymodels_pb2.pyi +264 -50
  30. ansys/api/discovery/v0/historytrackparameters_pb2.py +3 -50
  31. ansys/api/discovery/v0/messaging.proto +0 -2
  32. ansys/api/discovery/v0/messaging_pb2.py +8 -20
  33. ansys/api/discovery/v0/monitors.proto +137 -0
  34. ansys/api/discovery/v0/monitors_pb2.py +42 -0
  35. ansys/api/discovery/v0/monitors_pb2.pyi +307 -0
  36. ansys/api/discovery/v0/monitors_pb2_grpc.py +67 -0
  37. ansys/api/discovery/v0/monitors_pb2_grpc.pyi +27 -0
  38. ansys/api/discovery/v0/scriptparameters_pb2.py +3 -37
  39. ansys/api/discovery/v0/simulations.proto +0 -1
  40. ansys/api/discovery/v0/simulations_pb2.py +8 -19
  41. ansys/api/discovery/v0/solution.proto +19 -2
  42. ansys/api/discovery/v0/solution_pb2.py +18 -40
  43. ansys/api/discovery/v0/solution_pb2.pyi +53 -0
  44. ansys/api/discovery/v0/solution_pb2_grpc.py +33 -0
  45. ansys/api/discovery/v0/solution_pb2_grpc.pyi +10 -0
  46. ansys/api/discovery/v0/units_pb2.py +3 -1232
  47. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.1.dist-info}/METADATA +8 -8
  48. ansys_api_discovery-0.6.1.dist-info/RECORD +75 -0
  49. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.1.dist-info}/WHEEL +1 -1
  50. ansys_api_discovery-0.5.2.dist-info/RECORD +0 -55
  51. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.1.dist-info}/LICENSE +0 -0
  52. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.1.dist-info}/entry_points.txt +0 -0
  53. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.1.dist-info}/top_level.txt +0 -0
@@ -1,17 +1,17 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ansys-api-discovery
3
- Version: 0.5.2
4
- Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 14:18:57 on 26 April 2024
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
5
5
  Home-page: https://github.com/ansys/ansys-api-discovery
6
6
  Author: ANSYS, Inc.
7
7
  Author-email: support@ansys.com
8
8
  License: MIT
9
- Requires-Python: >=3.7
9
+ Requires-Python: >=3.10
10
10
  Description-Content-Type: text/markdown
11
11
  License-File: LICENSE
12
- Requires-Dist: grpcio ~=1.47
13
- Requires-Dist: protobuf <5,>=3.19
14
- Requires-Dist: ansys-api-dbu ==0.3.0
12
+ Requires-Dist: grpcio~=1.44
13
+ Requires-Dist: protobuf<6,>=3.19
14
+ Requires-Dist: ansys-api-geometry==0.4.10
15
15
 
16
16
  ### ansys-api-discovery gRPC Interface Package
17
17
 
@@ -68,9 +68,9 @@ these are built on PRs, the main branch, and on tags when pushing. Artifacts
68
68
  are uploaded for each PR.
69
69
 
70
70
  To publicly release wheels to PyPI, ensure your branch is up-to-date and then
71
- push tags. For example, for the version ``v0.5.1``.
71
+ push tags. For example, for the version ``v0.5.0``.
72
72
 
73
73
  ```bash
74
- git tag v0.5.1
74
+ git tag v0.5.0
75
75
  git push --tags
76
76
  ```
@@ -0,0 +1,75 @@
1
+ ansys/api/discovery/VERSION,sha256=h7JBsnXFkWlIRlYOmHn1DJ2jFQ-FTv2r14LFOXcvMDM,6
2
+ ansys/api/discovery/__init__.py,sha256=c2GxEoryXIQtBEhwLRN45MOr4IsG1UbsHYBzUnvXGDM,231
3
+ ansys/api/discovery/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ ansys/api/discovery/v0/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
+ ansys/api/discovery/v0/conditions.proto,sha256=AIerp0U5Od-1ZFLXdu7yBGCZitfTj5GpmOyZhZzfxIQ,849
6
+ ansys/api/discovery/v0/conditions_pb2.py,sha256=9F6aDEIaixZrF4JrfNnSJfoMgGtFlNKp-4yC5YXTdhk,2399
7
+ ansys/api/discovery/v0/conditions_pb2.pyi,sha256=YFZof2hSOuK6GF0qmagdVUT45RiRHzFRDaGNVAHxxkc,2001
8
+ ansys/api/discovery/v0/conditions_pb2_grpc.py,sha256=mCjPXSOvwLzIl4XAu4nDozy0PUloDi5jsZhJ5g3TeDQ,6939
9
+ ansys/api/discovery/v0/conditions_pb2_grpc.pyi,sha256=caUBGpiu7akM5WNTGeMnRxmhLtpxTh_eOHH0T1_lrWc,1913
10
+ ansys/api/discovery/v0/conditionsfluid.proto,sha256=hdR72gWxHjtxinHqxRyPu8jRI_tvNFqJf7h2QcA1Uww,6439
11
+ ansys/api/discovery/v0/conditionsfluid_pb2.py,sha256=Ivsh_ZLrNZvXa4H_Vkl7_JhgW-etQG31lmT8FUCh84w,15162
12
+ ansys/api/discovery/v0/conditionsfluid_pb2.pyi,sha256=CpULB1ZYS1YUaOnTvy647KWZeJVHVZ63EQjvdqP3C-o,32321
13
+ ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py,sha256=DRadkhnAGajXXGp6-YEbNatYMN1Cy2STx-ZuxcHQEEg,40004
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
20
+ ansys/api/discovery/v0/conditionsthermal.proto,sha256=hdKBj3y8sHsCB6LicKD3k7vzIQsWPFvAqVwWfhmf8rs,4767
21
+ ansys/api/discovery/v0/conditionsthermal_pb2.py,sha256=zbySpVn_rg9epkCv5GH870pb0R28TvcyJ6SUu3Hqwgk,10965
22
+ ansys/api/discovery/v0/conditionsthermal_pb2.pyi,sha256=UslQ_9X5_B9GR_0tHDjIcujMh10nOKJDc_oVGnk0bhk,21322
23
+ ansys/api/discovery/v0/conditionsthermal_pb2_grpc.py,sha256=dMlHj4CnJIQj5nwKz-WwOEKHF0wp-urHNwFlui6n_8k,39689
24
+ ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi,sha256=ONLY6HOJbASgl-x7R6F31zTmDD-p5xQ7bcphufDvLX8,10053
25
+ ansys/api/discovery/v0/definedvariationstable.proto,sha256=lX16X6sfqu_iqKpX3VJRF-8JheBX3fjdq-MeL0LC6js,4186
26
+ ansys/api/discovery/v0/definedvariationstable_pb2.py,sha256=vBPsGZ4ZQ87JHsDce5JZQwLJlulDW7Swntcowc2NRaM,6902
27
+ ansys/api/discovery/v0/definedvariationstable_pb2.pyi,sha256=XYP3RRIKZwIKjMUEtTEe_zFckytFNy3IP8BQcQ1SvGU,10354
28
+ ansys/api/discovery/v0/definedvariationstable_pb2_grpc.py,sha256=5Bl_xJKM_sMiyxd9vMl0amR3sgXDIPMNElybJlI5elU,33209
29
+ ansys/api/discovery/v0/definedvariationstable_pb2_grpc.pyi,sha256=Vx_gAUNcKWbYqVP-x8ExtYXfMbl4QBIel-LtsIvB3l4,9690
30
+ ansys/api/discovery/v0/discoverymodels.proto,sha256=njPFb4Kn0UUwZ_NflIjJc1iJtJ65EmXKJp86Bf4gD6w,7169
31
+ ansys/api/discovery/v0/discoverymodels_pb2.py,sha256=2XTxsZHubfQV7tm1qm4NcZU7VcPXgC90cKXXWqqrVN0,12719
32
+ ansys/api/discovery/v0/discoverymodels_pb2.pyi,sha256=Qsk9ugpU8J3HtlMIyNvJAWjwXS8yuLuxQwcPFGqEcJE,36225
33
+ ansys/api/discovery/v0/discoverymodels_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
34
+ ansys/api/discovery/v0/discoverymodels_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
35
+ ansys/api/discovery/v0/historytrackparameters.proto,sha256=LPRmwRt10H8K7H8GacWPt28xA1M1_HURJRErbwltqJo,1549
36
+ ansys/api/discovery/v0/historytrackparameters_pb2.py,sha256=fT9C0SHqvMyIyt9s8FMo9QrLOvr-c7AqRL1Au9K53Wo,3568
37
+ ansys/api/discovery/v0/historytrackparameters_pb2.pyi,sha256=zZTsjO8YGjSlNmheGruuD9xgbgeueo82vPEhKJAIGQg,4127
38
+ ansys/api/discovery/v0/historytrackparameters_pb2_grpc.py,sha256=Q1DUqfD_cOmqSsfiGIzgnAFV3joL6li8dpP9jKmQ8Ro,12329
39
+ ansys/api/discovery/v0/historytrackparameters_pb2_grpc.pyi,sha256=AWaZuM5eCp7G3tlweLBt4BKqy11XYXcvoie6TQa5hVg,3517
40
+ ansys/api/discovery/v0/messaging.proto,sha256=BK9UViPHmr5m__dLLjT8yTzit77nIlNQHp7888y8Y0k,545
41
+ ansys/api/discovery/v0/messaging_pb2.py,sha256=O9N7jQcb3jleaJj60Cc4HSIi8D5IjlNJir_mdkNFr6g,1595
42
+ ansys/api/discovery/v0/messaging_pb2.pyi,sha256=7pVtwf6MQNpMkPlPrw5F4kfO6EPjREF3_rV-VmRfjy8,716
43
+ ansys/api/discovery/v0/messaging_pb2_grpc.py,sha256=q7Og7xEn4CApFY5NwPRN1-cpQvyW6E5TjrQnoc4xeMw,4466
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
48
+ ansys/api/discovery/v0/monitors_pb2_grpc.py,sha256=9E4Gnr4u9efP3_7JhOuzR5YyqRCgR6OXrwjOU7HE-QI,2825
49
+ ansys/api/discovery/v0/monitors_pb2_grpc.pyi,sha256=ht2Mwq49Y-92_MNlEzojXmPemi1gmsE7XhawQEe9RpM,877
50
+ ansys/api/discovery/v0/scriptparameters.proto,sha256=hIXZjxv8vyJP-m4GNOzUTVoTERvRCF5dwkP53LNS6lc,1167
51
+ ansys/api/discovery/v0/scriptparameters_pb2.py,sha256=_1ryfv7k6koRvojxhaC5VNAEuoa41m3IPcmH8sJXtac,2742
52
+ ansys/api/discovery/v0/scriptparameters_pb2.pyi,sha256=9wQXDBkfSUmfZdxqVtX7yY1w6U0u4111zh50FtMHadw,2771
53
+ ansys/api/discovery/v0/scriptparameters_pb2_grpc.py,sha256=_xgI27Vou0a9NU9kcsRGsAqbeWOLhkVF9TR2xT-7TYc,8362
54
+ ansys/api/discovery/v0/scriptparameters_pb2_grpc.pyi,sha256=a0xk_U1pRjwXazAu99FNR2idjXbN64lFkBPc33uXXJ0,2537
55
+ ansys/api/discovery/v0/simulations.proto,sha256=ZFTtqejnvlG77uCBh4okA8jewF9EKLHT8iooK0Hbta0,625
56
+ ansys/api/discovery/v0/simulations_pb2.py,sha256=Ge_v20bL1UJeo2wimuQ20D9UdDoS_dgHBtTGg55Wefk,1824
57
+ ansys/api/discovery/v0/simulations_pb2.pyi,sha256=WxPMTdKQo23vIBMqBxV99BzehIRzHnvTo2CL-Kst7qc,1055
58
+ ansys/api/discovery/v0/simulations_pb2_grpc.py,sha256=S8jmaQQmGsqfr7y4qVKuQ55BZS0iAgnK2T0eMuB4TZg,4628
59
+ ansys/api/discovery/v0/simulations_pb2_grpc.pyi,sha256=WM9yj4Ra2vxHIzb0YkWU5QvMFWzA7-4X71GG5JPiqPU,1358
60
+ ansys/api/discovery/v0/solution.proto,sha256=PNP48eEvedXfNAsAeOwy9yo0O65boxbrA6qXcpl1Uqc,1068
61
+ ansys/api/discovery/v0/solution_pb2.py,sha256=g-IjPml-WrGzlHiK2n-gap6UXOHS2AaJxgl-IJTbDOs,3026
62
+ ansys/api/discovery/v0/solution_pb2.pyi,sha256=6iswlXDqx1nNwE9URxceD3wQZ_06xwqt5w2mqgbVg8Q,4596
63
+ ansys/api/discovery/v0/solution_pb2_grpc.py,sha256=CP-hr9Ub-48GJsY0NWyHXz9cZWr4xj-E2jBOPkg_pA0,6517
64
+ ansys/api/discovery/v0/solution_pb2_grpc.pyi,sha256=jJTn_Ka4BtM9fJ4C6CzMJK4gCgjmHr9_pL-TuLhNlSs,1645
65
+ ansys/api/discovery/v0/units.proto,sha256=gTL5sZVIqcGNOxfc30FGa1Jlspuoi1E6x0EFJIr-kx4,45403
66
+ ansys/api/discovery/v0/units_pb2.py,sha256=k8n3o8rH_yt48xqvjzPu8XONteVLI_Eg8BbwkJVoMP0,65089
67
+ ansys/api/discovery/v0/units_pb2.pyi,sha256=1sBHhZfIxIssrgeO3jIgMQ-5nMhBBn8qkr93C60Jg2c,201214
68
+ ansys/api/discovery/v0/units_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
69
+ 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,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,55 +0,0 @@
1
- ansys/api/discovery/VERSION,sha256=JuCrg6of9r0K44gnh6kmY6oZ2xKOEkH_yZN1-5ygwSE,6
2
- ansys/api/discovery/__init__.py,sha256=c2GxEoryXIQtBEhwLRN45MOr4IsG1UbsHYBzUnvXGDM,231
3
- ansys/api/discovery/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- ansys/api/discovery/v0/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
5
- ansys/api/discovery/v0/conditions.proto,sha256=-S3SN6IuBstwCvLXQYQRmhe07cU02jOG1qYrUp29A9M,1737
6
- ansys/api/discovery/v0/conditions_pb2.py,sha256=kRdBE-hrygH-L7M6p0k3d9f_KifHJtDt4GB_xWqEicA,7071
7
- ansys/api/discovery/v0/conditions_pb2.pyi,sha256=lmN0jbde5h-4VRxs-Tc51MpfrnMivz1UpvXjE_tyn5o,6300
8
- ansys/api/discovery/v0/conditions_pb2_grpc.py,sha256=1sYBxVHF1Y792BX2Xdz-d4p-xUFBT3SogmDz7TUCjeo,12530
9
- ansys/api/discovery/v0/conditions_pb2_grpc.pyi,sha256=kC2g9w__72l1jtozng4jhCLs_yjTjOhC1qPNYWZgUkA,3195
10
- ansys/api/discovery/v0/definedvariationstable.proto,sha256=PX_NLHah7S2nnn5B8PXfX28Vom3La-n1k2mM-riIq3g,3780
11
- ansys/api/discovery/v0/definedvariationstable_pb2.py,sha256=8ElhgthMcC7L-bWMud6NlJyAqPk7MurIxTuBk0Fs_8g,12525
12
- ansys/api/discovery/v0/definedvariationstable_pb2.pyi,sha256=Q5qhkJ9STEFNpnryc83rHL4vVuY4dMSMUyq1vPuQx6Q,9681
13
- ansys/api/discovery/v0/definedvariationstable_pb2_grpc.py,sha256=8D2ODckwYaaod1R5pbXgg6uXkaB4bVlZV5MI7NhfX-w,29396
14
- ansys/api/discovery/v0/definedvariationstable_pb2_grpc.pyi,sha256=Y9girFGVBC5AfXTUgfU5o0pLXIpfecuKp-bhh787jsY,8578
15
- ansys/api/discovery/v0/discoverymodels.proto,sha256=R6JZXrjuanaRfuwCGo__ixZk2zy8mBkCtIlcOl3Vesk,5628
16
- ansys/api/discovery/v0/discoverymodels_pb2.py,sha256=ztwwGG8Iatg9gV3KsPSbClLFIbJLsGyI1-60D99s2Cc,16545
17
- ansys/api/discovery/v0/discoverymodels_pb2.pyi,sha256=-28XXiJkVZpxdqjiD-6KUL3GPgtfMHKo1zpHudgvzPY,26476
18
- ansys/api/discovery/v0/discoverymodels_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
19
- ansys/api/discovery/v0/discoverymodels_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
20
- ansys/api/discovery/v0/historytrackparameters.proto,sha256=LPRmwRt10H8K7H8GacWPt28xA1M1_HURJRErbwltqJo,1549
21
- ansys/api/discovery/v0/historytrackparameters_pb2.py,sha256=t0rCHS3txbagv6twCdJCOS75w1zDT2KAUYni7dUU1d8,5978
22
- ansys/api/discovery/v0/historytrackparameters_pb2.pyi,sha256=zZTsjO8YGjSlNmheGruuD9xgbgeueo82vPEhKJAIGQg,4127
23
- ansys/api/discovery/v0/historytrackparameters_pb2_grpc.py,sha256=Q1DUqfD_cOmqSsfiGIzgnAFV3joL6li8dpP9jKmQ8Ro,12329
24
- ansys/api/discovery/v0/historytrackparameters_pb2_grpc.pyi,sha256=AWaZuM5eCp7G3tlweLBt4BKqy11XYXcvoie6TQa5hVg,3517
25
- ansys/api/discovery/v0/messaging.proto,sha256=vfXtutCRVa4Kza-QcMkDKeX6qKQVmXVA2mr_QDfbHzU,643
26
- ansys/api/discovery/v0/messaging_pb2.py,sha256=wrgoXJ7hhe9qq8ucqCamhW2HeaZknYhHgiL87CGtWO4,2243
27
- ansys/api/discovery/v0/messaging_pb2.pyi,sha256=7pVtwf6MQNpMkPlPrw5F4kfO6EPjREF3_rV-VmRfjy8,716
28
- ansys/api/discovery/v0/messaging_pb2_grpc.py,sha256=q7Og7xEn4CApFY5NwPRN1-cpQvyW6E5TjrQnoc4xeMw,4466
29
- ansys/api/discovery/v0/messaging_pb2_grpc.pyi,sha256=22vxFZ2OMICUFsfbDiJRq4gdwXo79wDC2KTvPnLy3G4,1260
30
- ansys/api/discovery/v0/scriptparameters.proto,sha256=hIXZjxv8vyJP-m4GNOzUTVoTERvRCF5dwkP53LNS6lc,1167
31
- ansys/api/discovery/v0/scriptparameters_pb2.py,sha256=6OzauRTC1bNqK-WpGdp23z6ccvI8yiOwuMufli-aQGQ,4302
32
- ansys/api/discovery/v0/scriptparameters_pb2.pyi,sha256=9wQXDBkfSUmfZdxqVtX7yY1w6U0u4111zh50FtMHadw,2771
33
- ansys/api/discovery/v0/scriptparameters_pb2_grpc.py,sha256=_xgI27Vou0a9NU9kcsRGsAqbeWOLhkVF9TR2xT-7TYc,8362
34
- ansys/api/discovery/v0/scriptparameters_pb2_grpc.pyi,sha256=a0xk_U1pRjwXazAu99FNR2idjXbN64lFkBPc33uXXJ0,2537
35
- ansys/api/discovery/v0/simulations.proto,sha256=gZ7Hrro-9aqyJdlUDc79N82j7H0vio6wPWng4CXgRhA,668
36
- ansys/api/discovery/v0/simulations_pb2.py,sha256=klscdt3KQXMW3wZaf3-mPbRUtGsOdbZO44mNzZJR0_k,2290
37
- ansys/api/discovery/v0/simulations_pb2.pyi,sha256=WxPMTdKQo23vIBMqBxV99BzehIRzHnvTo2CL-Kst7qc,1055
38
- ansys/api/discovery/v0/simulations_pb2_grpc.py,sha256=S8jmaQQmGsqfr7y4qVKuQ55BZS0iAgnK2T0eMuB4TZg,4628
39
- ansys/api/discovery/v0/simulations_pb2_grpc.pyi,sha256=WM9yj4Ra2vxHIzb0YkWU5QvMFWzA7-4X71GG5JPiqPU,1358
40
- ansys/api/discovery/v0/solution.proto,sha256=CwqBhAYomsepM7jJ2JsPb9GtTeylAxvfsVSzdpatafg,769
41
- ansys/api/discovery/v0/solution_pb2.py,sha256=IN2QXfo1ESYw3yjhws1wPQEagTgyMqNWw7x2VMH1oes,3732
42
- ansys/api/discovery/v0/solution_pb2.pyi,sha256=RBNbt_ep5yUj7-hwcpD4C8CnWf15_NBAfJHC0Lly0A0,2090
43
- ansys/api/discovery/v0/solution_pb2_grpc.py,sha256=ilQ2JiOSCIqkh1cW1OMOEmKFGkCqYUDK15ZmLAYf-f0,4727
44
- ansys/api/discovery/v0/solution_pb2_grpc.pyi,sha256=CVqSg6u8NoeNQT2ru7ifsHDwYkJ4VEh54IsVZBGl7pY,1229
45
- ansys/api/discovery/v0/units.proto,sha256=gTL5sZVIqcGNOxfc30FGa1Jlspuoi1E6x0EFJIr-kx4,45403
46
- ansys/api/discovery/v0/units_pb2.py,sha256=vyThGbmsE--eeC6wRZj01KXSjf5AEKIZo_W6l4m6Tz4,116611
47
- ansys/api/discovery/v0/units_pb2.pyi,sha256=1sBHhZfIxIssrgeO3jIgMQ-5nMhBBn8qkr93C60Jg2c,201214
48
- ansys/api/discovery/v0/units_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
49
- ansys/api/discovery/v0/units_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
50
- ansys_api_discovery-0.5.2.dist-info/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
51
- ansys_api_discovery-0.5.2.dist-info/METADATA,sha256=ARpKK0B6Mp7T9yVv4G2os-tod0SL1IbqAzQ6rzl6ft4,1915
52
- ansys_api_discovery-0.5.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
53
- ansys_api_discovery-0.5.2.dist-info/entry_points.txt,sha256=WScutwzRi-SS6g8pXveUJiIOBeIoLBqDVpsPMCAYzmY,91
54
- ansys_api_discovery-0.5.2.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
55
- ansys_api_discovery-0.5.2.dist-info/RECORD,,