ansys-mechanical-core 0.11.12__py3-none-any.whl → 0.11.14__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.
- ansys/mechanical/core/__init__.py +0 -1
- ansys/mechanical/core/_version.py +48 -48
- ansys/mechanical/core/embedding/app.py +681 -610
- ansys/mechanical/core/embedding/background.py +11 -2
- ansys/mechanical/core/embedding/enum_importer.py +0 -1
- ansys/mechanical/core/embedding/global_importer.py +50 -0
- ansys/mechanical/core/embedding/imports.py +30 -58
- ansys/mechanical/core/embedding/initializer.py +6 -4
- ansys/mechanical/core/embedding/logger/__init__.py +219 -219
- ansys/mechanical/core/embedding/messages.py +190 -0
- ansys/mechanical/core/embedding/resolver.py +48 -41
- ansys/mechanical/core/embedding/rpc/__init__.py +36 -0
- ansys/mechanical/core/embedding/rpc/client.py +259 -0
- ansys/mechanical/core/embedding/rpc/server.py +403 -0
- ansys/mechanical/core/embedding/rpc/utils.py +118 -0
- ansys/mechanical/core/embedding/runtime.py +22 -0
- ansys/mechanical/core/embedding/transaction.py +51 -0
- ansys/mechanical/core/feature_flags.py +1 -0
- ansys/mechanical/core/ide_config.py +226 -212
- ansys/mechanical/core/mechanical.py +2399 -2324
- ansys/mechanical/core/misc.py +176 -176
- ansys/mechanical/core/pool.py +712 -712
- ansys/mechanical/core/run.py +321 -321
- {ansys_mechanical_core-0.11.12.dist-info → ansys_mechanical_core-0.11.14.dist-info}/METADATA +40 -27
- ansys_mechanical_core-0.11.14.dist-info/RECORD +52 -0
- {ansys_mechanical_core-0.11.12.dist-info → ansys_mechanical_core-0.11.14.dist-info}/WHEEL +1 -1
- ansys_mechanical_core-0.11.12.dist-info/RECORD +0 -45
- {ansys_mechanical_core-0.11.12.dist-info → ansys_mechanical_core-0.11.14.dist-info}/entry_points.txt +0 -0
- {ansys_mechanical_core-0.11.12.dist-info → ansys_mechanical_core-0.11.14.dist-info/licenses}/LICENSE +0 -0
{ansys_mechanical_core-0.11.12.dist-info → ansys_mechanical_core-0.11.14.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: ansys-mechanical-core
|
3
|
-
Version: 0.11.
|
3
|
+
Version: 0.11.14
|
4
4
|
Summary: A python wrapper for Ansys Mechanical
|
5
5
|
Keywords: pymechanical,mechanical,ansys,pyansys
|
6
6
|
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
@@ -16,49 +16,52 @@ Classifier: Programming Language :: Python :: 3.12
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.13
|
17
17
|
Classifier: License :: OSI Approved :: MIT License
|
18
18
|
Classifier: Operating System :: OS Independent
|
19
|
+
License-File: LICENSE
|
19
20
|
Requires-Dist: ansys-api-mechanical==0.1.2
|
20
21
|
Requires-Dist: ansys-mechanical-env==0.1.9
|
21
22
|
Requires-Dist: ansys-mechanical-stubs==0.1.6
|
22
|
-
Requires-Dist: ansys-
|
23
|
-
Requires-Dist: ansys-pythonnet>=3.1.0rc2
|
23
|
+
Requires-Dist: ansys-pythonnet>=3.1.0rc6
|
24
24
|
Requires-Dist: ansys-tools-path>=0.3.1
|
25
25
|
Requires-Dist: appdirs>=1.4.0
|
26
26
|
Requires-Dist: click>=8.1.3
|
27
|
-
Requires-Dist: clr-loader
|
27
|
+
Requires-Dist: clr-loader>=0.2.6
|
28
28
|
Requires-Dist: grpcio>=1.30.0
|
29
29
|
Requires-Dist: protobuf>=3.12.2,<6
|
30
|
-
Requires-Dist: psutil
|
30
|
+
Requires-Dist: psutil>=6
|
31
31
|
Requires-Dist: tqdm>=4.45.0
|
32
32
|
Requires-Dist: requests>=2,<3
|
33
|
-
Requires-Dist: sphinx==8.1
|
34
|
-
Requires-Dist: ansys-sphinx-theme[autoapi]==1.2
|
35
|
-
Requires-Dist: grpcio==1.
|
36
|
-
Requires-Dist: imageio-ffmpeg==0.
|
37
|
-
Requires-Dist: imageio==2.
|
33
|
+
Requires-Dist: sphinx==8.2.1 ; extra == "doc"
|
34
|
+
Requires-Dist: ansys-sphinx-theme[autoapi, changelog]==1.3.2 ; extra == "doc"
|
35
|
+
Requires-Dist: grpcio==1.70.0 ; extra == "doc"
|
36
|
+
Requires-Dist: imageio-ffmpeg==0.6.0 ; extra == "doc"
|
37
|
+
Requires-Dist: imageio==2.37.0 ; extra == "doc"
|
38
38
|
Requires-Dist: jupyter_sphinx==0.5.3 ; extra == "doc"
|
39
39
|
Requires-Dist: jupyterlab>=3.2.8 ; extra == "doc"
|
40
40
|
Requires-Dist: matplotlib==3.10.0 ; extra == "doc"
|
41
|
-
Requires-Dist: numpy==2.2.
|
41
|
+
Requires-Dist: numpy==2.2.3 ; extra == "doc"
|
42
42
|
Requires-Dist: numpydoc==1.8.0 ; extra == "doc"
|
43
43
|
Requires-Dist: pandas==2.2.3 ; extra == "doc"
|
44
|
-
Requires-Dist: panel==1.
|
45
|
-
Requires-Dist: plotly==
|
44
|
+
Requires-Dist: panel==1.6.1 ; extra == "doc"
|
45
|
+
Requires-Dist: plotly==6.0.0 ; extra == "doc"
|
46
46
|
Requires-Dist: pypandoc==1.15 ; extra == "doc"
|
47
47
|
Requires-Dist: pytest-sphinx==0.6.3 ; extra == "doc"
|
48
48
|
Requires-Dist: pythreejs==2.4.2 ; extra == "doc"
|
49
49
|
Requires-Dist: pyvista>=0.39.1 ; extra == "doc"
|
50
50
|
Requires-Dist: sphinx-autobuild==2024.10.3 ; extra == "doc"
|
51
|
-
Requires-Dist: sphinx-autodoc-typehints==3.
|
51
|
+
Requires-Dist: sphinx-autodoc-typehints==3.1.0 ; extra == "doc"
|
52
52
|
Requires-Dist: sphinx-copybutton==0.5.2 ; extra == "doc"
|
53
53
|
Requires-Dist: sphinx_design==0.6.1 ; extra == "doc"
|
54
|
-
Requires-Dist: sphinx-gallery==0.
|
55
|
-
Requires-Dist: sphinx-notfound-page==1.0
|
54
|
+
Requires-Dist: sphinx-gallery==0.19.0 ; extra == "doc"
|
55
|
+
Requires-Dist: sphinx-notfound-page==1.1.0 ; extra == "doc"
|
56
56
|
Requires-Dist: sphinxcontrib-websupport==2.0.0 ; extra == "doc"
|
57
57
|
Requires-Dist: sphinxemoji==0.3.1 ; extra == "doc"
|
58
|
+
Requires-Dist: ansys-platform-instancemanagement>=1.0.1 ; extra == "pim"
|
59
|
+
Requires-Dist: rpyc==6.0.1 ; extra == "rpc"
|
60
|
+
Requires-Dist: toolz==1.0.0 ; extra == "rpc"
|
58
61
|
Requires-Dist: pytest==8.3.4 ; extra == "tests"
|
59
62
|
Requires-Dist: pytest-cov==6.0.0 ; extra == "tests"
|
60
63
|
Requires-Dist: pytest-print==1.0.2 ; extra == "tests"
|
61
|
-
Requires-Dist: psutil==
|
64
|
+
Requires-Dist: psutil==7.0.0 ; extra == "tests"
|
62
65
|
Requires-Dist: ansys-tools-visualization-interface>=0.2.6 ; extra == "viz"
|
63
66
|
Requires-Dist: usd-core==24.11 ; extra == "viz"
|
64
67
|
Project-URL: Changelog, https://mechanical.docs.pyansys.com/version/stable/changelog.html
|
@@ -67,6 +70,8 @@ Project-URL: Homepage, https://github.com/ansys/pymechanical
|
|
67
70
|
Project-URL: Issues, https://github.com/ansys/pymechanical/issues
|
68
71
|
Project-URL: Repository, https://github.com/ansys/pymechanical
|
69
72
|
Provides-Extra: doc
|
73
|
+
Provides-Extra: pim
|
74
|
+
Provides-Extra: rpc
|
70
75
|
Provides-Extra: tests
|
71
76
|
Provides-Extra: viz
|
72
77
|
|
@@ -196,8 +201,23 @@ on Windows and Linux for version 2023 R2 and later. Here is an example:
|
|
196
201
|
app.update_globals(globals())
|
197
202
|
project_dir = DataModel.Project.ProjectDirectory
|
198
203
|
|
199
|
-
|
200
|
-
|
204
|
+
How to report issues
|
205
|
+
--------------------
|
206
|
+
|
207
|
+
If you encounter any issues or limitations with PyMechanical that hinder your work, please create
|
208
|
+
an issue or discussion so our team can address them promptly:
|
209
|
+
|
210
|
+
* `PyMechanical Issues <https://github.com/ansys/pymechanical/issues>`_: Report bugs and request new features.
|
211
|
+
* `PyMechanical Discussions <https://github.com/ansys/pymechanical/discussions>`_: Post questions, share ideas, and get community feedback.
|
212
|
+
|
213
|
+
For issues pertaining to `Mechanical scripting <https://mechanical.docs.pyansys.com/version/stable/user_guide_scripting/index.html>`_,
|
214
|
+
please make a post on the `Developer Portal <https://forum.ansys.com/categories/structures>`_.
|
215
|
+
|
216
|
+
If you have general questions about PyAnsys or are unsure which repository to place an issue in,
|
217
|
+
email `pyansys.core@ansys.com <pyansys.core@ansys.com>`_.
|
218
|
+
|
219
|
+
Documentation resources
|
220
|
+
-----------------------
|
201
221
|
|
202
222
|
Documentation for the latest stable release of PyMechanical is hosted at `PyMechanical documentation
|
203
223
|
<https://mechanical.docs.pyansys.com/>`_.
|
@@ -211,13 +231,6 @@ You can also `view <https://cheatsheets.docs.pyansys.com/pymechanical_cheat_shee
|
|
211
231
|
PyMechanical cheat sheet. This one-page reference provides syntax rules and commands
|
212
232
|
for using PyMechanical.
|
213
233
|
|
214
|
-
On the `PyMechanical Issues <https://github.com/ansys/pymechanical/issues>`_ page,
|
215
|
-
you can create issues to report bugs and request new features. On the `PyMechanical Discussions
|
216
|
-
<https://github.com/ansys/pymechanical/discussions>`_ page or the `Discussions <https://discuss.ansys.com/>`_
|
217
|
-
page on the Ansys Developer portal, you can post questions, share ideas, and get community feedback.
|
218
|
-
|
219
|
-
To reach the project support team, email `pyansys.core@ansys.com <pyansys.core@ansys.com>`_.
|
220
|
-
|
221
234
|
Testing and development
|
222
235
|
-----------------------
|
223
236
|
|
@@ -0,0 +1,52 @@
|
|
1
|
+
ansys/mechanical/core/__init__.py,sha256=Cv17LwEk9jFhzFNqoB7afNCTnm2ZfW7_Dm8BS0YWuNY,2522
|
2
|
+
ansys/mechanical/core/_version.py,sha256=nRlEBl4c6kNOE78hhqJwYuPk86jhu70lOSRuZphT81M,1763
|
3
|
+
ansys/mechanical/core/errors.py,sha256=k0hJ89FwbFexLsjVApCbqfy2K7d-MekTPf3-QdtXZK4,4508
|
4
|
+
ansys/mechanical/core/feature_flags.py,sha256=bIRHaURLi70Yor1aJH3Fhlt9xvvyr9GG7JcJ1V59GNg,2078
|
5
|
+
ansys/mechanical/core/ide_config.py,sha256=toFjpdy2Pcr3DOlNYOYp0D4nIp07xcL62D1jLlE4DN8,7739
|
6
|
+
ansys/mechanical/core/launcher.py,sha256=Rd5kDcC58MZIjsk2d40Bx4qc0DVHzrYuNA3irDvsFKA,6675
|
7
|
+
ansys/mechanical/core/logging.py,sha256=TmIY5L-IrkyAQMKszotcbVCxyHLsMZQDAwbvcrSKwfs,24554
|
8
|
+
ansys/mechanical/core/mechanical.py,sha256=y42-7LVcStGLAR1pDb5GHeja98hmsBJCnLGiDq_yC64,85508
|
9
|
+
ansys/mechanical/core/misc.py,sha256=f_LjwIvCGaHSIKJ6LuREbCr7gbv9rg2aFQaQ28Edna8,5369
|
10
|
+
ansys/mechanical/core/pool.py,sha256=xii4fNxNH_Xnyom9-ZpvsyXCxoUxa2mDu8brS339B2Y,26572
|
11
|
+
ansys/mechanical/core/run.py,sha256=wUsGPyZx2NwNlrdzIO1cWmDAZeZU0tOY1OvT-8pqjaw,9928
|
12
|
+
ansys/mechanical/core/embedding/__init__.py,sha256=QAUe-offKZZDPz0IYBIUtYi4Dgt02_U93yTeSWXO9fU,1356
|
13
|
+
ansys/mechanical/core/embedding/addins.py,sha256=6n3wCaD36cBbXWCbpniuABgvW6uBSN6xYXA5KkNgfLg,2167
|
14
|
+
ansys/mechanical/core/embedding/app.py,sha256=207lfoQIy9njNPgidnlICT3RNQXlsMDRtKbIcAoftkA,24152
|
15
|
+
ansys/mechanical/core/embedding/app_libraries.py,sha256=_czRZ5cPwRo9SIZNitlgmBf2riLdzlGmmD4BJt9Nvng,2922
|
16
|
+
ansys/mechanical/core/embedding/appdata.py,sha256=98BYek_AKH5LaN5J3o8Mx8QDy23_6EpwKyBSiQpiu0E,4273
|
17
|
+
ansys/mechanical/core/embedding/background.py,sha256=dNwi45q8y8iXpMKathDMQd2k7CUfl4X6wIhngQvJcEc,4178
|
18
|
+
ansys/mechanical/core/embedding/cleanup_gui.py,sha256=TEF3l4A7UxMacmlkUwBBymTdqM6h8Be9piID4Hpn_jg,2354
|
19
|
+
ansys/mechanical/core/embedding/enum_importer.py,sha256=NpdEG6HzEDuHYJAfhoMuh5AeXypegNL7NKXyUQyrZwM,1605
|
20
|
+
ansys/mechanical/core/embedding/global_importer.py,sha256=Ww-tVXx0fCXC8-_yZxzbpr3I1xJ49c80ZBdAWHwvbh0,2188
|
21
|
+
ansys/mechanical/core/embedding/imports.py,sha256=uRror4o4PGUjnUPF_dZXkHP5uy1dIdWdqkeN0jbwbY4,3414
|
22
|
+
ansys/mechanical/core/embedding/initializer.py,sha256=4LgD5AG5YCmWb_R1EWY8ljq8N_YwnCwtRR1J3dQxVRU,8199
|
23
|
+
ansys/mechanical/core/embedding/loader.py,sha256=e2KWBrVv5001MP6DPJWI0UwrEauUnlTLpz9X6WYFdhk,2503
|
24
|
+
ansys/mechanical/core/embedding/messages.py,sha256=EteUAZe5-xwSZ92pNdnAUeMvwNn4_MU8ScokLMJ-kkc,6553
|
25
|
+
ansys/mechanical/core/embedding/poster.py,sha256=-V1GYrvRDyv8nbaBJze7Uo3PUb1hfOIidf1YI7-cT60,3065
|
26
|
+
ansys/mechanical/core/embedding/resolver.py,sha256=VrUbSV0oLsz0fhoR8C4M9IFFElV-j7nvUaJlO4Su4r0,2200
|
27
|
+
ansys/mechanical/core/embedding/runtime.py,sha256=6ZQsD1qvB2VMJsoLkm9vvsWbVX-buj8jLDAm4Qyc65k,2982
|
28
|
+
ansys/mechanical/core/embedding/shims.py,sha256=LP5px-ED4JNbqFEpYnmBkGiGDdfDkLQ-v1tNnPbz3E8,1732
|
29
|
+
ansys/mechanical/core/embedding/transaction.py,sha256=rU68v9CTrbZ9yQmAtbQDHoKpj5TcoCWmCnSX08pT7JM,2053
|
30
|
+
ansys/mechanical/core/embedding/ui.py,sha256=1XXkKSvui9iHKGqFROJQZMW-3iY-Hh2i1Ixq8Iav8cY,8480
|
31
|
+
ansys/mechanical/core/embedding/utils.py,sha256=7KSFCl9VM_WhrQEtI3Jc9OwhmH9wI7PH0n17ab_ytfo,1900
|
32
|
+
ansys/mechanical/core/embedding/warnings.py,sha256=Iyo95YOneMdCxOImXjnohhQZ86tD3xcnvJPUstlvHy0,3071
|
33
|
+
ansys/mechanical/core/embedding/logger/__init__.py,sha256=6NZHzFXzHHlV_NAa1gZsLyQjsRK3kBODvYwcCum9vSU,7998
|
34
|
+
ansys/mechanical/core/embedding/logger/environ.py,sha256=Jo9OEyag2ub_DIshxEX6Re8UzIrXCfmge5hFrn3exKk,5757
|
35
|
+
ansys/mechanical/core/embedding/logger/linux_api.py,sha256=wM95m4ArlF3gvqKFvKP7DzWWRHSngB3fe51D26CUD3Y,5988
|
36
|
+
ansys/mechanical/core/embedding/logger/sinks.py,sha256=-lAS-M7k3WHAblbrM7nzpOBJiCjN8e6i52GoEeQo_gE,1392
|
37
|
+
ansys/mechanical/core/embedding/logger/windows_api.py,sha256=GoFPfO-_umcCRAQeYrEdYQCTYpeNLB_IrY4hHh_LmTo,5276
|
38
|
+
ansys/mechanical/core/embedding/rpc/__init__.py,sha256=Vk1nDMlxG1pCW7aWf6BEEqBR1UDIaQCUIVyin5uatBQ,1650
|
39
|
+
ansys/mechanical/core/embedding/rpc/client.py,sha256=l2Zx_1LiyiXf_-uy9RPmETAZcL6VnRfwxrCzT6qYASo,9649
|
40
|
+
ansys/mechanical/core/embedding/rpc/server.py,sha256=sjrA_wUtjpOOXvHUni7YQS5Ony2pz5CnmKfuODuXomU,13677
|
41
|
+
ansys/mechanical/core/embedding/rpc/utils.py,sha256=yFK4Je70ytxSigu5f_TcHUACToGGz4TouBluogGWeQc,4272
|
42
|
+
ansys/mechanical/core/embedding/viz/__init__.py,sha256=KHZQAzlfgEVhi-G0msA6ca1o-2RecoNGzkpYfBIoCTA,1206
|
43
|
+
ansys/mechanical/core/embedding/viz/embedding_plotter.py,sha256=d2GjQiQgDHXfNTgETEIKRZYymkvB8-3KBHs7fF9PW_c,3689
|
44
|
+
ansys/mechanical/core/embedding/viz/usd_converter.py,sha256=kMKmGLThbWf7iR9bYn24mdmgKBkLDdkwdHrOokFvg_U,5329
|
45
|
+
ansys/mechanical/core/embedding/viz/utils.py,sha256=AYvp0okbEk3y9611eGAtvhgh65ytfpHkywVT7qk_liQ,3660
|
46
|
+
ansys/mechanical/core/examples/__init__.py,sha256=Y0T8CKmaALL3diLfhsz3opfBgckD85DfHdzDrVsSwzg,1267
|
47
|
+
ansys/mechanical/core/examples/downloads.py,sha256=5_Krq3HqVeAeD4z3dx9uujLk1u6rPFoAuwQus9eYWjg,4295
|
48
|
+
ansys_mechanical_core-0.11.14.dist-info/entry_points.txt,sha256=tErx6bIM27HGgwyM6ryyTUTw30Ab2F9J3FFkX2TPkhI,130
|
49
|
+
ansys_mechanical_core-0.11.14.dist-info/licenses/LICENSE,sha256=AVOPDv4UX26lKidhDvFf_fMR13Pr-n4wVAYSVyvD7Ww,1098
|
50
|
+
ansys_mechanical_core-0.11.14.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
|
51
|
+
ansys_mechanical_core-0.11.14.dist-info/METADATA,sha256=DewU09uk_OoIQWk9t-epc2gLOb-qBWjcRkweFOz46uM,10509
|
52
|
+
ansys_mechanical_core-0.11.14.dist-info/RECORD,,
|
@@ -1,45 +0,0 @@
|
|
1
|
-
ansys/mechanical/core/__init__.py,sha256=u0OpMtxVeEO9GvfxzUN0yf0x3mtox0Gjn4f0kO1qk7A,2564
|
2
|
-
ansys/mechanical/core/_version.py,sha256=hcJkv5uIqSunbAdGddekAME0YCgg9eGFpmtqwSW9ek8,1811
|
3
|
-
ansys/mechanical/core/errors.py,sha256=k0hJ89FwbFexLsjVApCbqfy2K7d-MekTPf3-QdtXZK4,4508
|
4
|
-
ansys/mechanical/core/feature_flags.py,sha256=W-0QFcMJ2UIcq61t-PpK0KJL6olrajPNAYvvQwO0HIc,2032
|
5
|
-
ansys/mechanical/core/ide_config.py,sha256=TaiuKW87WnqB0nWlxDRTuran6QYj3RFcs5W5H7GsIoU,7546
|
6
|
-
ansys/mechanical/core/launcher.py,sha256=Rd5kDcC58MZIjsk2d40Bx4qc0DVHzrYuNA3irDvsFKA,6675
|
7
|
-
ansys/mechanical/core/logging.py,sha256=TmIY5L-IrkyAQMKszotcbVCxyHLsMZQDAwbvcrSKwfs,24554
|
8
|
-
ansys/mechanical/core/mechanical.py,sha256=Gfk3eutPw9BHfNRXGAdHJs8VV7GK_fr469neuZ5GhYQ,85522
|
9
|
-
ansys/mechanical/core/misc.py,sha256=JxhmeW83R7aDVzaeG5IqZWfqyvLuDoGWtUeW1Uj6tuE,5545
|
10
|
-
ansys/mechanical/core/pool.py,sha256=WNTvQSRinWerwRQpWsk3_ZAw37nlYIAJiZgAKYfrWwM,27295
|
11
|
-
ansys/mechanical/core/run.py,sha256=_QM8lObixpdTff6I-5uCwLjT6lmN0QYgfU5yH44nUUY,10249
|
12
|
-
ansys/mechanical/core/embedding/__init__.py,sha256=QAUe-offKZZDPz0IYBIUtYi4Dgt02_U93yTeSWXO9fU,1356
|
13
|
-
ansys/mechanical/core/embedding/addins.py,sha256=6n3wCaD36cBbXWCbpniuABgvW6uBSN6xYXA5KkNgfLg,2167
|
14
|
-
ansys/mechanical/core/embedding/app.py,sha256=N5YZT8REng5ykCYzK5bdLUik1SBkJ6bGFIvfUNPTjlU,22694
|
15
|
-
ansys/mechanical/core/embedding/app_libraries.py,sha256=_czRZ5cPwRo9SIZNitlgmBf2riLdzlGmmD4BJt9Nvng,2922
|
16
|
-
ansys/mechanical/core/embedding/appdata.py,sha256=98BYek_AKH5LaN5J3o8Mx8QDy23_6EpwKyBSiQpiu0E,4273
|
17
|
-
ansys/mechanical/core/embedding/background.py,sha256=MCE8MnVYLO49t2peJdmwI_PoLLjHHPXUkTgvtUm7SVQ,3815
|
18
|
-
ansys/mechanical/core/embedding/cleanup_gui.py,sha256=TEF3l4A7UxMacmlkUwBBymTdqM6h8Be9piID4Hpn_jg,2354
|
19
|
-
ansys/mechanical/core/embedding/enum_importer.py,sha256=-DN4N5Sh-nRQAud4izyTfo-EvGwOfGAiZ8zELPiuj8A,1606
|
20
|
-
ansys/mechanical/core/embedding/imports.py,sha256=m-ywpl29iB1r57Mt9qS2GYFF2HfZ37kNt-01OkKqAwM,4414
|
21
|
-
ansys/mechanical/core/embedding/initializer.py,sha256=knq3HzfQD8-yUB-cGHjzA4IKG_bOsEPd57tle_cvVNs,8086
|
22
|
-
ansys/mechanical/core/embedding/loader.py,sha256=e2KWBrVv5001MP6DPJWI0UwrEauUnlTLpz9X6WYFdhk,2503
|
23
|
-
ansys/mechanical/core/embedding/poster.py,sha256=-V1GYrvRDyv8nbaBJze7Uo3PUb1hfOIidf1YI7-cT60,3065
|
24
|
-
ansys/mechanical/core/embedding/resolver.py,sha256=0roF0EuSuHVTiwobUM1N8qPRY0SlPH5lb263aZZbWPA,1919
|
25
|
-
ansys/mechanical/core/embedding/runtime.py,sha256=T0cikodMaI7mi1Xpa1dbLQIPZbz8SHfv7vammQT8A7Y,2285
|
26
|
-
ansys/mechanical/core/embedding/shims.py,sha256=LP5px-ED4JNbqFEpYnmBkGiGDdfDkLQ-v1tNnPbz3E8,1732
|
27
|
-
ansys/mechanical/core/embedding/ui.py,sha256=1XXkKSvui9iHKGqFROJQZMW-3iY-Hh2i1Ixq8Iav8cY,8480
|
28
|
-
ansys/mechanical/core/embedding/utils.py,sha256=7KSFCl9VM_WhrQEtI3Jc9OwhmH9wI7PH0n17ab_ytfo,1900
|
29
|
-
ansys/mechanical/core/embedding/warnings.py,sha256=Iyo95YOneMdCxOImXjnohhQZ86tD3xcnvJPUstlvHy0,3071
|
30
|
-
ansys/mechanical/core/embedding/logger/__init__.py,sha256=_DS8o4L8JaN0whQzYxdzk5ZY_YxTWchtvq4I0Nr9jLI,8217
|
31
|
-
ansys/mechanical/core/embedding/logger/environ.py,sha256=Jo9OEyag2ub_DIshxEX6Re8UzIrXCfmge5hFrn3exKk,5757
|
32
|
-
ansys/mechanical/core/embedding/logger/linux_api.py,sha256=wM95m4ArlF3gvqKFvKP7DzWWRHSngB3fe51D26CUD3Y,5988
|
33
|
-
ansys/mechanical/core/embedding/logger/sinks.py,sha256=-lAS-M7k3WHAblbrM7nzpOBJiCjN8e6i52GoEeQo_gE,1392
|
34
|
-
ansys/mechanical/core/embedding/logger/windows_api.py,sha256=GoFPfO-_umcCRAQeYrEdYQCTYpeNLB_IrY4hHh_LmTo,5276
|
35
|
-
ansys/mechanical/core/embedding/viz/__init__.py,sha256=KHZQAzlfgEVhi-G0msA6ca1o-2RecoNGzkpYfBIoCTA,1206
|
36
|
-
ansys/mechanical/core/embedding/viz/embedding_plotter.py,sha256=d2GjQiQgDHXfNTgETEIKRZYymkvB8-3KBHs7fF9PW_c,3689
|
37
|
-
ansys/mechanical/core/embedding/viz/usd_converter.py,sha256=kMKmGLThbWf7iR9bYn24mdmgKBkLDdkwdHrOokFvg_U,5329
|
38
|
-
ansys/mechanical/core/embedding/viz/utils.py,sha256=AYvp0okbEk3y9611eGAtvhgh65ytfpHkywVT7qk_liQ,3660
|
39
|
-
ansys/mechanical/core/examples/__init__.py,sha256=Y0T8CKmaALL3diLfhsz3opfBgckD85DfHdzDrVsSwzg,1267
|
40
|
-
ansys/mechanical/core/examples/downloads.py,sha256=5_Krq3HqVeAeD4z3dx9uujLk1u6rPFoAuwQus9eYWjg,4295
|
41
|
-
ansys_mechanical_core-0.11.12.dist-info/entry_points.txt,sha256=tErx6bIM27HGgwyM6ryyTUTw30Ab2F9J3FFkX2TPkhI,130
|
42
|
-
ansys_mechanical_core-0.11.12.dist-info/LICENSE,sha256=AVOPDv4UX26lKidhDvFf_fMR13Pr-n4wVAYSVyvD7Ww,1098
|
43
|
-
ansys_mechanical_core-0.11.12.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
44
|
-
ansys_mechanical_core-0.11.12.dist-info/METADATA,sha256=bsIcOF7ID-IKAVAH2aCnl-6nb7XcGOmwNyLOSZ4quiw,9985
|
45
|
-
ansys_mechanical_core-0.11.12.dist-info/RECORD,,
|
{ansys_mechanical_core-0.11.12.dist-info → ansys_mechanical_core-0.11.14.dist-info}/entry_points.txt
RENAMED
File without changes
|
{ansys_mechanical_core-0.11.12.dist-info → ansys_mechanical_core-0.11.14.dist-info/licenses}/LICENSE
RENAMED
File without changes
|