ansys-api-discovery 0.5.2__py3-none-any.whl → 0.6.0__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 (48) 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/scriptparameters_pb2.py +3 -37
  34. ansys/api/discovery/v0/simulations.proto +0 -1
  35. ansys/api/discovery/v0/simulations_pb2.py +8 -19
  36. ansys/api/discovery/v0/solution.proto +18 -2
  37. ansys/api/discovery/v0/solution_pb2.py +18 -40
  38. ansys/api/discovery/v0/solution_pb2.pyi +48 -0
  39. ansys/api/discovery/v0/solution_pb2_grpc.py +33 -0
  40. ansys/api/discovery/v0/solution_pb2_grpc.pyi +10 -0
  41. ansys/api/discovery/v0/units_pb2.py +3 -1232
  42. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.0.dist-info}/METADATA +8 -8
  43. ansys_api_discovery-0.6.0.dist-info/RECORD +70 -0
  44. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.0.dist-info}/WHEEL +1 -1
  45. ansys_api_discovery-0.5.2.dist-info/RECORD +0 -55
  46. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.0.dist-info}/LICENSE +0 -0
  47. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.0.dist-info}/entry_points.txt +0 -0
  48. {ansys_api_discovery-0.5.2.dist-info → ansys_api_discovery-0.6.0.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.0
4
+ Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 07:41:24 on 09 October 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,70 @@
1
+ ansys/api/discovery/VERSION,sha256=Ke8b6aOkBgjuceFV64cco0Yw4jvu6a8pRBq6nQ6nbVQ,5
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=dFC6xT9-7OS2P_73lHxBiHDEx_dZiLQRFY5fdl5PMDU,879
6
+ ansys/api/discovery/v0/conditions_pb2.py,sha256=d77FM3akC0nF_oQS0sQbqwmforyd7M1SL9UzboxZy7Q,2445
7
+ ansys/api/discovery/v0/conditions_pb2.pyi,sha256=YFZof2hSOuK6GF0qmagdVUT45RiRHzFRDaGNVAHxxkc,2001
8
+ ansys/api/discovery/v0/conditions_pb2_grpc.py,sha256=6gyt8he9CpjQWkkqK2xVRV65ofdOfQE-yYyO34oWjGY,7029
9
+ ansys/api/discovery/v0/conditions_pb2_grpc.pyi,sha256=tEitdG-Hn0yIxhBD-iMUpa6-WcRNZJktREHmGZfInL4,1973
10
+ ansys/api/discovery/v0/conditionsfluid.proto,sha256=pbo-VZeuyjjaTqMDJAsH0shJ45rMbRI-qShJFBIZ0uQ,6677
11
+ ansys/api/discovery/v0/conditionsfluid_pb2.py,sha256=tgAZ6fC8VT_6C_j3LPvCcV0KlmdwUvwwnxVudLXhJt8,15504
12
+ ansys/api/discovery/v0/conditionsfluid_pb2.pyi,sha256=BGWBN7NPH47HjSOe6JCZ_47JUhPwfPKRfVU8uCE9X4A,32537
13
+ ansys/api/discovery/v0/conditionsfluid_pb2_grpc.py,sha256=nz-m8KseBEIUoDnWcSXNn6os3lCOECxkQPOS78dQ3lc,40394
14
+ ansys/api/discovery/v0/conditionsfluid_pb2_grpc.pyi,sha256=MCvSybeUx6ZqZ6SbI6X1kXjJmzYRAP__mzts4Rrnl-4,10154
15
+ ansys/api/discovery/v0/conditionsstructural.proto,sha256=V8Hg4ZLEzBrIVszY7wBkozYA0TfbHIWdScqOi64R-10,14554
16
+ ansys/api/discovery/v0/conditionsstructural_pb2.py,sha256=kF7QLHrPRDNJGxaAY1plrdZOgqM4NiMVNyUTOdWRQiY,30348
17
+ ansys/api/discovery/v0/conditionsstructural_pb2.pyi,sha256=3EV1SLn1g0cdEhLQ80yDn48ccAhXRx6wgCCe8i1UHCo,46479
18
+ ansys/api/discovery/v0/conditionsstructural_pb2_grpc.py,sha256=MFdc0e2jjeEIZVMdldyuOzAhhB7CZDDDXr01Y_BJ0T8,170952
19
+ ansys/api/discovery/v0/conditionsstructural_pb2_grpc.pyi,sha256=Xswk5nCtjX8RLEs1OMAfkc0P8tQFaCH7Vn7YOB2q4IU,41949
20
+ ansys/api/discovery/v0/conditionsthermal.proto,sha256=8U_9OpfI729h1bgm0FnTm9qx_aA-cHY0WTHVqY9RH4I,4967
21
+ ansys/api/discovery/v0/conditionsthermal_pb2.py,sha256=oUwPDvA4XIHI16xP6D__K0PIhRTe1Ms8UG1aWfujKo0,11219
22
+ ansys/api/discovery/v0/conditionsthermal_pb2.pyi,sha256=sPGqAOZFrmomeXeZkBdcy5nQgqojvu-dAWUgkAgukuA,21502
23
+ ansys/api/discovery/v0/conditionsthermal_pb2_grpc.py,sha256=0T3Qv-KQHSvT4HAsdtNssRCu-o9zfBxCw7SLdQFNMUo,40019
24
+ ansys/api/discovery/v0/conditionsthermal_pb2_grpc.pyi,sha256=Eu442a24-p8YQ4C_A0Nh_hOOV9vCFO89x4QNJR6503U,10273
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=F1Z5zGUesIH_uZpTyfDTAjcn-yxZWjxcZc9kJeP_A5s,7197
31
+ ansys/api/discovery/v0/discoverymodels_pb2.py,sha256=ktjdcqhbSbEh9W0pJbzr1c0m1jU90arvhYdyvWo-ICU,12803
32
+ ansys/api/discovery/v0/discoverymodels_pb2.pyi,sha256=agVfWmEkWoxZBDcTzn5Pgv_aqvbpO0dPkirtn3RD0as,36309
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/scriptparameters.proto,sha256=hIXZjxv8vyJP-m4GNOzUTVoTERvRCF5dwkP53LNS6lc,1167
46
+ ansys/api/discovery/v0/scriptparameters_pb2.py,sha256=_1ryfv7k6koRvojxhaC5VNAEuoa41m3IPcmH8sJXtac,2742
47
+ ansys/api/discovery/v0/scriptparameters_pb2.pyi,sha256=9wQXDBkfSUmfZdxqVtX7yY1w6U0u4111zh50FtMHadw,2771
48
+ ansys/api/discovery/v0/scriptparameters_pb2_grpc.py,sha256=_xgI27Vou0a9NU9kcsRGsAqbeWOLhkVF9TR2xT-7TYc,8362
49
+ ansys/api/discovery/v0/scriptparameters_pb2_grpc.pyi,sha256=a0xk_U1pRjwXazAu99FNR2idjXbN64lFkBPc33uXXJ0,2537
50
+ ansys/api/discovery/v0/simulations.proto,sha256=ZFTtqejnvlG77uCBh4okA8jewF9EKLHT8iooK0Hbta0,625
51
+ ansys/api/discovery/v0/simulations_pb2.py,sha256=Ge_v20bL1UJeo2wimuQ20D9UdDoS_dgHBtTGg55Wefk,1824
52
+ ansys/api/discovery/v0/simulations_pb2.pyi,sha256=WxPMTdKQo23vIBMqBxV99BzehIRzHnvTo2CL-Kst7qc,1055
53
+ ansys/api/discovery/v0/simulations_pb2_grpc.py,sha256=S8jmaQQmGsqfr7y4qVKuQ55BZS0iAgnK2T0eMuB4TZg,4628
54
+ ansys/api/discovery/v0/simulations_pb2_grpc.pyi,sha256=WM9yj4Ra2vxHIzb0YkWU5QvMFWzA7-4X71GG5JPiqPU,1358
55
+ ansys/api/discovery/v0/solution.proto,sha256=ruGWgIhvZmdvSXEKQWc57lXYAjGH_oMASeWSKlv7sOE,1003
56
+ ansys/api/discovery/v0/solution_pb2.py,sha256=pZvTJ96Nyv0zr66-rWzPoXNKmw7FrMrH7pseuPbbFjY,2933
57
+ ansys/api/discovery/v0/solution_pb2.pyi,sha256=zTx_XcvSvizO-TJWVruWOui2Vx__3JRta5DozKWjAxA,4093
58
+ ansys/api/discovery/v0/solution_pb2_grpc.py,sha256=CP-hr9Ub-48GJsY0NWyHXz9cZWr4xj-E2jBOPkg_pA0,6517
59
+ ansys/api/discovery/v0/solution_pb2_grpc.pyi,sha256=jJTn_Ka4BtM9fJ4C6CzMJK4gCgjmHr9_pL-TuLhNlSs,1645
60
+ ansys/api/discovery/v0/units.proto,sha256=gTL5sZVIqcGNOxfc30FGa1Jlspuoi1E6x0EFJIr-kx4,45403
61
+ ansys/api/discovery/v0/units_pb2.py,sha256=k8n3o8rH_yt48xqvjzPu8XONteVLI_Eg8BbwkJVoMP0,65089
62
+ ansys/api/discovery/v0/units_pb2.pyi,sha256=1sBHhZfIxIssrgeO3jIgMQ-5nMhBBn8qkr93C60Jg2c,201214
63
+ ansys/api/discovery/v0/units_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
64
+ ansys/api/discovery/v0/units_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
65
+ ansys_api_discovery-0.6.0.dist-info/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
66
+ ansys_api_discovery-0.6.0.dist-info/METADATA,sha256=opot53sXJdd-DjESNhJaGvlN6HANMWAo2YR9WnPCZDc,1921
67
+ ansys_api_discovery-0.6.0.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
68
+ ansys_api_discovery-0.6.0.dist-info/entry_points.txt,sha256=WScutwzRi-SS6g8pXveUJiIOBeIoLBqDVpsPMCAYzmY,91
69
+ ansys_api_discovery-0.6.0.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
70
+ ansys_api_discovery-0.6.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: setuptools (75.1.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,,