ansys-pyensight-core 0.8.11__py3-none-any.whl → 0.8.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.
Potentially problematic release.
This version of ansys-pyensight-core might be problematic. Click here for more details.
- ansys/pyensight/core/common.py +216 -216
- ansys/pyensight/core/deep_pixel_view.html +10 -10
- ansys/pyensight/core/ensight_grpc.py +432 -432
- ansys/pyensight/core/libuserd.py +1953 -1945
- ansys/pyensight/core/locallauncher.py +2 -0
- ansys/pyensight/core/renderable.py +853 -844
- ansys/pyensight/core/session.py +1820 -1820
- ansys/pyensight/core/utils/dsg_server.py +1085 -912
- ansys/pyensight/core/utils/export.py +584 -584
- ansys/pyensight/core/utils/omniverse.py +362 -362
- ansys/pyensight/core/utils/omniverse_cli.py +520 -481
- ansys/pyensight/core/utils/omniverse_dsg_server.py +882 -690
- ansys/pyensight/core/utils/omniverse_glb_server.py +631 -279
- ansys/pyensight/core/utils/parts.py +1199 -1199
- ansys/pyensight/core/utils/variables.py +1 -1
- {ansys_pyensight_core-0.8.11.dist-info → ansys_pyensight_core-0.8.13.dist-info}/METADATA +11 -9
- ansys_pyensight_core-0.8.13.dist-info/RECORD +36 -0
- {ansys_pyensight_core-0.8.11.dist-info → ansys_pyensight_core-0.8.13.dist-info}/WHEEL +1 -1
- ansys_pyensight_core-0.8.11.dist-info/RECORD +0 -36
- {ansys_pyensight_core-0.8.11.dist-info → ansys_pyensight_core-0.8.13.dist-info}/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: ansys-pyensight-core
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.13
|
|
4
4
|
Summary: A python wrapper for Ansys EnSight
|
|
5
5
|
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
|
6
6
|
Maintainer-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
|
@@ -32,27 +32,29 @@ Requires-Dist: ipdb>=0.9.4 ; extra == "dev"
|
|
|
32
32
|
Requires-Dist: dill>=0.3.5.1 ; extra == "dev"
|
|
33
33
|
Requires-Dist: pre-commit>=3.3.3 ; extra == "dev"
|
|
34
34
|
Requires-Dist: Sphinx==8.0.2 ; extra == "doc"
|
|
35
|
-
Requires-Dist: numpydoc==1.
|
|
36
|
-
Requires-Dist: ansys-sphinx-theme==
|
|
35
|
+
Requires-Dist: numpydoc==1.8.0 ; extra == "doc"
|
|
36
|
+
Requires-Dist: ansys-sphinx-theme==1.1.1 ; extra == "doc"
|
|
37
37
|
Requires-Dist: sphinx-copybutton==0.5.2 ; extra == "doc"
|
|
38
|
-
Requires-Dist: sphinx-gallery==0.
|
|
38
|
+
Requires-Dist: sphinx-gallery==0.17.1 ; extra == "doc"
|
|
39
39
|
Requires-Dist: sphinxcontrib-mermaid==0.9.2 ; extra == "doc"
|
|
40
40
|
Requires-Dist: docker>=6.1.0 ; extra == "doc"
|
|
41
41
|
Requires-Dist: matplotlib==3.9.1.post1 ; extra == "doc"
|
|
42
42
|
Requires-Dist: requests>=2.28.2 ; extra == "doc"
|
|
43
43
|
Requires-Dist: sphinxcontrib.jquery==4.1 ; extra == "doc"
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist:
|
|
46
|
-
Requires-Dist: sphinxcontrib-video==0.2.
|
|
44
|
+
Requires-Dist: sphinxcontrib-openapi==0.8.4 ; extra == "doc"
|
|
45
|
+
Requires-Dist: coverage-badge==1.1.2 ; extra == "doc"
|
|
46
|
+
Requires-Dist: sphinxcontrib-video==0.2.1 ; extra == "doc"
|
|
47
47
|
Requires-Dist: usd-core>=24.8 ; extra == "doc"
|
|
48
48
|
Requires-Dist: pygltflib>=1.16.2 ; extra == "doc"
|
|
49
49
|
Requires-Dist: pytest==8.3.2 ; extra == "tests"
|
|
50
|
-
Requires-Dist: pytest-cov==
|
|
50
|
+
Requires-Dist: pytest-cov==5.0.0 ; extra == "tests"
|
|
51
51
|
Requires-Dist: dill>=0.3.5.1 ; extra == "tests"
|
|
52
52
|
Requires-Dist: pytest-mock==3.10.0 ; extra == "tests"
|
|
53
53
|
Requires-Dist: urllib3==2.2.2 ; extra == "tests"
|
|
54
54
|
Requires-Dist: requests>=2.28.2 ; extra == "tests"
|
|
55
55
|
Requires-Dist: docker>=6.1.0 ; extra == "tests"
|
|
56
|
+
Requires-Dist: pytest-xdist==3.6.1 ; extra == "tests"
|
|
57
|
+
Requires-Dist: pytest-rerunfailures~=14.0 ; extra == "tests"
|
|
56
58
|
Project-URL: Changelog, https://github.com/ansys/pyensight/blob/main/CHANGELOG.rst
|
|
57
59
|
Project-URL: Documentation, https://ensight.docs.pyansys.com/
|
|
58
60
|
Project-URL: Homepage, https://github.com/ansys/pyensight
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
ansys/pyensight/core/__init__.py,sha256=yF8ER4bnq8oPCdC1iyO-0Po8zg1hnmkXIooOtyz2INQ,845
|
|
2
|
+
ansys/pyensight/core/common.py,sha256=_sB53zKEL1vmOLEFZCJthCZQbszkk48PiVKLfhNkiJI,6870
|
|
3
|
+
ansys/pyensight/core/deep_pixel_view.html,sha256=6u4mGOuzJiPze8N8pIKJsEGPv5y6-zb38m9IfrarATE,3510
|
|
4
|
+
ansys/pyensight/core/dockerlauncher.py,sha256=LmgEFEjl0l3D_JaeJu5bbGR28aluHYtzb0-BmrC7ta8,28251
|
|
5
|
+
ansys/pyensight/core/enscontext.py,sha256=GSKkjZt1QEPyHEQ59EEBgKGMik9vjCdR9coR4uX7fEw,12141
|
|
6
|
+
ansys/pyensight/core/enshell_grpc.py,sha256=-OxSdFI_p3DmQnqh1jT_a_aSh_w-EUD2IaWGKxrnyjI,17122
|
|
7
|
+
ansys/pyensight/core/ensight_grpc.py,sha256=0_qv9gUQsWyRSGGtTW84PNNEVegtsCPrnT6oXix-hvc,16415
|
|
8
|
+
ansys/pyensight/core/ensobj.py,sha256=uDtM2KHcAwd4hu5pcUYWbSD729ApHGIvuqZhEq8PxTI,18558
|
|
9
|
+
ansys/pyensight/core/launch_ensight.py,sha256=iZJM6GdpzGRDLzrv1V2QZ5veIOpNSB5xPpJUFY7rBuo,10254
|
|
10
|
+
ansys/pyensight/core/launcher.py,sha256=ymwfixwoHO7_c4qOetqccQbZjGT1HjeA7jwPi2JxlmE,10585
|
|
11
|
+
ansys/pyensight/core/libuserd.py,sha256=JIORrVqmbjsqnT9O-FUPwq1B1-Jt-lmDKaPkrrtVHJ0,70628
|
|
12
|
+
ansys/pyensight/core/listobj.py,sha256=Trw87IxIMXtmUd1DzywRmMzORU704AG4scX4fqYmO6M,9340
|
|
13
|
+
ansys/pyensight/core/locallauncher.py,sha256=ot05X0vj-xDqNSx-2A_RDBBuN9Fyk2dONjkkD9gtVyM,16264
|
|
14
|
+
ansys/pyensight/core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
+
ansys/pyensight/core/renderable.py,sha256=YhPfqjvTlJXn9BB4ctJXRwTfs0Yol8JLgOU9XQt5AC0,36203
|
|
16
|
+
ansys/pyensight/core/session.py,sha256=T0zPiBmOMroBYhsw4Byf4Y-fKxJX_LhnI6DOzm1hat0,72767
|
|
17
|
+
ansys/pyensight/core/sgeo_poll.html,sha256=1M4BIc5CZpYA3b40qzk22NcPCLhjFnWdoS2PrS6Rhn4,752
|
|
18
|
+
ansys/pyensight/core/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
|
+
ansys/pyensight/core/utils/adr.py,sha256=XslZhlwcrSGzOlnhzprOv3ju_ppxxsWBjCnQL5KiNms,3570
|
|
20
|
+
ansys/pyensight/core/utils/dsg_server.py,sha256=RjUuGGgKfm1umJcItLjCYeTgx3BlSM5PmJ_9zW9G5ZI,44232
|
|
21
|
+
ansys/pyensight/core/utils/export.py,sha256=UAJQcrElo3esQD0CWdxxjMQ8yE1vB4cdAhF33_uZfQw,22605
|
|
22
|
+
ansys/pyensight/core/utils/omniverse.py,sha256=EAQnS_bapR2owEGa4X3hcyqpzGEnUf734nhW3WeglpY,13888
|
|
23
|
+
ansys/pyensight/core/utils/omniverse_cli.py,sha256=m5TgxHxDVVSqEY4kGss0OwV-aYHDVX076JPwKlx1fp0,20042
|
|
24
|
+
ansys/pyensight/core/utils/omniverse_dsg_server.py,sha256=gW9uQfHmuSYS9VrwI6jkn6BxIfu3MoxUbK7QlN6Cuec,35482
|
|
25
|
+
ansys/pyensight/core/utils/omniverse_glb_server.py,sha256=FlftOS-MFCFlFyIFGe8o7dpHASPRjc37f_KJtDto7ss,24921
|
|
26
|
+
ansys/pyensight/core/utils/parts.py,sha256=222XFRCjLgH7hho-cK9JrGCg3-KlTf54KIgc7y50sTE,52173
|
|
27
|
+
ansys/pyensight/core/utils/query.py,sha256=OXKDbf1sOTX0sUvtKcp64LhVl-BcrEsE43w8uMxLOYI,19828
|
|
28
|
+
ansys/pyensight/core/utils/readers.py,sha256=cNNzrE5pjy4wpQKWAzIIJfJCSpY3HU43az02f5I3pVU,11968
|
|
29
|
+
ansys/pyensight/core/utils/support.py,sha256=QI3z9ex7zJxjFbkCPba9DWqWgPFIThORqr0nvRfVjuc,4089
|
|
30
|
+
ansys/pyensight/core/utils/variables.py,sha256=ZUiJdDIeRcowrnLXaJQqGwA0RbrfXhc1s4o4v9A4PiY,95133
|
|
31
|
+
ansys/pyensight/core/utils/views.py,sha256=ZKhJ6vMT7Rdd4bwJ0egMYTV7-D7Q7I19fF2_j_CMQ0o,12489
|
|
32
|
+
ansys/pyensight/core/utils/resources/Materials/000_sky.exr,sha256=xAR1gFd2uxPZDnvgfegdhEhRaqKtZldQDiR_-1rHKO0,8819933
|
|
33
|
+
ansys_pyensight_core-0.8.13.dist-info/LICENSE,sha256=qQWivZ12ETN5l3QxvTARY-QI5eoRRlyHdwLlAj0Bg5I,1089
|
|
34
|
+
ansys_pyensight_core-0.8.13.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
|
35
|
+
ansys_pyensight_core-0.8.13.dist-info/METADATA,sha256=2M6QrNcQyhjcGaUbewlvyCFSnG4oKveDiwWzB1zSFEU,12114
|
|
36
|
+
ansys_pyensight_core-0.8.13.dist-info/RECORD,,
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
ansys/pyensight/core/__init__.py,sha256=yF8ER4bnq8oPCdC1iyO-0Po8zg1hnmkXIooOtyz2INQ,845
|
|
2
|
-
ansys/pyensight/core/common.py,sha256=BgnRfE5NltIjVkI96U98zWv_u4QcLyeMetD59LKVAI4,7086
|
|
3
|
-
ansys/pyensight/core/deep_pixel_view.html,sha256=oZmcCIS3Dqqsoj8oheYubLAH2ZVKXao3iJM2WXYBEKs,3421
|
|
4
|
-
ansys/pyensight/core/dockerlauncher.py,sha256=LmgEFEjl0l3D_JaeJu5bbGR28aluHYtzb0-BmrC7ta8,28251
|
|
5
|
-
ansys/pyensight/core/enscontext.py,sha256=GSKkjZt1QEPyHEQ59EEBgKGMik9vjCdR9coR4uX7fEw,12141
|
|
6
|
-
ansys/pyensight/core/enshell_grpc.py,sha256=-OxSdFI_p3DmQnqh1jT_a_aSh_w-EUD2IaWGKxrnyjI,17122
|
|
7
|
-
ansys/pyensight/core/ensight_grpc.py,sha256=BJaErleSPrtI8myTIh0m9awFWPaUxrQmHpbuyR3RpM4,16847
|
|
8
|
-
ansys/pyensight/core/ensobj.py,sha256=uDtM2KHcAwd4hu5pcUYWbSD729ApHGIvuqZhEq8PxTI,18558
|
|
9
|
-
ansys/pyensight/core/launch_ensight.py,sha256=iZJM6GdpzGRDLzrv1V2QZ5veIOpNSB5xPpJUFY7rBuo,10254
|
|
10
|
-
ansys/pyensight/core/launcher.py,sha256=ymwfixwoHO7_c4qOetqccQbZjGT1HjeA7jwPi2JxlmE,10585
|
|
11
|
-
ansys/pyensight/core/libuserd.py,sha256=P5ewBFey_a9YYhRhbWSCCy2KXtyccsJyyLWlYh-Hxgo,72592
|
|
12
|
-
ansys/pyensight/core/listobj.py,sha256=Trw87IxIMXtmUd1DzywRmMzORU704AG4scX4fqYmO6M,9340
|
|
13
|
-
ansys/pyensight/core/locallauncher.py,sha256=MnSyKVe0JGXN0YJ9f_msw_TBbLGfqDpjWWC4-haAjJ4,16205
|
|
14
|
-
ansys/pyensight/core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
-
ansys/pyensight/core/renderable.py,sha256=Z59F0u1Znot_MU_fT77F4CO7qbDxqDetFGzzgZcekCs,36440
|
|
16
|
-
ansys/pyensight/core/session.py,sha256=jQA1sT7N3Q4iATH0vtzKf3v6ghg461LphZ2nUeyufCU,74587
|
|
17
|
-
ansys/pyensight/core/sgeo_poll.html,sha256=1M4BIc5CZpYA3b40qzk22NcPCLhjFnWdoS2PrS6Rhn4,752
|
|
18
|
-
ansys/pyensight/core/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
|
-
ansys/pyensight/core/utils/adr.py,sha256=XslZhlwcrSGzOlnhzprOv3ju_ppxxsWBjCnQL5KiNms,3570
|
|
20
|
-
ansys/pyensight/core/utils/dsg_server.py,sha256=zPvIHlgiJxiy0NQm3uIsh2nPY8TyAHaHaXtDMN28jiY,38869
|
|
21
|
-
ansys/pyensight/core/utils/export.py,sha256=ZNpU3earAnRMBHZa6I8nTwMYY54WctXApJfMTkREBNA,23189
|
|
22
|
-
ansys/pyensight/core/utils/omniverse.py,sha256=k3SxbK_BDmwbiUPr9PLKEswZAyri6EEiT_gaMWIu6zw,14250
|
|
23
|
-
ansys/pyensight/core/utils/omniverse_cli.py,sha256=aePr-2AWla2mMgPx8NlwIApAD1rAdVLmNOBWKjMXNQA,18786
|
|
24
|
-
ansys/pyensight/core/utils/omniverse_dsg_server.py,sha256=SjKY8-q-M26tge13HW6Js71RoQnFgkjWELtHpXk707c,28185
|
|
25
|
-
ansys/pyensight/core/utils/omniverse_glb_server.py,sha256=VYSbIwKMZASAmgYwRGbN5PrCjbSdaL7MaFxMnOJlTFg,9793
|
|
26
|
-
ansys/pyensight/core/utils/parts.py,sha256=zST00r76kjsLLclBaKoOtuYhDUSdQr0vAooOG7AUea0,53372
|
|
27
|
-
ansys/pyensight/core/utils/query.py,sha256=OXKDbf1sOTX0sUvtKcp64LhVl-BcrEsE43w8uMxLOYI,19828
|
|
28
|
-
ansys/pyensight/core/utils/readers.py,sha256=cNNzrE5pjy4wpQKWAzIIJfJCSpY3HU43az02f5I3pVU,11968
|
|
29
|
-
ansys/pyensight/core/utils/support.py,sha256=QI3z9ex7zJxjFbkCPba9DWqWgPFIThORqr0nvRfVjuc,4089
|
|
30
|
-
ansys/pyensight/core/utils/variables.py,sha256=T96aL-qR2FtxH6QafeD9ddcWL9BB6IRSOYs2JauRTlg,95133
|
|
31
|
-
ansys/pyensight/core/utils/views.py,sha256=ZKhJ6vMT7Rdd4bwJ0egMYTV7-D7Q7I19fF2_j_CMQ0o,12489
|
|
32
|
-
ansys/pyensight/core/utils/resources/Materials/000_sky.exr,sha256=xAR1gFd2uxPZDnvgfegdhEhRaqKtZldQDiR_-1rHKO0,8819933
|
|
33
|
-
ansys_pyensight_core-0.8.11.dist-info/LICENSE,sha256=qQWivZ12ETN5l3QxvTARY-QI5eoRRlyHdwLlAj0Bg5I,1089
|
|
34
|
-
ansys_pyensight_core-0.8.11.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
|
35
|
-
ansys_pyensight_core-0.8.11.dist-info/METADATA,sha256=7HoVAVfhnAucYeDmIIrcRhCXjcObDnISxnMQHENPKgM,11999
|
|
36
|
-
ansys_pyensight_core-0.8.11.dist-info/RECORD,,
|
|
File without changes
|