ansys-pyensight-core 0.10.3__tar.gz → 0.10.4__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.10.3 → ansys_pyensight_core-0.10.4}/PKG-INFO +2 -2
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/pyproject.toml +2 -2
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/locallauncher.py +3 -8
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/export.py +1 -1
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/omniverse.py +25 -2
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/LICENSE +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/README.rst +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/__init__.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/common.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/deep_pixel_view.html +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/dockerlauncher.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/dvs.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/enscontext.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/enshell_grpc.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/ensight_grpc.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/ensobj.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/launch_ensight.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/launcher.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/libuserd.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/listobj.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/py.typed +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/renderable.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/session.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/sgeo_poll.html +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/__init__.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/adr.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/dsg_server.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/omniverse_cli.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/omniverse_dsg_server.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/omniverse_glb_server.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/parts.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/query.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/readers.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/resources/Materials/000_sky.exr +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/support.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/variables.py +0 -0
- {ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/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.10.
|
|
3
|
+
Version: 0.10.4
|
|
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>
|
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
18
|
License-File: LICENSE
|
|
19
19
|
Requires-Dist: importlib-metadata>=4.0; python_version<='3.8'
|
|
20
|
-
Requires-Dist: ansys-api-pyensight==0.4.
|
|
20
|
+
Requires-Dist: ansys-api-pyensight==0.4.8
|
|
21
21
|
Requires-Dist: requests>=2.28.2
|
|
22
22
|
Requires-Dist: docker>=6.1.0
|
|
23
23
|
Requires-Dist: urllib3<2.4.0
|
|
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "ansys-pyensight-core"
|
|
9
|
-
version = "0.10.
|
|
9
|
+
version = "0.10.4"
|
|
10
10
|
description = "A python wrapper for Ansys EnSight"
|
|
11
11
|
readme = "README.rst"
|
|
12
12
|
requires-python = ">=3.10,<3.14"
|
|
@@ -27,7 +27,7 @@ classifiers = [
|
|
|
27
27
|
|
|
28
28
|
dependencies = [
|
|
29
29
|
"importlib-metadata>=4.0; python_version<='3.8'",
|
|
30
|
-
"ansys-api-pyensight==0.4.
|
|
30
|
+
"ansys-api-pyensight==0.4.8",
|
|
31
31
|
"requests>=2.28.2",
|
|
32
32
|
"docker>=6.1.0",
|
|
33
33
|
"urllib3<2.4.0",
|
|
@@ -110,15 +110,10 @@ class LocalLauncher(Launcher):
|
|
|
110
110
|
path_to_webui, f"nexus{version}", f"ansys{version}", "ensight", "WebUI", "web", "ui"
|
|
111
111
|
)
|
|
112
112
|
# Ansys environment
|
|
113
|
-
|
|
114
|
-
os.path.join(os.path.dirname(path_to_webui), "simcfd", "web", "ui"),
|
|
115
|
-
os.path.join(os.path.dirname(path_to_webui), "fluidsone", "web", "ui"),
|
|
116
|
-
]
|
|
113
|
+
path_to_webui_ansys = os.path.join(os.path.dirname(path_to_webui), "FluidsOne", "web", "ui")
|
|
117
114
|
path_to_webui = path_to_webui_internal
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
path_to_webui = path
|
|
121
|
-
break
|
|
115
|
+
if os.path.exists(path_to_webui_ansys):
|
|
116
|
+
path_to_webui = path_to_webui_ansys
|
|
122
117
|
cmd += ["--server-listen-port", str(self._ports[5])]
|
|
123
118
|
cmd += ["--server-web-roots", path_to_webui]
|
|
124
119
|
cmd += ["--ensight-grpc-port", str(self._ports[0])]
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/export.py
RENAMED
|
@@ -175,7 +175,7 @@ class Export:
|
|
|
175
175
|
"""
|
|
176
176
|
if array is None:
|
|
177
177
|
return None
|
|
178
|
-
return dict(shape=array.shape, dtype=array.dtype.str, data=array.
|
|
178
|
+
return dict(shape=array.shape, dtype=array.dtype.str, data=array.tobytes())
|
|
179
179
|
|
|
180
180
|
@staticmethod
|
|
181
181
|
def _numpy_from_dict(obj: Optional[dict]) -> Any:
|
|
@@ -18,6 +18,14 @@ if TYPE_CHECKING:
|
|
|
18
18
|
from ansys.api.pyensight import ensight_api
|
|
19
19
|
|
|
20
20
|
|
|
21
|
+
def _handle_fluids_one(install_path):
|
|
22
|
+
cei_path = install_path
|
|
23
|
+
interpreter = os.path.join(cei_path, "bin", "cpython")
|
|
24
|
+
if platform.system() == "Windows":
|
|
25
|
+
interpreter += ".bat"
|
|
26
|
+
return interpreter
|
|
27
|
+
|
|
28
|
+
|
|
21
29
|
class OmniverseKitInstance:
|
|
22
30
|
"""Interface to an Omniverse application instance
|
|
23
31
|
|
|
@@ -212,8 +220,17 @@ def launch_kit_instance(
|
|
|
212
220
|
return OmniverseKitInstance(p.pid)
|
|
213
221
|
|
|
214
222
|
|
|
215
|
-
def find_app() -> Optional[str]:
|
|
223
|
+
def find_app(ansys_installation: Optional[str] = None) -> Optional[str]:
|
|
216
224
|
dirs_to_check = []
|
|
225
|
+
if ansys_installation:
|
|
226
|
+
# Given a different Ansys install
|
|
227
|
+
local_tp = os.path.join(os.path.join(ansys_installation, "tp", "omni_viewer"))
|
|
228
|
+
if os.path.exists(local_tp):
|
|
229
|
+
dirs_to_check.append(local_tp)
|
|
230
|
+
# Dev Folder
|
|
231
|
+
local_dev_omni = os.path.join(ansys_installation, "omni_build")
|
|
232
|
+
if os.path.exists(local_dev_omni):
|
|
233
|
+
dirs_to_check.append(local_dev_omni)
|
|
217
234
|
if "PYENSIGHT_ANSYS_INSTALLATION" in os.environ:
|
|
218
235
|
env_inst = os.environ["PYENSIGHT_ANSYS_INSTALLATION"]
|
|
219
236
|
dirs_to_check.append(os.path.join(env_inst, "tp", "omni_viewer"))
|
|
@@ -243,6 +260,8 @@ def launch_app(
|
|
|
243
260
|
log_file: Optional[str] = None,
|
|
244
261
|
log_level: Optional[str] = "warn",
|
|
245
262
|
cli_options: Optional[List[str]] = None,
|
|
263
|
+
ansys_installation: Optional[str] = None,
|
|
264
|
+
interpreter: Optional[str] = None,
|
|
246
265
|
) -> "OmniverseKitInstance":
|
|
247
266
|
"""Launch the Ansys Omniverse application
|
|
248
267
|
|
|
@@ -278,7 +297,9 @@ def launch_app(
|
|
|
278
297
|
|
|
279
298
|
"""
|
|
280
299
|
cmd = [sys.executable]
|
|
281
|
-
|
|
300
|
+
if interpreter:
|
|
301
|
+
cmd = [interpreter]
|
|
302
|
+
app = find_app(ansys_installation=ansys_installation)
|
|
282
303
|
if not app:
|
|
283
304
|
raise RuntimeError("Unable to find the Ansys Omniverse app")
|
|
284
305
|
cmd.extend([app])
|
|
@@ -379,6 +400,8 @@ class Omniverse:
|
|
|
379
400
|
pass
|
|
380
401
|
# Using the python interpreter running this code
|
|
381
402
|
self._interpreter = sys.executable
|
|
403
|
+
if "fluids_one" in self._interpreter: # compiled simba-app
|
|
404
|
+
self._interpreter = _handle_fluids_one(self._ensight._session._install_path)
|
|
382
405
|
if is_omni:
|
|
383
406
|
kit_path = os.path.dirname(sys.executable)
|
|
384
407
|
self._interpreter = os.path.join(kit_path, "python")
|
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/__init__.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/enscontext.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/enshell_grpc.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/ensight_grpc.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/ensobj.py
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/launcher.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/libuserd.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/listobj.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/py.typed
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/renderable.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/session.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/sgeo_poll.html
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/adr.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/parts.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.10.3 → ansys_pyensight_core-0.10.4}/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.10.3 → ansys_pyensight_core-0.10.4}/src/ansys/pyensight/core/utils/views.py
RENAMED
|
File without changes
|