ansys-pyensight-core 0.8.1__py3-none-any.whl → 0.8.3__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.

@@ -26,7 +26,7 @@ class Readers:
26
26
  self._dvs = DVS(self._ensight)
27
27
 
28
28
  @property
29
- def dvs(self):
29
+ def dvs(self) -> "DVS":
30
30
  return self._dvs
31
31
 
32
32
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ansys-pyensight-core
3
- Version: 0.8.1
3
+ Version: 0.8.3
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,8 +16,8 @@ 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.4.0
20
- Requires-Dist: requests>=2.28.2
19
+ Requires-Dist: ansys-api-pyensight==0.4.1
20
+ Requires-Dist: requests>=2.28.2,<2.32
21
21
  Requires-Dist: docker>=6.1.0
22
22
  Requires-Dist: urllib3<2
23
23
  Requires-Dist: numpy>=1.21.0,<2
@@ -37,7 +37,7 @@ Requires-Dist: sphinx-gallery==0.13.0 ; extra == "doc"
37
37
  Requires-Dist: sphinxcontrib-mermaid==0.9.2 ; extra == "doc"
38
38
  Requires-Dist: docker>=6.1.0 ; extra == "doc"
39
39
  Requires-Dist: matplotlib==3.7.2 ; extra == "doc"
40
- Requires-Dist: requests>=2.28.2 ; extra == "doc"
40
+ Requires-Dist: requests>=2.28.2,<2.32 ; extra == "doc"
41
41
  Requires-Dist: sphinxcontrib.jquery==4.1 ; extra == "doc"
42
42
  Requires-Dist: coverage-badge==1.1.0 ; extra == "doc"
43
43
  Requires-Dist: sphinxcontrib-openapi==0.8.1 ; extra == "doc"
@@ -47,7 +47,7 @@ Requires-Dist: pytest-cov==4.1.0 ; extra == "tests"
47
47
  Requires-Dist: dill>=0.3.5.1 ; extra == "tests"
48
48
  Requires-Dist: pytest-mock==3.10.0 ; extra == "tests"
49
49
  Requires-Dist: urllib3==1.26.10 ; extra == "tests"
50
- Requires-Dist: requests>=2.28.2 ; extra == "tests"
50
+ Requires-Dist: requests>=2.28.2,<2.32 ; extra == "tests"
51
51
  Requires-Dist: docker>=6.1.0 ; extra == "tests"
52
52
  Project-URL: Changelog, https://github.com/ansys/pyensight/blob/main/CHANGELOG.rst
53
53
  Project-URL: Documentation, https://ensight.docs.pyansys.com/
@@ -10,17 +10,18 @@ ansys/pyensight/core/launcher.py,sha256=nnNXKEsV82Eu1S9eSp8UzZI7YmSVHWyLhhOEbiYh
10
10
  ansys/pyensight/core/listobj.py,sha256=Trw87IxIMXtmUd1DzywRmMzORU704AG4scX4fqYmO6M,9340
11
11
  ansys/pyensight/core/locallauncher.py,sha256=sgaPrG-7ctXZ_ytGuHeriiVmgvI0kUeX6nKVJ4OiDUs,13984
12
12
  ansys/pyensight/core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
- ansys/pyensight/core/renderable.py,sha256=9jhkCBl9pKhTv_vukuk63hpfPCzt0DQNNJ-86CTN0yA,34557
13
+ ansys/pyensight/core/renderable.py,sha256=hm4sXV-ZcpdfC_AJexycAX8zdsbWnsd-tMeUvewGekE,35003
14
14
  ansys/pyensight/core/session.py,sha256=AHTRbX0sDlvtUf8lyRoXetiICmLWO7n26Ni9lMy7tBY,74363
15
15
  ansys/pyensight/core/sgeo_poll.html,sha256=1M4BIc5CZpYA3b40qzk22NcPCLhjFnWdoS2PrS6Rhn4,752
16
16
  ansys/pyensight/core/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  ansys/pyensight/core/utils/adr.py,sha256=XslZhlwcrSGzOlnhzprOv3ju_ppxxsWBjCnQL5KiNms,3570
18
+ ansys/pyensight/core/utils/dsg_server.py,sha256=Ru8DNgyRna7HaqeU8zUCPmszKih-gY7civJ6F-fIB1k,29275
18
19
  ansys/pyensight/core/utils/export.py,sha256=ZNpU3earAnRMBHZa6I8nTwMYY54WctXApJfMTkREBNA,23189
19
20
  ansys/pyensight/core/utils/omniverse.py,sha256=vKAl3rsUiL2pfaNk86bGH_PuZ6kB2DtXNqrsDJqjcqw,9456
20
- ansys/pyensight/core/utils/omniverse_dsg_server.py,sha256=Jzqt8fCwieSdkK7X7TynCmtXkQwhdNL5NPPWFHuRCTU,53281
21
+ ansys/pyensight/core/utils/omniverse_dsg_server.py,sha256=BVrSJILQWvUGQ0DI30CdYLmt3zD3VtYBPW52I_H23mA,32629
21
22
  ansys/pyensight/core/utils/parts.py,sha256=0Qt54in6JoMrHksDa8wslZwcFH-miI1pB3BOFTn9x6Q,53373
22
23
  ansys/pyensight/core/utils/query.py,sha256=OXKDbf1sOTX0sUvtKcp64LhVl-BcrEsE43w8uMxLOYI,19828
23
- ansys/pyensight/core/utils/readers.py,sha256=DSCD36uHo6FaXcAP8vo-1H_FB95JkOsPFNu7tXWSN6o,11755
24
+ ansys/pyensight/core/utils/readers.py,sha256=WUpmCtMo9BHlUOwGtIrD5jjyS9HE9wDak8eEjrYeR2Y,11764
24
25
  ansys/pyensight/core/utils/support.py,sha256=QI3z9ex7zJxjFbkCPba9DWqWgPFIThORqr0nvRfVjuc,4089
25
26
  ansys/pyensight/core/utils/variables.py,sha256=fXt-cwK1DX_Kt5Nbj4_tA_U7-hFCRE45VX-gJAZIoa0,93364
26
27
  ansys/pyensight/core/utils/views.py,sha256=ZKhJ6vMT7Rdd4bwJ0egMYTV7-D7Q7I19fF2_j_CMQ0o,12489
@@ -29,7 +30,7 @@ ansys/pyensight/core/utils/resources/Materials/Fieldstone.mdl,sha256=_7z4BzzrRGU
29
30
  ansys/pyensight/core/utils/resources/Materials/Fieldstone/Fieldstone_BaseColor.png,sha256=CyxY5YrvbJxFzUUI-8Q90zOd6xwd85JPzjnUB-vPJ0s,501090
30
31
  ansys/pyensight/core/utils/resources/Materials/Fieldstone/Fieldstone_N.png,sha256=Az1m4bK-PWecsErsuZh4-kkUnui9w4TrCxrGwwI091I,795424
31
32
  ansys/pyensight/core/utils/resources/Materials/Fieldstone/Fieldstone_ORM.png,sha256=x0tUgUxjk53nsnleEy95tI1tUvFFQHGrB3pZVkd7b00,549202
32
- ansys_pyensight_core-0.8.1.dist-info/LICENSE,sha256=qQWivZ12ETN5l3QxvTARY-QI5eoRRlyHdwLlAj0Bg5I,1089
33
- ansys_pyensight_core-0.8.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
34
- ansys_pyensight_core-0.8.1.dist-info/METADATA,sha256=GJXaER5Dd2EG2FwdSBjRTMW8bbuHcd7tFAwH_V6h_w4,11830
35
- ansys_pyensight_core-0.8.1.dist-info/RECORD,,
33
+ ansys_pyensight_core-0.8.3.dist-info/LICENSE,sha256=qQWivZ12ETN5l3QxvTARY-QI5eoRRlyHdwLlAj0Bg5I,1089
34
+ ansys_pyensight_core-0.8.3.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
35
+ ansys_pyensight_core-0.8.3.dist-info/METADATA,sha256=0VYZhyWAMzgqcFhrV2AQ9LFDwV5zJ1LBbuZ3U2xQ7FA,11848
36
+ ansys_pyensight_core-0.8.3.dist-info/RECORD,,