ansys-pyensight-core 0.9.16__tar.gz → 0.9.18__tar.gz
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-0.9.16 → ansys_pyensight_core-0.9.18}/PKG-INFO +1 -2
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/pyproject.toml +2 -3
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/omniverse.py +15 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/LICENSE +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/README.rst +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/__init__.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/common.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/deep_pixel_view.html +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/dockerlauncher.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/dvs.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/enscontext.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/enshell_grpc.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/ensight_grpc.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/ensobj.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/launch_ensight.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/launcher.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/libuserd.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/listobj.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/locallauncher.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/py.typed +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/renderable.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/session.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/sgeo_poll.html +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/__init__.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/adr.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/dsg_server.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/export.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/omniverse_cli.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/omniverse_dsg_server.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/omniverse_glb_server.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/parts.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/query.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/readers.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/resources/Materials/000_sky.exr +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/support.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/variables.py +0 -0
- {ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/views.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ansys-pyensight-core
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.18
|
|
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>
|
|
@@ -26,7 +26,6 @@ Requires-Dist: pypng>=0.0.20
|
|
|
26
26
|
Requires-Dist: psutil>=5.9.2
|
|
27
27
|
Requires-Dist: usd-core==24.8
|
|
28
28
|
Requires-Dist: pygltflib>=1.16.2
|
|
29
|
-
Requires-Dist: grpcio<=1.67.1
|
|
30
29
|
Requires-Dist: build>=0.10.0 ; extra == "dev"
|
|
31
30
|
Requires-Dist: bump2version>=1.0.1 ; extra == "dev"
|
|
32
31
|
Requires-Dist: ipdb>=0.9.4 ; extra == "dev"
|
|
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "ansys-pyensight-core"
|
|
9
|
-
version = "0.9.
|
|
9
|
+
version = "0.9.18"
|
|
10
10
|
description = "A python wrapper for Ansys EnSight"
|
|
11
11
|
readme = "README.rst"
|
|
12
12
|
requires-python = ">=3.10,<3.14"
|
|
@@ -35,8 +35,7 @@ dependencies = [
|
|
|
35
35
|
"pypng>=0.0.20",
|
|
36
36
|
"psutil>=5.9.2",
|
|
37
37
|
"usd-core==24.8",
|
|
38
|
-
"pygltflib>=1.16.2"
|
|
39
|
-
"grpcio<=1.67.1"
|
|
38
|
+
"pygltflib>=1.16.2"
|
|
40
39
|
]
|
|
41
40
|
|
|
42
41
|
[project.optional-dependencies]
|
|
@@ -274,8 +274,23 @@ class Omniverse:
|
|
|
274
274
|
if platform.system() == "Windows":
|
|
275
275
|
self._interpreter += ".bat"
|
|
276
276
|
return
|
|
277
|
+
# Check if the python interpreter is kit itself
|
|
278
|
+
is_omni = False
|
|
279
|
+
try:
|
|
280
|
+
import omni # noqa: F401
|
|
281
|
+
|
|
282
|
+
is_omni = "kit" in os.path.basename(sys.executable)
|
|
283
|
+
except ModuleNotFoundError:
|
|
284
|
+
pass
|
|
277
285
|
# Using the python interpreter running this code
|
|
278
286
|
self._interpreter = sys.executable
|
|
287
|
+
if is_omni:
|
|
288
|
+
kit_path = os.path.dirname(sys.executable)
|
|
289
|
+
self._interpreter = os.path.join(kit_path, "python")
|
|
290
|
+
if platform.system() == "Windows":
|
|
291
|
+
self._interpreter += ".bat"
|
|
292
|
+
else:
|
|
293
|
+
self._interpreter += ".sh"
|
|
279
294
|
|
|
280
295
|
# in the future, these will be part of the pyensight wheel
|
|
281
296
|
# dependencies, but for now we include this check.
|
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/__init__.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/enscontext.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/enshell_grpc.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/ensight_grpc.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/ensobj.py
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/launcher.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/libuserd.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/listobj.py
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/py.typed
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/renderable.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/session.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/sgeo_poll.html
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/adr.py
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/export.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/parts.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/query.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.16 → ansys_pyensight_core-0.9.18}/src/ansys/pyensight/core/utils/views.py
RENAMED
|
File without changes
|