ansys-pyensight-core 0.9.7__tar.gz → 0.9.9__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.7 → ansys_pyensight_core-0.9.9}/LICENSE +8 -8
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/PKG-INFO +3 -2
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/pyproject.toml +4 -3
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/README.rst +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/__init__.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/common.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/deep_pixel_view.html +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/dockerlauncher.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/dvs.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/enscontext.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/enshell_grpc.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/ensight_grpc.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/ensobj.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/launch_ensight.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/launcher.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/libuserd.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/listobj.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/locallauncher.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/py.typed +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/renderable.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/session.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/sgeo_poll.html +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/__init__.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/adr.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/dsg_server.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/export.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/omniverse.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/omniverse_cli.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/omniverse_dsg_server.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/omniverse_glb_server.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/parts.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/query.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/readers.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/resources/Materials/000_sky.exr +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/support.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/variables.py +0 -0
- {ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/views.py +0 -0
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2023 ANSYS, Inc.
|
|
3
|
+
Copyright (c) 2023 - 2025 ANSYS, Inc. and/or its affiliates.
|
|
4
4
|
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
7
|
+
the Software without restriction, including without limitation the rights to
|
|
8
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
9
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
10
|
+
so, subject to the following conditions:
|
|
11
11
|
|
|
12
12
|
The above copyright notice and this permission notice shall be included in all
|
|
13
13
|
copies or substantial portions of the Software.
|
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: ansys-pyensight-core
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.9
|
|
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>
|
|
@@ -24,8 +24,9 @@ Requires-Dist: numpy>=1.21.0,<3
|
|
|
24
24
|
Requires-Dist: Pillow>=9.3.0
|
|
25
25
|
Requires-Dist: pypng>=0.0.20
|
|
26
26
|
Requires-Dist: psutil>=5.9.2
|
|
27
|
-
Requires-Dist: usd-core
|
|
27
|
+
Requires-Dist: usd-core==24.8
|
|
28
28
|
Requires-Dist: pygltflib>=1.16.2
|
|
29
|
+
Requires-Dist: grpcio<=1.67.1
|
|
29
30
|
Requires-Dist: build>=0.10.0 ; extra == "dev"
|
|
30
31
|
Requires-Dist: bump2version>=1.0.1 ; extra == "dev"
|
|
31
32
|
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.9"
|
|
10
10
|
description = "A python wrapper for Ansys EnSight"
|
|
11
11
|
readme = "README.rst"
|
|
12
12
|
requires-python = ">=3.9,<4"
|
|
@@ -35,8 +35,9 @@ dependencies = [
|
|
|
35
35
|
"Pillow>=9.3.0",
|
|
36
36
|
"pypng>=0.0.20",
|
|
37
37
|
"psutil>=5.9.2",
|
|
38
|
-
"usd-core
|
|
39
|
-
"pygltflib>=1.16.2"
|
|
38
|
+
"usd-core==24.8",
|
|
39
|
+
"pygltflib>=1.16.2",
|
|
40
|
+
"grpcio<=1.67.1"
|
|
40
41
|
]
|
|
41
42
|
|
|
42
43
|
[project.optional-dependencies]
|
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/__init__.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/common.py
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/dockerlauncher.py
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/enscontext.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/enshell_grpc.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/ensight_grpc.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/ensobj.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/launch_ensight.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/launcher.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/libuserd.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/listobj.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/locallauncher.py
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/renderable.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/session.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/sgeo_poll.html
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/__init__.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/adr.py
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/export.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/parts.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/query.py
RENAMED
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/readers.py
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/support.py
RENAMED
|
File without changes
|
|
File without changes
|
{ansys_pyensight_core-0.9.7 → ansys_pyensight_core-0.9.9}/src/ansys/pyensight/core/utils/views.py
RENAMED
|
File without changes
|