ansys-api-discovery 0.5.1__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 (54) hide show
  1. ansys/api/discovery/VERSION +1 -1
  2. ansys/api/discovery/v0/conditions.proto +32 -0
  3. ansys/api/discovery/v0/conditions_pb2.py +33 -0
  4. ansys/api/discovery/v0/conditions_pb2.pyi +51 -0
  5. ansys/api/discovery/v0/conditions_pb2_grpc.py +134 -0
  6. ansys/api/discovery/v0/conditions_pb2_grpc.pyi +48 -0
  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 +13 -0
  23. ansys/api/discovery/v0/definedvariationstable_pb2.py +12 -116
  24. ansys/api/discovery/v0/definedvariationstable_pb2.pyi +20 -1
  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 +112 -1
  28. ansys/api/discovery/v0/discoverymodels_pb2.py +59 -168
  29. ansys/api/discovery/v0/discoverymodels_pb2.pyi +330 -3
  30. ansys/api/discovery/v0/historytrackparameters_pb2.py +3 -50
  31. ansys/api/discovery/v0/messaging.proto +19 -0
  32. ansys/api/discovery/v0/messaging_pb2.py +29 -0
  33. ansys/api/discovery/v0/messaging_pb2.pyi +22 -0
  34. ansys/api/discovery/v0/messaging_pb2_grpc.py +106 -0
  35. ansys/api/discovery/v0/messaging_pb2_grpc.pyi +38 -0
  36. ansys/api/discovery/v0/scriptparameters_pb2.py +3 -37
  37. ansys/api/discovery/v0/simulations.proto +22 -0
  38. ansys/api/discovery/v0/simulations_pb2.py +30 -0
  39. ansys/api/discovery/v0/simulations_pb2.pyi +27 -0
  40. ansys/api/discovery/v0/simulations_pb2_grpc.py +103 -0
  41. ansys/api/discovery/v0/simulations_pb2_grpc.pyi +42 -0
  42. ansys/api/discovery/v0/solution.proto +45 -0
  43. ansys/api/discovery/v0/solution_pb2.py +39 -0
  44. ansys/api/discovery/v0/solution_pb2.pyi +100 -0
  45. ansys/api/discovery/v0/solution_pb2_grpc.py +133 -0
  46. ansys/api/discovery/v0/solution_pb2_grpc.pyi +45 -0
  47. ansys/api/discovery/v0/units_pb2.py +3 -1232
  48. {ansys_api_discovery-0.5.1.dist-info → ansys_api_discovery-0.6.0.dist-info}/METADATA +8 -8
  49. ansys_api_discovery-0.6.0.dist-info/RECORD +70 -0
  50. {ansys_api_discovery-0.5.1.dist-info → ansys_api_discovery-0.6.0.dist-info}/WHEEL +1 -1
  51. ansys_api_discovery-0.5.1.dist-info/RECORD +0 -35
  52. {ansys_api_discovery-0.5.1.dist-info → ansys_api_discovery-0.6.0.dist-info}/LICENSE +0 -0
  53. {ansys_api_discovery-0.5.1.dist-info → ansys_api_discovery-0.6.0.dist-info}/entry_points.txt +0 -0
  54. {ansys_api_discovery-0.5.1.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.1
4
- Summary: Autogenerated python gRPC interface package for ansys-api-discovery, built on 09:18:52 on 04 October 2023
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.2.1
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.41.2)
2
+ Generator: setuptools (75.1.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,35 +0,0 @@
1
- ansys/api/discovery/VERSION,sha256=q6lRYmyGkM5JPLyPAYIFu0aAA_YfvwD9PTxxzrq8AXc,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/definedvariationstable.proto,sha256=pUML1EMMYlWF_qlR2AZ7P0v0cJxn7nl48FKAV83lBUg,3758
6
- ansys/api/discovery/v0/definedvariationstable_pb2.py,sha256=-sVX4TsAZYMhrwi4Su3dolNWGs4MaY-IyJjD-teDww4,12488
7
- ansys/api/discovery/v0/definedvariationstable_pb2.pyi,sha256=DSUIYhKnlBd3E75u9cR3jczc7ZujCYpLT_uFEgzk2QA,9553
8
- ansys/api/discovery/v0/definedvariationstable_pb2_grpc.py,sha256=8D2ODckwYaaod1R5pbXgg6uXkaB4bVlZV5MI7NhfX-w,29396
9
- ansys/api/discovery/v0/definedvariationstable_pb2_grpc.pyi,sha256=Y9girFGVBC5AfXTUgfU5o0pLXIpfecuKp-bhh787jsY,8578
10
- ansys/api/discovery/v0/discoverymodels.proto,sha256=E9DAsmvVBsWj0OLu68n3jNGzfZjEox6zPjOaxATu_xA,4814
11
- ansys/api/discovery/v0/discoverymodels_pb2.py,sha256=do6oL3ohy2SxsPMAtz1jV0pl5wd0D5y3n4pfFAOOiiE,13645
12
- ansys/api/discovery/v0/discoverymodels_pb2.pyi,sha256=jKhj7JP6puN3nTc2U425zO9P0F9uHJw1KJmeHwVo3O4,21145
13
- ansys/api/discovery/v0/discoverymodels_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
14
- ansys/api/discovery/v0/discoverymodels_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
15
- ansys/api/discovery/v0/historytrackparameters.proto,sha256=LPRmwRt10H8K7H8GacWPt28xA1M1_HURJRErbwltqJo,1549
16
- ansys/api/discovery/v0/historytrackparameters_pb2.py,sha256=t0rCHS3txbagv6twCdJCOS75w1zDT2KAUYni7dUU1d8,5978
17
- ansys/api/discovery/v0/historytrackparameters_pb2.pyi,sha256=zZTsjO8YGjSlNmheGruuD9xgbgeueo82vPEhKJAIGQg,4127
18
- ansys/api/discovery/v0/historytrackparameters_pb2_grpc.py,sha256=Q1DUqfD_cOmqSsfiGIzgnAFV3joL6li8dpP9jKmQ8Ro,12329
19
- ansys/api/discovery/v0/historytrackparameters_pb2_grpc.pyi,sha256=AWaZuM5eCp7G3tlweLBt4BKqy11XYXcvoie6TQa5hVg,3517
20
- ansys/api/discovery/v0/scriptparameters.proto,sha256=hIXZjxv8vyJP-m4GNOzUTVoTERvRCF5dwkP53LNS6lc,1167
21
- ansys/api/discovery/v0/scriptparameters_pb2.py,sha256=6OzauRTC1bNqK-WpGdp23z6ccvI8yiOwuMufli-aQGQ,4302
22
- ansys/api/discovery/v0/scriptparameters_pb2.pyi,sha256=9wQXDBkfSUmfZdxqVtX7yY1w6U0u4111zh50FtMHadw,2771
23
- ansys/api/discovery/v0/scriptparameters_pb2_grpc.py,sha256=_xgI27Vou0a9NU9kcsRGsAqbeWOLhkVF9TR2xT-7TYc,8362
24
- ansys/api/discovery/v0/scriptparameters_pb2_grpc.pyi,sha256=a0xk_U1pRjwXazAu99FNR2idjXbN64lFkBPc33uXXJ0,2537
25
- ansys/api/discovery/v0/units.proto,sha256=gTL5sZVIqcGNOxfc30FGa1Jlspuoi1E6x0EFJIr-kx4,45403
26
- ansys/api/discovery/v0/units_pb2.py,sha256=vyThGbmsE--eeC6wRZj01KXSjf5AEKIZo_W6l4m6Tz4,116611
27
- ansys/api/discovery/v0/units_pb2.pyi,sha256=1sBHhZfIxIssrgeO3jIgMQ-5nMhBBn8qkr93C60Jg2c,201214
28
- ansys/api/discovery/v0/units_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXHDCNMhZD2VXqocC9l_gk,159
29
- ansys/api/discovery/v0/units_pb2_grpc.pyi,sha256=ff2TSiLVnG6IVQcTGzb2DIH3XRSoAvAo_RMcvbMFyc0,76
30
- ansys_api_discovery-0.5.1.dist-info/LICENSE,sha256=q2LY-0-hseAc1SDA7rBn96IDi2SHenCzygJda8-7AAU,1089
31
- ansys_api_discovery-0.5.1.dist-info/METADATA,sha256=tUBO6XvrodS5Mv2BPlUla_cNtR2k1ZKcnB17PZ5WKIg,1917
32
- ansys_api_discovery-0.5.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
33
- ansys_api_discovery-0.5.1.dist-info/entry_points.txt,sha256=WScutwzRi-SS6g8pXveUJiIOBeIoLBqDVpsPMCAYzmY,91
34
- ansys_api_discovery-0.5.1.dist-info/top_level.txt,sha256=9rw0UJ0mtof2GA3U8RpqYo6EmbpfE8-wo3NoX6SlYtg,6
35
- ansys_api_discovery-0.5.1.dist-info/RECORD,,