ansys-mechanical-core 0.11.12__py3-none-any.whl → 0.11.13__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/_version.py +48 -48
- ansys/mechanical/core/embedding/app.py +610 -610
- ansys/mechanical/core/embedding/background.py +11 -2
- ansys/mechanical/core/embedding/logger/__init__.py +219 -219
- ansys/mechanical/core/embedding/resolver.py +48 -41
- ansys/mechanical/core/embedding/rpc/__init__.py +36 -0
- ansys/mechanical/core/embedding/rpc/client.py +237 -0
- ansys/mechanical/core/embedding/rpc/server.py +382 -0
- ansys/mechanical/core/embedding/rpc/utils.py +120 -0
- ansys/mechanical/core/embedding/runtime.py +22 -0
- ansys/mechanical/core/feature_flags.py +1 -0
- ansys/mechanical/core/ide_config.py +212 -212
- ansys/mechanical/core/mechanical.py +2343 -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.13.dist-info}/METADATA +35 -23
- {ansys_mechanical_core-0.11.12.dist-info → ansys_mechanical_core-0.11.13.dist-info}/RECORD +21 -17
- {ansys_mechanical_core-0.11.12.dist-info → ansys_mechanical_core-0.11.13.dist-info}/LICENSE +0 -0
- {ansys_mechanical_core-0.11.12.dist-info → ansys_mechanical_core-0.11.13.dist-info}/WHEEL +0 -0
- {ansys_mechanical_core-0.11.12.dist-info → ansys_mechanical_core-0.11.13.dist-info}/entry_points.txt +0 -0
{ansys_mechanical_core-0.11.12.dist-info → ansys_mechanical_core-0.11.13.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: ansys-mechanical-core
|
3
|
-
Version: 0.11.
|
3
|
+
Version: 0.11.13
|
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>
|
@@ -19,42 +19,44 @@ Classifier: Operating System :: OS Independent
|
|
19
19
|
Requires-Dist: ansys-api-mechanical==0.1.2
|
20
20
|
Requires-Dist: ansys-mechanical-env==0.1.9
|
21
21
|
Requires-Dist: ansys-mechanical-stubs==0.1.6
|
22
|
-
Requires-Dist: ansys-
|
23
|
-
Requires-Dist: ansys-pythonnet>=3.1.0rc2
|
22
|
+
Requires-Dist: ansys-pythonnet>=3.1.0rc6
|
24
23
|
Requires-Dist: ansys-tools-path>=0.3.1
|
25
24
|
Requires-Dist: appdirs>=1.4.0
|
26
25
|
Requires-Dist: click>=8.1.3
|
27
|
-
Requires-Dist: clr-loader
|
26
|
+
Requires-Dist: clr-loader>=0.2.6
|
28
27
|
Requires-Dist: grpcio>=1.30.0
|
29
28
|
Requires-Dist: protobuf>=3.12.2,<6
|
30
|
-
Requires-Dist: psutil
|
29
|
+
Requires-Dist: psutil>=6
|
31
30
|
Requires-Dist: tqdm>=4.45.0
|
32
31
|
Requires-Dist: requests>=2,<3
|
33
32
|
Requires-Dist: sphinx==8.1.3 ; extra == "doc"
|
34
|
-
Requires-Dist: ansys-sphinx-theme[autoapi]==1.
|
35
|
-
Requires-Dist: grpcio==1.
|
36
|
-
Requires-Dist: imageio-ffmpeg==0.
|
37
|
-
Requires-Dist: imageio==2.
|
33
|
+
Requires-Dist: ansys-sphinx-theme[autoapi, changelog]==1.3.1 ; extra == "doc"
|
34
|
+
Requires-Dist: grpcio==1.70.0 ; extra == "doc"
|
35
|
+
Requires-Dist: imageio-ffmpeg==0.6.0 ; extra == "doc"
|
36
|
+
Requires-Dist: imageio==2.37.0 ; extra == "doc"
|
38
37
|
Requires-Dist: jupyter_sphinx==0.5.3 ; extra == "doc"
|
39
38
|
Requires-Dist: jupyterlab>=3.2.8 ; extra == "doc"
|
40
39
|
Requires-Dist: matplotlib==3.10.0 ; extra == "doc"
|
41
|
-
Requires-Dist: numpy==2.2.
|
40
|
+
Requires-Dist: numpy==2.2.2 ; extra == "doc"
|
42
41
|
Requires-Dist: numpydoc==1.8.0 ; extra == "doc"
|
43
42
|
Requires-Dist: pandas==2.2.3 ; extra == "doc"
|
44
|
-
Requires-Dist: panel==1.
|
45
|
-
Requires-Dist: plotly==
|
43
|
+
Requires-Dist: panel==1.6.0 ; extra == "doc"
|
44
|
+
Requires-Dist: plotly==6.0.0 ; extra == "doc"
|
46
45
|
Requires-Dist: pypandoc==1.15 ; extra == "doc"
|
47
46
|
Requires-Dist: pytest-sphinx==0.6.3 ; extra == "doc"
|
48
47
|
Requires-Dist: pythreejs==2.4.2 ; extra == "doc"
|
49
48
|
Requires-Dist: pyvista>=0.39.1 ; extra == "doc"
|
50
49
|
Requires-Dist: sphinx-autobuild==2024.10.3 ; extra == "doc"
|
51
|
-
Requires-Dist: sphinx-autodoc-typehints==3.0.
|
50
|
+
Requires-Dist: sphinx-autodoc-typehints==3.0.1 ; extra == "doc"
|
52
51
|
Requires-Dist: sphinx-copybutton==0.5.2 ; extra == "doc"
|
53
52
|
Requires-Dist: sphinx_design==0.6.1 ; extra == "doc"
|
54
53
|
Requires-Dist: sphinx-gallery==0.18.0 ; extra == "doc"
|
55
|
-
Requires-Dist: sphinx-notfound-page==1.0
|
54
|
+
Requires-Dist: sphinx-notfound-page==1.1.0 ; extra == "doc"
|
56
55
|
Requires-Dist: sphinxcontrib-websupport==2.0.0 ; extra == "doc"
|
57
56
|
Requires-Dist: sphinxemoji==0.3.1 ; extra == "doc"
|
57
|
+
Requires-Dist: ansys-platform-instancemanagement>=1.0.1 ; extra == "pim"
|
58
|
+
Requires-Dist: rpyc==6.0.1 ; extra == "rpc"
|
59
|
+
Requires-Dist: toolz==1.0.0 ; extra == "rpc"
|
58
60
|
Requires-Dist: pytest==8.3.4 ; extra == "tests"
|
59
61
|
Requires-Dist: pytest-cov==6.0.0 ; extra == "tests"
|
60
62
|
Requires-Dist: pytest-print==1.0.2 ; extra == "tests"
|
@@ -67,6 +69,8 @@ Project-URL: Homepage, https://github.com/ansys/pymechanical
|
|
67
69
|
Project-URL: Issues, https://github.com/ansys/pymechanical/issues
|
68
70
|
Project-URL: Repository, https://github.com/ansys/pymechanical
|
69
71
|
Provides-Extra: doc
|
72
|
+
Provides-Extra: pim
|
73
|
+
Provides-Extra: rpc
|
70
74
|
Provides-Extra: tests
|
71
75
|
Provides-Extra: viz
|
72
76
|
|
@@ -196,8 +200,23 @@ on Windows and Linux for version 2023 R2 and later. Here is an example:
|
|
196
200
|
app.update_globals(globals())
|
197
201
|
project_dir = DataModel.Project.ProjectDirectory
|
198
202
|
|
199
|
-
|
200
|
-
|
203
|
+
How to report issues
|
204
|
+
--------------------
|
205
|
+
|
206
|
+
If you encounter any issues or limitations with PyMechanical that hinder your work, please create
|
207
|
+
an issue or discussion so our team can address them promptly:
|
208
|
+
|
209
|
+
* `PyMechanical Issues <https://github.com/ansys/pymechanical/issues>`_: Report bugs and request new features.
|
210
|
+
* `PyMechanical Discussions <https://github.com/ansys/pymechanical/discussions>`_: Post questions, share ideas, and get community feedback.
|
211
|
+
|
212
|
+
For issues pertaining to `Mechanical scripting <https://mechanical.docs.pyansys.com/version/stable/user_guide_scripting/index.html>`_,
|
213
|
+
please make a post on the `Developer Portal <https://forum.ansys.com/categories/structures>`_.
|
214
|
+
|
215
|
+
If you have general questions about PyAnsys or are unsure which repository to place an issue in,
|
216
|
+
email `pyansys.core@ansys.com <pyansys.core@ansys.com>`_.
|
217
|
+
|
218
|
+
Documentation resources
|
219
|
+
-----------------------
|
201
220
|
|
202
221
|
Documentation for the latest stable release of PyMechanical is hosted at `PyMechanical documentation
|
203
222
|
<https://mechanical.docs.pyansys.com/>`_.
|
@@ -211,13 +230,6 @@ You can also `view <https://cheatsheets.docs.pyansys.com/pymechanical_cheat_shee
|
|
211
230
|
PyMechanical cheat sheet. This one-page reference provides syntax rules and commands
|
212
231
|
for using PyMechanical.
|
213
232
|
|
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
233
|
Testing and development
|
222
234
|
-----------------------
|
223
235
|
|
@@ -1,45 +1,49 @@
|
|
1
1
|
ansys/mechanical/core/__init__.py,sha256=u0OpMtxVeEO9GvfxzUN0yf0x3mtox0Gjn4f0kO1qk7A,2564
|
2
|
-
ansys/mechanical/core/_version.py,sha256=
|
2
|
+
ansys/mechanical/core/_version.py,sha256=nRlEBl4c6kNOE78hhqJwYuPk86jhu70lOSRuZphT81M,1763
|
3
3
|
ansys/mechanical/core/errors.py,sha256=k0hJ89FwbFexLsjVApCbqfy2K7d-MekTPf3-QdtXZK4,4508
|
4
|
-
ansys/mechanical/core/feature_flags.py,sha256=
|
5
|
-
ansys/mechanical/core/ide_config.py,sha256=
|
4
|
+
ansys/mechanical/core/feature_flags.py,sha256=bIRHaURLi70Yor1aJH3Fhlt9xvvyr9GG7JcJ1V59GNg,2078
|
5
|
+
ansys/mechanical/core/ide_config.py,sha256=Yic_KFrxuZA0HUsuRsfld-j37YnfYuM97PRLYhnm-Y8,7334
|
6
6
|
ansys/mechanical/core/launcher.py,sha256=Rd5kDcC58MZIjsk2d40Bx4qc0DVHzrYuNA3irDvsFKA,6675
|
7
7
|
ansys/mechanical/core/logging.py,sha256=TmIY5L-IrkyAQMKszotcbVCxyHLsMZQDAwbvcrSKwfs,24554
|
8
|
-
ansys/mechanical/core/mechanical.py,sha256=
|
9
|
-
ansys/mechanical/core/misc.py,sha256=
|
10
|
-
ansys/mechanical/core/pool.py,sha256=
|
11
|
-
ansys/mechanical/core/run.py,sha256=
|
8
|
+
ansys/mechanical/core/mechanical.py,sha256=FNxMHv8FWcpP92jYqNTo6uPlmH0HnsGRHSnivaVyYjg,83663
|
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
12
|
ansys/mechanical/core/embedding/__init__.py,sha256=QAUe-offKZZDPz0IYBIUtYi4Dgt02_U93yTeSWXO9fU,1356
|
13
13
|
ansys/mechanical/core/embedding/addins.py,sha256=6n3wCaD36cBbXWCbpniuABgvW6uBSN6xYXA5KkNgfLg,2167
|
14
|
-
ansys/mechanical/core/embedding/app.py,sha256=
|
14
|
+
ansys/mechanical/core/embedding/app.py,sha256=spB7yuxHO3n7I_UkQVnRaYft3iO77LuCUpExtzddLcU,22084
|
15
15
|
ansys/mechanical/core/embedding/app_libraries.py,sha256=_czRZ5cPwRo9SIZNitlgmBf2riLdzlGmmD4BJt9Nvng,2922
|
16
16
|
ansys/mechanical/core/embedding/appdata.py,sha256=98BYek_AKH5LaN5J3o8Mx8QDy23_6EpwKyBSiQpiu0E,4273
|
17
|
-
ansys/mechanical/core/embedding/background.py,sha256=
|
17
|
+
ansys/mechanical/core/embedding/background.py,sha256=dNwi45q8y8iXpMKathDMQd2k7CUfl4X6wIhngQvJcEc,4178
|
18
18
|
ansys/mechanical/core/embedding/cleanup_gui.py,sha256=TEF3l4A7UxMacmlkUwBBymTdqM6h8Be9piID4Hpn_jg,2354
|
19
19
|
ansys/mechanical/core/embedding/enum_importer.py,sha256=-DN4N5Sh-nRQAud4izyTfo-EvGwOfGAiZ8zELPiuj8A,1606
|
20
20
|
ansys/mechanical/core/embedding/imports.py,sha256=m-ywpl29iB1r57Mt9qS2GYFF2HfZ37kNt-01OkKqAwM,4414
|
21
21
|
ansys/mechanical/core/embedding/initializer.py,sha256=knq3HzfQD8-yUB-cGHjzA4IKG_bOsEPd57tle_cvVNs,8086
|
22
22
|
ansys/mechanical/core/embedding/loader.py,sha256=e2KWBrVv5001MP6DPJWI0UwrEauUnlTLpz9X6WYFdhk,2503
|
23
23
|
ansys/mechanical/core/embedding/poster.py,sha256=-V1GYrvRDyv8nbaBJze7Uo3PUb1hfOIidf1YI7-cT60,3065
|
24
|
-
ansys/mechanical/core/embedding/resolver.py,sha256=
|
25
|
-
ansys/mechanical/core/embedding/runtime.py,sha256=
|
24
|
+
ansys/mechanical/core/embedding/resolver.py,sha256=VrUbSV0oLsz0fhoR8C4M9IFFElV-j7nvUaJlO4Su4r0,2200
|
25
|
+
ansys/mechanical/core/embedding/runtime.py,sha256=6ZQsD1qvB2VMJsoLkm9vvsWbVX-buj8jLDAm4Qyc65k,2982
|
26
26
|
ansys/mechanical/core/embedding/shims.py,sha256=LP5px-ED4JNbqFEpYnmBkGiGDdfDkLQ-v1tNnPbz3E8,1732
|
27
27
|
ansys/mechanical/core/embedding/ui.py,sha256=1XXkKSvui9iHKGqFROJQZMW-3iY-Hh2i1Ixq8Iav8cY,8480
|
28
28
|
ansys/mechanical/core/embedding/utils.py,sha256=7KSFCl9VM_WhrQEtI3Jc9OwhmH9wI7PH0n17ab_ytfo,1900
|
29
29
|
ansys/mechanical/core/embedding/warnings.py,sha256=Iyo95YOneMdCxOImXjnohhQZ86tD3xcnvJPUstlvHy0,3071
|
30
|
-
ansys/mechanical/core/embedding/logger/__init__.py,sha256=
|
30
|
+
ansys/mechanical/core/embedding/logger/__init__.py,sha256=6NZHzFXzHHlV_NAa1gZsLyQjsRK3kBODvYwcCum9vSU,7998
|
31
31
|
ansys/mechanical/core/embedding/logger/environ.py,sha256=Jo9OEyag2ub_DIshxEX6Re8UzIrXCfmge5hFrn3exKk,5757
|
32
32
|
ansys/mechanical/core/embedding/logger/linux_api.py,sha256=wM95m4ArlF3gvqKFvKP7DzWWRHSngB3fe51D26CUD3Y,5988
|
33
33
|
ansys/mechanical/core/embedding/logger/sinks.py,sha256=-lAS-M7k3WHAblbrM7nzpOBJiCjN8e6i52GoEeQo_gE,1392
|
34
34
|
ansys/mechanical/core/embedding/logger/windows_api.py,sha256=GoFPfO-_umcCRAQeYrEdYQCTYpeNLB_IrY4hHh_LmTo,5276
|
35
|
+
ansys/mechanical/core/embedding/rpc/__init__.py,sha256=Vk1nDMlxG1pCW7aWf6BEEqBR1UDIaQCUIVyin5uatBQ,1650
|
36
|
+
ansys/mechanical/core/embedding/rpc/client.py,sha256=w8S_dzPmtR4qwKTdPCbrFTXhiEvnqda-nEBSsdOqexM,8841
|
37
|
+
ansys/mechanical/core/embedding/rpc/server.py,sha256=l0nHrptN3tui1iDfAZ3MhrH1pex_dEtRDFIrsPfrZC8,13101
|
38
|
+
ansys/mechanical/core/embedding/rpc/utils.py,sha256=Jr40xwvGCnlZZJE4fw6QoXsb8fqeGhres8bwE9ISez8,4342
|
35
39
|
ansys/mechanical/core/embedding/viz/__init__.py,sha256=KHZQAzlfgEVhi-G0msA6ca1o-2RecoNGzkpYfBIoCTA,1206
|
36
40
|
ansys/mechanical/core/embedding/viz/embedding_plotter.py,sha256=d2GjQiQgDHXfNTgETEIKRZYymkvB8-3KBHs7fF9PW_c,3689
|
37
41
|
ansys/mechanical/core/embedding/viz/usd_converter.py,sha256=kMKmGLThbWf7iR9bYn24mdmgKBkLDdkwdHrOokFvg_U,5329
|
38
42
|
ansys/mechanical/core/embedding/viz/utils.py,sha256=AYvp0okbEk3y9611eGAtvhgh65ytfpHkywVT7qk_liQ,3660
|
39
43
|
ansys/mechanical/core/examples/__init__.py,sha256=Y0T8CKmaALL3diLfhsz3opfBgckD85DfHdzDrVsSwzg,1267
|
40
44
|
ansys/mechanical/core/examples/downloads.py,sha256=5_Krq3HqVeAeD4z3dx9uujLk1u6rPFoAuwQus9eYWjg,4295
|
41
|
-
ansys_mechanical_core-0.11.
|
42
|
-
ansys_mechanical_core-0.11.
|
43
|
-
ansys_mechanical_core-0.11.
|
44
|
-
ansys_mechanical_core-0.11.
|
45
|
-
ansys_mechanical_core-0.11.
|
45
|
+
ansys_mechanical_core-0.11.13.dist-info/entry_points.txt,sha256=tErx6bIM27HGgwyM6ryyTUTw30Ab2F9J3FFkX2TPkhI,130
|
46
|
+
ansys_mechanical_core-0.11.13.dist-info/LICENSE,sha256=AVOPDv4UX26lKidhDvFf_fMR13Pr-n4wVAYSVyvD7Ww,1098
|
47
|
+
ansys_mechanical_core-0.11.13.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
48
|
+
ansys_mechanical_core-0.11.13.dist-info/METADATA,sha256=lrlhVb1Cw40iMS_9bpm8gNpu9t4lnqIMck3rZymH0Gs,10487
|
49
|
+
ansys_mechanical_core-0.11.13.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{ansys_mechanical_core-0.11.12.dist-info → ansys_mechanical_core-0.11.13.dist-info}/entry_points.txt
RENAMED
File without changes
|