ansys-pyensight-core 0.7.6__tar.gz → 0.7.8__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.7.6 → ansys_pyensight_core-0.7.8}/PKG-INFO +4 -2
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/pyproject.toml +6 -3
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/ensight_grpc.py +430 -411
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/renderable.py +42 -21
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/session.py +5 -2
- ansys_pyensight_core-0.7.8/src/ansys/pyensight/core/utils/omniverse.py +239 -0
- ansys_pyensight_core-0.7.8/src/ansys/pyensight/core/utils/omniverse_dsg_server.py +1354 -0
- ansys_pyensight_core-0.7.8/src/ansys/pyensight/core/utils/resources/Materials/000_sky.exr +0 -0
- ansys_pyensight_core-0.7.8/src/ansys/pyensight/core/utils/resources/Materials/Fieldstone/Fieldstone_BaseColor.png +0 -0
- ansys_pyensight_core-0.7.8/src/ansys/pyensight/core/utils/resources/Materials/Fieldstone/Fieldstone_N.png +0 -0
- ansys_pyensight_core-0.7.8/src/ansys/pyensight/core/utils/resources/Materials/Fieldstone/Fieldstone_ORM.png +0 -0
- ansys_pyensight_core-0.7.8/src/ansys/pyensight/core/utils/resources/Materials/Fieldstone.mdl +54 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/utils/variables.py +119 -107
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/LICENSE +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/README.rst +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/__init__.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/deep_pixel_view.html +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/dockerlauncher.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/enscontext.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/enshell_grpc.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/ensobj.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/launch_ensight.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/launcher.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/listobj.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/locallauncher.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/py.typed +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/sgeo_poll.html +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/utils/__init__.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/utils/adr.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/utils/export.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/utils/parts.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/utils/query.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/utils/support.py +0 -0
- {ansys_pyensight_core-0.7.6 → ansys_pyensight_core-0.7.8}/src/ansys/pyensight/core/utils/views.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ansys-pyensight-core
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.8
|
|
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>
|
|
@@ -16,12 +16,14 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.12
|
|
18
18
|
Requires-Dist: importlib-metadata>=4.0; python_version<='3.8'
|
|
19
|
-
Requires-Dist: ansys-api-pyensight==0.3.
|
|
19
|
+
Requires-Dist: ansys-api-pyensight==0.3.7
|
|
20
20
|
Requires-Dist: requests>=2.28.2
|
|
21
21
|
Requires-Dist: docker>=6.1.0
|
|
22
22
|
Requires-Dist: urllib3<2
|
|
23
23
|
Requires-Dist: numpy>=1.21.0,<2
|
|
24
24
|
Requires-Dist: Pillow>=9.3.0
|
|
25
|
+
Requires-Dist: pypng>=0.0.20
|
|
26
|
+
Requires-Dist: psutil>=5.9.2
|
|
25
27
|
Requires-Dist: build>=0.10.0 ; extra == "dev"
|
|
26
28
|
Requires-Dist: bump2version>=1.0.1 ; extra == "dev"
|
|
27
29
|
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.7.
|
|
9
|
+
version = "0.7.8"
|
|
10
10
|
description = "A python wrapper for Ansys EnSight"
|
|
11
11
|
readme = "README.rst"
|
|
12
12
|
requires-python = ">=3.9,<4"
|
|
@@ -27,12 +27,14 @@ classifiers = [
|
|
|
27
27
|
|
|
28
28
|
dependencies = [
|
|
29
29
|
"importlib-metadata>=4.0; python_version<='3.8'",
|
|
30
|
-
"ansys-api-pyensight==0.3.
|
|
30
|
+
"ansys-api-pyensight==0.3.7",
|
|
31
31
|
"requests>=2.28.2",
|
|
32
32
|
"docker>=6.1.0",
|
|
33
33
|
"urllib3<2",
|
|
34
34
|
"numpy>=1.21.0,<2",
|
|
35
35
|
"Pillow>=9.3.0",
|
|
36
|
+
"pypng>=0.0.20",
|
|
37
|
+
"psutil>=5.9.2"
|
|
36
38
|
]
|
|
37
39
|
|
|
38
40
|
[project.optional-dependencies]
|
|
@@ -82,7 +84,8 @@ name = "ansys.pyensight.core"
|
|
|
82
84
|
branch = true
|
|
83
85
|
omit = [
|
|
84
86
|
"*/locallauncher.py",
|
|
85
|
-
"*/adr.py"
|
|
87
|
+
"*/adr.py",
|
|
88
|
+
"*/omniverse*.py"
|
|
86
89
|
]
|
|
87
90
|
|
|
88
91
|
[tool.coverage.report]
|