ansys-pyensight-core 0.8.11__py3-none-any.whl → 0.8.12__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/deep_pixel_view.html +10 -10
- ansys/pyensight/core/libuserd.py +45 -37
- ansys/pyensight/core/locallauncher.py +2 -0
- ansys/pyensight/core/renderable.py +12 -3
- ansys/pyensight/core/utils/dsg_server.py +27 -5
- ansys/pyensight/core/utils/omniverse_cli.py +33 -24
- ansys/pyensight/core/utils/omniverse_dsg_server.py +3 -1
- ansys/pyensight/core/utils/omniverse_glb_server.py +493 -147
- ansys/pyensight/core/utils/parts.py +1 -1
- ansys/pyensight/core/utils/variables.py +1 -1
- {ansys_pyensight_core-0.8.11.dist-info → ansys_pyensight_core-0.8.12.dist-info}/METADATA +10 -8
- {ansys_pyensight_core-0.8.11.dist-info → ansys_pyensight_core-0.8.12.dist-info}/RECORD +14 -14
- {ansys_pyensight_core-0.8.11.dist-info → ansys_pyensight_core-0.8.12.dist-info}/LICENSE +0 -0
- {ansys_pyensight_core-0.8.11.dist-info → ansys_pyensight_core-0.8.12.dist-info}/WHEEL +0 -0
|
@@ -194,7 +194,7 @@ class Parts:
|
|
|
194
194
|
Dictionary containing the key and value pairs for finding
|
|
195
195
|
the parts. Only the parts that have all the keys and corresponding
|
|
196
196
|
values are returned. If a value for this parameter is supplied, it
|
|
197
|
-
takes precedence over the
|
|
197
|
+
takes precedence over the values supplied for the ``tag`` and
|
|
198
198
|
``value`` parameters.
|
|
199
199
|
|
|
200
200
|
Returns
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ansys-pyensight-core
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.12
|
|
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==1.31.0 ; 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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
ansys/pyensight/core/__init__.py,sha256=yF8ER4bnq8oPCdC1iyO-0Po8zg1hnmkXIooOtyz2INQ,845
|
|
2
2
|
ansys/pyensight/core/common.py,sha256=BgnRfE5NltIjVkI96U98zWv_u4QcLyeMetD59LKVAI4,7086
|
|
3
|
-
ansys/pyensight/core/deep_pixel_view.html,sha256=
|
|
3
|
+
ansys/pyensight/core/deep_pixel_view.html,sha256=6u4mGOuzJiPze8N8pIKJsEGPv5y6-zb38m9IfrarATE,3510
|
|
4
4
|
ansys/pyensight/core/dockerlauncher.py,sha256=LmgEFEjl0l3D_JaeJu5bbGR28aluHYtzb0-BmrC7ta8,28251
|
|
5
5
|
ansys/pyensight/core/enscontext.py,sha256=GSKkjZt1QEPyHEQ59EEBgKGMik9vjCdR9coR4uX7fEw,12141
|
|
6
6
|
ansys/pyensight/core/enshell_grpc.py,sha256=-OxSdFI_p3DmQnqh1jT_a_aSh_w-EUD2IaWGKxrnyjI,17122
|
|
@@ -8,29 +8,29 @@ ansys/pyensight/core/ensight_grpc.py,sha256=BJaErleSPrtI8myTIh0m9awFWPaUxrQmHpbu
|
|
|
8
8
|
ansys/pyensight/core/ensobj.py,sha256=uDtM2KHcAwd4hu5pcUYWbSD729ApHGIvuqZhEq8PxTI,18558
|
|
9
9
|
ansys/pyensight/core/launch_ensight.py,sha256=iZJM6GdpzGRDLzrv1V2QZ5veIOpNSB5xPpJUFY7rBuo,10254
|
|
10
10
|
ansys/pyensight/core/launcher.py,sha256=ymwfixwoHO7_c4qOetqccQbZjGT1HjeA7jwPi2JxlmE,10585
|
|
11
|
-
ansys/pyensight/core/libuserd.py,sha256=
|
|
11
|
+
ansys/pyensight/core/libuserd.py,sha256=dCVO571MUn50vjuj11wS1S-WDC_Qg3jbmrqPAVlxN5w,72581
|
|
12
12
|
ansys/pyensight/core/listobj.py,sha256=Trw87IxIMXtmUd1DzywRmMzORU704AG4scX4fqYmO6M,9340
|
|
13
|
-
ansys/pyensight/core/locallauncher.py,sha256=
|
|
13
|
+
ansys/pyensight/core/locallauncher.py,sha256=ot05X0vj-xDqNSx-2A_RDBBuN9Fyk2dONjkkD9gtVyM,16264
|
|
14
14
|
ansys/pyensight/core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
-
ansys/pyensight/core/renderable.py,sha256=
|
|
15
|
+
ansys/pyensight/core/renderable.py,sha256=ytxIF5Y-_6oBinHPeaMMz9gr6gTU0RWuGNlPpbH-VZM,37056
|
|
16
16
|
ansys/pyensight/core/session.py,sha256=jQA1sT7N3Q4iATH0vtzKf3v6ghg461LphZ2nUeyufCU,74587
|
|
17
17
|
ansys/pyensight/core/sgeo_poll.html,sha256=1M4BIc5CZpYA3b40qzk22NcPCLhjFnWdoS2PrS6Rhn4,752
|
|
18
18
|
ansys/pyensight/core/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
19
19
|
ansys/pyensight/core/utils/adr.py,sha256=XslZhlwcrSGzOlnhzprOv3ju_ppxxsWBjCnQL5KiNms,3570
|
|
20
|
-
ansys/pyensight/core/utils/dsg_server.py,sha256=
|
|
20
|
+
ansys/pyensight/core/utils/dsg_server.py,sha256=XECyCqbGbdxbH_mpTMjDM1CRXwmGFixNHP8bgItjJqA,39622
|
|
21
21
|
ansys/pyensight/core/utils/export.py,sha256=ZNpU3earAnRMBHZa6I8nTwMYY54WctXApJfMTkREBNA,23189
|
|
22
22
|
ansys/pyensight/core/utils/omniverse.py,sha256=k3SxbK_BDmwbiUPr9PLKEswZAyri6EEiT_gaMWIu6zw,14250
|
|
23
|
-
ansys/pyensight/core/utils/omniverse_cli.py,sha256=
|
|
24
|
-
ansys/pyensight/core/utils/omniverse_dsg_server.py,sha256=
|
|
25
|
-
ansys/pyensight/core/utils/omniverse_glb_server.py,sha256=
|
|
26
|
-
ansys/pyensight/core/utils/parts.py,sha256=
|
|
23
|
+
ansys/pyensight/core/utils/omniverse_cli.py,sha256=Cc2NmivW6HUKdQ2yPHFmwtKBqAFTbr0NW2bHyLgGppA,19450
|
|
24
|
+
ansys/pyensight/core/utils/omniverse_dsg_server.py,sha256=3030F5T40H_3su3LGx9asHwIgYklOg-nE0FPfAFVPBk,28343
|
|
25
|
+
ansys/pyensight/core/utils/omniverse_glb_server.py,sha256=xJZeBOO6ccGPT45u-eNWlq9C1YsQj6tiw3TaR9sFCZA,25268
|
|
26
|
+
ansys/pyensight/core/utils/parts.py,sha256=n_QTcR-hks7-WZh1cX63kPq3zpjTbLBxyywtsOi4BTg,53372
|
|
27
27
|
ansys/pyensight/core/utils/query.py,sha256=OXKDbf1sOTX0sUvtKcp64LhVl-BcrEsE43w8uMxLOYI,19828
|
|
28
28
|
ansys/pyensight/core/utils/readers.py,sha256=cNNzrE5pjy4wpQKWAzIIJfJCSpY3HU43az02f5I3pVU,11968
|
|
29
29
|
ansys/pyensight/core/utils/support.py,sha256=QI3z9ex7zJxjFbkCPba9DWqWgPFIThORqr0nvRfVjuc,4089
|
|
30
|
-
ansys/pyensight/core/utils/variables.py,sha256=
|
|
30
|
+
ansys/pyensight/core/utils/variables.py,sha256=ZUiJdDIeRcowrnLXaJQqGwA0RbrfXhc1s4o4v9A4PiY,95133
|
|
31
31
|
ansys/pyensight/core/utils/views.py,sha256=ZKhJ6vMT7Rdd4bwJ0egMYTV7-D7Q7I19fF2_j_CMQ0o,12489
|
|
32
32
|
ansys/pyensight/core/utils/resources/Materials/000_sky.exr,sha256=xAR1gFd2uxPZDnvgfegdhEhRaqKtZldQDiR_-1rHKO0,8819933
|
|
33
|
-
ansys_pyensight_core-0.8.
|
|
34
|
-
ansys_pyensight_core-0.8.
|
|
35
|
-
ansys_pyensight_core-0.8.
|
|
36
|
-
ansys_pyensight_core-0.8.
|
|
33
|
+
ansys_pyensight_core-0.8.12.dist-info/LICENSE,sha256=qQWivZ12ETN5l3QxvTARY-QI5eoRRlyHdwLlAj0Bg5I,1089
|
|
34
|
+
ansys_pyensight_core-0.8.12.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
|
35
|
+
ansys_pyensight_core-0.8.12.dist-info/METADATA,sha256=9Q5e-Dhgz_Sn4Xtc1sJlstmGupuJaonfJ0h-keSimjc,12115
|
|
36
|
+
ansys_pyensight_core-0.8.12.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|