pyedb 0.7.0__py3-none-any.whl → 0.7.1__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 pyedb might be problematic. Click here for more details.
- pyedb/__init__.py +1 -1
- pyedb/dotnet/clr_module.py +1 -1
- pyedb/dotnet/edb.py +6 -7
- pyedb/dotnet/edb_core/components.py +11 -11
- pyedb/dotnet/edb_core/configuration.py +199 -24
- pyedb/dotnet/edb_core/definition/component_def.py +9 -0
- pyedb/dotnet/edb_core/definition/package_def.py +27 -0
- pyedb/dotnet/edb_core/edb_data/components_data.py +2 -1
- pyedb/dotnet/edb_core/edb_data/hfss_extent_info.py +14 -13
- pyedb/dotnet/edb_core/edb_data/hfss_simulation_setup_data.py +2 -2
- pyedb/dotnet/edb_core/edb_data/layer_data.py +8 -3
- pyedb/dotnet/edb_core/edb_data/padstacks_data.py +6 -5
- pyedb/dotnet/edb_core/edb_data/primitives_data.py +12 -11
- pyedb/dotnet/edb_core/edb_data/siwave_simulation_setup_data.py +1 -1
- pyedb/dotnet/edb_core/edb_data/sources.py +10 -0
- pyedb/dotnet/edb_core/layout.py +59 -0
- pyedb/dotnet/edb_core/materials.py +637 -541
- pyedb/dotnet/edb_core/padstack.py +57 -6
- pyedb/dotnet/edb_core/siwave.py +9 -2
- pyedb/dotnet/edb_core/stackup.py +108 -94
- pyedb/dotnet/edb_core/utilities/__init__.py +3 -0
- pyedb/dotnet/edb_core/utilities/heatsink.py +69 -0
- pyedb/exceptions.py +6 -0
- pyedb/generic/filesystem.py +7 -3
- pyedb/generic/general_methods.py +4 -0
- pyedb/generic/process.py +4 -1
- pyedb/generic/settings.py +10 -0
- {pyedb-0.7.0.dist-info → pyedb-0.7.1.dist-info}/METADATA +31 -53
- {pyedb-0.7.0.dist-info → pyedb-0.7.1.dist-info}/RECORD +32 -29
- /pyedb/dotnet/edb_core/{edb_data → utilities}/simulation_setup.py +0 -0
- {pyedb-0.7.0.dist-info → pyedb-0.7.1.dist-info}/LICENSE +0 -0
- {pyedb-0.7.0.dist-info → pyedb-0.7.1.dist-info}/WHEEL +0 -0
|
@@ -1,73 +1,51 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyedb
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.1
|
|
4
4
|
Summary: Higher-Level Pythonic Ansys Electronics Data Base
|
|
5
5
|
Author-email: "ANSYS, Inc." <pyansys.core@ansys.com>
|
|
6
6
|
Maintainer-email: PyEDB developers <simon.vandenbrouck@ansys.com>
|
|
7
|
-
Requires-Python: >=3.
|
|
7
|
+
Requires-Python: >=3.8,<4
|
|
8
8
|
Description-Content-Type: text/markdown
|
|
9
9
|
Classifier: Development Status :: 4 - Beta
|
|
10
10
|
Classifier: Intended Audience :: Science/Research
|
|
11
11
|
Classifier: Topic :: Scientific/Engineering :: Information Analysis
|
|
12
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
13
13
|
Classifier: Operating System :: OS Independent
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.8
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.9
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.10
|
|
18
17
|
Classifier: Programming Language :: Python :: 3.11
|
|
19
|
-
Requires-Dist: cffi
|
|
20
|
-
Requires-Dist: cffi == 1.16.0;platform_system=='Linux' and python_version > '3.7'
|
|
18
|
+
Requires-Dist: cffi>=1.16.0,<1.17; platform_system=='Linux'
|
|
21
19
|
Requires-Dist: pywin32 >= 303;platform_system=='Windows'
|
|
22
20
|
Requires-Dist: ansys-pythonnet >= 3.1.0rc3
|
|
23
21
|
Requires-Dist: dotnetcore2 ==3.1.23;platform_system=='Linux'
|
|
24
|
-
Requires-Dist:
|
|
25
|
-
Requires-Dist:
|
|
26
|
-
Requires-Dist:
|
|
27
|
-
Requires-Dist:
|
|
28
|
-
Requires-Dist: ipython
|
|
29
|
-
Requires-Dist:
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist:
|
|
36
|
-
Requires-Dist:
|
|
37
|
-
Requires-Dist:
|
|
38
|
-
Requires-Dist:
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist:
|
|
42
|
-
Requires-Dist:
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist:
|
|
46
|
-
Requires-Dist:
|
|
47
|
-
Requires-Dist:
|
|
48
|
-
Requires-Dist:
|
|
49
|
-
Requires-Dist:
|
|
50
|
-
Requires-Dist:
|
|
51
|
-
Requires-Dist: matplotlib==3.5.3 ; extra == "full" and ( python_version == '3.7')
|
|
52
|
-
Requires-Dist: matplotlib==3.7.3 ; extra == "full" and ( python_version == '3.8')
|
|
53
|
-
Requires-Dist: matplotlib==3.8.2 ; extra == "full" and ( python_version > '3.8')
|
|
54
|
-
Requires-Dist: numpy==1.21.6 ; extra == "full" and ( python_version <= '3.9')
|
|
55
|
-
Requires-Dist: numpy==1.26.0 ; extra == "full" and ( python_version > '3.9')
|
|
56
|
-
Requires-Dist: pandas==1.3.5 ; extra == "full" and ( python_version == '3.7')
|
|
57
|
-
Requires-Dist: pandas==2.0.3 ; extra == "full" and ( python_version == '3.9')
|
|
58
|
-
Requires-Dist: pandas==2.1.1 ; extra == "full" and ( python_version > '3.9')
|
|
59
|
-
Requires-Dist: matplotlib==3.5.3 ; extra == "tests" and ( python_version == '3.7')
|
|
60
|
-
Requires-Dist: matplotlib==3.7.3 ; extra == "tests" and ( python_version == '3.8')
|
|
61
|
-
Requires-Dist: matplotlib==3.8.2 ; extra == "tests" and ( python_version > '3.8')
|
|
62
|
-
Requires-Dist: numpy==1.21.6 ; extra == "tests" and ( python_version <= '3.9')
|
|
63
|
-
Requires-Dist: numpy==1.26.0 ; extra == "tests" and ( python_version > '3.9')
|
|
64
|
-
Requires-Dist: mock ; extra == "tests"
|
|
65
|
-
Requires-Dist: pandas==1.3.5 ; extra == "tests" and ( python_version == '3.7')
|
|
66
|
-
Requires-Dist: pandas==2.0.3 ; extra == "tests" and ( python_version == '3.8')
|
|
67
|
-
Requires-Dist: pandas==2.1.1 ; extra == "tests" and ( python_version > '3.9')
|
|
68
|
-
Requires-Dist: pytest==7.4.3 ; extra == "tests"
|
|
69
|
-
Requires-Dist: pytest-cov==4.1.0 ; extra == "tests"
|
|
70
|
-
Requires-Dist: pytest-xdist==3.3.1 ; extra == "tests"
|
|
22
|
+
Requires-Dist: pydantic>=2.6.4,<2.7
|
|
23
|
+
Requires-Dist: toml == 0.10.2
|
|
24
|
+
Requires-Dist: ansys-sphinx-theme>=0.10.0,<0.15 ; extra == "doc"
|
|
25
|
+
Requires-Dist: imageio>=2.30.0,<2.35 ; extra == "doc"
|
|
26
|
+
Requires-Dist: ipython>=8.13.0,<8.24 ; extra == "doc"
|
|
27
|
+
Requires-Dist: jupyterlab>=4.0.0,<4.3 ; extra == "doc"
|
|
28
|
+
Requires-Dist: matplotlib>=3.5.0,<3.9 ; extra == "doc"
|
|
29
|
+
Requires-Dist: nbsphinx>=0.9.0,<0.10 ; extra == "doc"
|
|
30
|
+
Requires-Dist: numpydoc>=1.5.0,<1.8 ; extra == "doc"
|
|
31
|
+
Requires-Dist: pypandoc>=1.10.0,<1.14 ; extra == "doc"
|
|
32
|
+
Requires-Dist: recommonmark ; extra == "doc"
|
|
33
|
+
Requires-Dist: Sphinx>=7.1.0,<7.3 ; extra == "doc"
|
|
34
|
+
Requires-Dist: sphinx-autobuild==2021.3.14 ; extra == "doc" and ( python_version == '3.8')
|
|
35
|
+
Requires-Dist: sphinx-autobuild==2024.2.4 ; extra == "doc" and ( python_version > '3.8')
|
|
36
|
+
Requires-Dist: sphinx-copybutton>=0.5.0,<0.6 ; extra == "doc"
|
|
37
|
+
Requires-Dist: sphinx-gallery>=0.14.0,<0.16 ; extra == "doc"
|
|
38
|
+
Requires-Dist: sphinx_design>=0.4.0,<0.6 ; extra == "doc"
|
|
39
|
+
Requires-Dist: matplotlib>=3.5.0,<3.9 ; extra == "full"
|
|
40
|
+
Requires-Dist: numpy>=1.20.0,<2 ; extra == "full"
|
|
41
|
+
Requires-Dist: pandas>=1.1.0,<2.3 ; extra == "full"
|
|
42
|
+
Requires-Dist: matplotlib>=3.5.0,<3.9 ; extra == "tests"
|
|
43
|
+
Requires-Dist: numpy>=1.20.0,<2 ; extra == "tests"
|
|
44
|
+
Requires-Dist: mock>=5.1.0,<5.2 ; extra == "tests"
|
|
45
|
+
Requires-Dist: pandas>=1.1.0,<2.3 ; extra == "tests"
|
|
46
|
+
Requires-Dist: pytest>=7.4.0,<8.2 ; extra == "tests"
|
|
47
|
+
Requires-Dist: pytest-cov>=4.0.0,<5.1 ; extra == "tests"
|
|
48
|
+
Requires-Dist: pytest-xdist>=3.5.0,<3.6 ; extra == "tests"
|
|
71
49
|
Project-URL: Bugs, https://github.com/ansys/pyedb/issues
|
|
72
50
|
Project-URL: Discussions, https://github.com/ansys/pyedb/discussions
|
|
73
51
|
Project-URL: Documentation, https://edb.docs.pyansys.com
|
|
@@ -87,7 +65,7 @@ Provides-Extra: tests
|
|
|
87
65
|
# PyEDB
|
|
88
66
|
|
|
89
67
|
[](https://docs.pyansys.com/)
|
|
90
|
-
[](https://www.python.org/downloads/)
|
|
91
69
|
[](https://opensource.org/licenses/MIT)
|
|
92
70
|
|
|
93
71
|
## What is PyEDB?
|
|
@@ -1,67 +1,70 @@
|
|
|
1
|
-
pyedb/__init__.py,sha256=
|
|
1
|
+
pyedb/__init__.py,sha256=Ziohb_1Kw3oE3FyJRAhOLfXLe5czlRV7wZBEpih0qio,1520
|
|
2
2
|
pyedb/edb_logger.py,sha256=NqxENWU088HzX5aLWU9oM2f64NCDTAaE52nYYRc6kT4,14472
|
|
3
|
+
pyedb/exceptions.py,sha256=n94xluzUks6BA24vd_L6HkrvoP_H_l6__hQmqzdCyPo,111
|
|
3
4
|
pyedb/siwave.py,sha256=UY7142oB-eG7JZXRiXHg-K8pM6hHDhJpM6jhc2EzC3I,10056
|
|
4
5
|
pyedb/dotnet/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
pyedb/dotnet/clr_module.py,sha256=
|
|
6
|
-
pyedb/dotnet/edb.py,sha256=
|
|
6
|
+
pyedb/dotnet/clr_module.py,sha256=Mo13Of3DVSA5HR-5xZEXOiHApIKy52CUxtJ2gPkEu1A,3406
|
|
7
|
+
pyedb/dotnet/edb.py,sha256=0eisxTzvJqvWR-02zbgjL3oxlrAj47JWlL6Txd7Ob9M,169918
|
|
7
8
|
pyedb/dotnet/application/Variables.py,sha256=nov1kIyJO25iz8pvbU3MK1meMpRLwtISmzYqJhc7Ouo,79042
|
|
8
9
|
pyedb/dotnet/application/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
10
|
pyedb/dotnet/edb_core/__init__.py,sha256=nIRLJ8VZLcMAp12zmGsnZ5x2BEEl7q_Kj_KAOXxVjpQ,52
|
|
10
|
-
pyedb/dotnet/edb_core/components.py,sha256=
|
|
11
|
-
pyedb/dotnet/edb_core/configuration.py,sha256=
|
|
11
|
+
pyedb/dotnet/edb_core/components.py,sha256=j1xPzxfXLKSrlqBIulSESEHz5lcyRZ70bDxC8K2PZWY,103052
|
|
12
|
+
pyedb/dotnet/edb_core/configuration.py,sha256=140XHSlTdi-R3-HA5tZArI_nQ_6NmzAFgp5ufbnUhuU,32032
|
|
12
13
|
pyedb/dotnet/edb_core/general.py,sha256=QP6lqNEcqCdj_hSKhfKbmJ2hGBOYkhjPtsVEmyrO8KU,4726
|
|
13
14
|
pyedb/dotnet/edb_core/hfss.py,sha256=O81AB-0it9kIWTfUDaw5Frfq3EVRl0adcAurJZUIDuk,68343
|
|
14
|
-
pyedb/dotnet/edb_core/layout.py,sha256=
|
|
15
|
+
pyedb/dotnet/edb_core/layout.py,sha256=Sde2-8E-sGiO0JvjY31ydlq0QZrVkutbT_afp1FkK0w,50907
|
|
15
16
|
pyedb/dotnet/edb_core/layout_validation.py,sha256=7Wj_VSAJOSA-RKOPgJXO-y9i6vfgJ4V9vxx0M1g1NUI,11798
|
|
16
|
-
pyedb/dotnet/edb_core/materials.py,sha256=
|
|
17
|
+
pyedb/dotnet/edb_core/materials.py,sha256=1uHxKK76FjRPP4eZ4lAQeoWtiLAJPbJfTICpEF1c8UM,43342
|
|
17
18
|
pyedb/dotnet/edb_core/net_class.py,sha256=lr-7Z0Q1A2fshxwjrIOmQSZnEBYe0NoxuUuJT6vYdyA,11857
|
|
18
19
|
pyedb/dotnet/edb_core/nets.py,sha256=OR7D-WerPb-cT2kc-uj7iC9Ds9fr3n7EeyCLHZGgGw0,43851
|
|
19
|
-
pyedb/dotnet/edb_core/padstack.py,sha256=
|
|
20
|
-
pyedb/dotnet/edb_core/siwave.py,sha256=
|
|
21
|
-
pyedb/dotnet/edb_core/stackup.py,sha256=
|
|
20
|
+
pyedb/dotnet/edb_core/padstack.py,sha256=XT7S_RgOtYAr4G67EKXbbxsDeb6wMHC6Y_YMDljuMR4,54540
|
|
21
|
+
pyedb/dotnet/edb_core/siwave.py,sha256=wdTPV9166jpIitVubJa0BvjfMSEj1Xyvm4mK1Zqaa18,61143
|
|
22
|
+
pyedb/dotnet/edb_core/stackup.py,sha256=h2oWWl_LmwA3gXrfU3W0jVg5L3QCCc4rSMZom5xIH20,114967
|
|
22
23
|
pyedb/dotnet/edb_core/cell/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
23
24
|
pyedb/dotnet/edb_core/cell/hierarchy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
25
|
pyedb/dotnet/edb_core/cell/hierarchy/model.py,sha256=5Avq39gZuJhd5gi3o9ZIwTy2wmUQ8Cg8fMgbLTi2qTw,3318
|
|
25
26
|
pyedb/dotnet/edb_core/definition/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
26
|
-
pyedb/dotnet/edb_core/definition/component_def.py,sha256=
|
|
27
|
+
pyedb/dotnet/edb_core/definition/component_def.py,sha256=uKIxD9P4b23HSgj2pJnZPCN3w9AH0gLdr9lveAm3eRU,6752
|
|
27
28
|
pyedb/dotnet/edb_core/definition/component_model.py,sha256=vWH9AyFgyKDhcMcAOlhcMXmiSBcUn_F4JDdbHupKauw,2038
|
|
28
29
|
pyedb/dotnet/edb_core/definition/definition_obj.py,sha256=-SEF9iGeTvwAZOg5-Mjwlnw-vLdpVHSzXziBWOhRHrE,1559
|
|
29
30
|
pyedb/dotnet/edb_core/definition/definitions.py,sha256=6McCzGTkXNsj1wc3Jp6xpF04RTitlm2YGmiKCkbl414,2136
|
|
30
|
-
pyedb/dotnet/edb_core/definition/package_def.py,sha256=
|
|
31
|
+
pyedb/dotnet/edb_core/definition/package_def.py,sha256=KQgwoo4tjT4mk4jXFGOWo98LDo29Bj9oANdJRkn7YI8,4964
|
|
31
32
|
pyedb/dotnet/edb_core/dotnet/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
33
|
pyedb/dotnet/edb_core/dotnet/database.py,sha256=Yeps02zefBKrfM46gujEUlgj4esrjmUqWsZWNoFy8sM,37597
|
|
33
34
|
pyedb/dotnet/edb_core/dotnet/layout.py,sha256=_3lKFvEqA5S66yF_FSX5HbLsFNFpsigRsaN3Rj02pFk,8904
|
|
34
35
|
pyedb/dotnet/edb_core/dotnet/primitive.py,sha256=VGZ_QNfdYhHDU4vq7fRUTinBfDyYTIY7SBysQK0-2SM,48320
|
|
35
36
|
pyedb/dotnet/edb_core/edb_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
36
|
-
pyedb/dotnet/edb_core/edb_data/components_data.py,sha256=
|
|
37
|
+
pyedb/dotnet/edb_core/edb_data/components_data.py,sha256=VNRNTk4WGVj7lC15xUKLzlFZu4h16PcFn4nZFHyjjCE,37235
|
|
37
38
|
pyedb/dotnet/edb_core/edb_data/connectable.py,sha256=Mp2JEpHHWWnTGpVSfRfP4ATNqWD1l87ECAOS61Cd5rQ,4265
|
|
38
39
|
pyedb/dotnet/edb_core/edb_data/control_file.py,sha256=2Gfrs8qW3N7y0A8ynAlKQpA6q9RU21zmW7B2MMyTjN0,48425
|
|
39
40
|
pyedb/dotnet/edb_core/edb_data/design_options.py,sha256=RO9ip-T5Bfxpsl97_QEk0qDZsza3tLzIX2t25XLutys,2057
|
|
40
41
|
pyedb/dotnet/edb_core/edb_data/edbvalue.py,sha256=Vj_11HXsQUNavizKp5FicORm6cjhXRh9uvxhv_D_RJc,1977
|
|
41
|
-
pyedb/dotnet/edb_core/edb_data/hfss_extent_info.py,sha256=
|
|
42
|
-
pyedb/dotnet/edb_core/edb_data/hfss_simulation_setup_data.py,sha256=
|
|
43
|
-
pyedb/dotnet/edb_core/edb_data/layer_data.py,sha256=
|
|
42
|
+
pyedb/dotnet/edb_core/edb_data/hfss_extent_info.py,sha256=5koQSKdYC6Deh4haLUDAxnHlRa-j5S6g4eyAfiGgZP8,13190
|
|
43
|
+
pyedb/dotnet/edb_core/edb_data/hfss_simulation_setup_data.py,sha256=FtNyCgJ4ioUxOi6cMgtjsDdLLnETybJJBMizC4ZPeOo,48944
|
|
44
|
+
pyedb/dotnet/edb_core/edb_data/layer_data.py,sha256=lQRIJsfp3I1SviYwwIRMejFVNf0hjyDIDl8EHP3vJ08,21880
|
|
44
45
|
pyedb/dotnet/edb_core/edb_data/nets_data.py,sha256=iULEOUsn3sfLT5FVY_4lMWTm0KzC-01AZ-aYIkM0U-k,9933
|
|
45
46
|
pyedb/dotnet/edb_core/edb_data/obj_base.py,sha256=7Tlc-ieJjnCw5AM2T-Z_csxNxcg0Zf_L7rsyTJEvv6g,1882
|
|
46
|
-
pyedb/dotnet/edb_core/edb_data/padstacks_data.py,sha256=
|
|
47
|
+
pyedb/dotnet/edb_core/edb_data/padstacks_data.py,sha256=T7m7s5KAZB-gZ9wrPw6k2Yoon6uwCfJSOeg2hvyX1LI,78754
|
|
47
48
|
pyedb/dotnet/edb_core/edb_data/ports.py,sha256=FYxB2rDUtN_OsYAbodXbc5mA_d0BUebmin_B5kkUw3U,9223
|
|
48
|
-
pyedb/dotnet/edb_core/edb_data/primitives_data.py,sha256=
|
|
49
|
+
pyedb/dotnet/edb_core/edb_data/primitives_data.py,sha256=LpnZoY1tsapxm6mJ3jJrzdwOgTiJKvqIxoq9pkqgAD0,48059
|
|
49
50
|
pyedb/dotnet/edb_core/edb_data/simulation_configuration.py,sha256=0U5sHLn8rvQFOveRQE3Y84TGk0-DUfOnbvEO6Iffya4,99967
|
|
50
|
-
pyedb/dotnet/edb_core/edb_data/
|
|
51
|
-
pyedb/dotnet/edb_core/edb_data/
|
|
52
|
-
pyedb/dotnet/edb_core/edb_data/sources.py,sha256=jo3xa9_mFQjusMzkK_9xMiKOpt8P3Tpfu6NAexa5-oo,14943
|
|
51
|
+
pyedb/dotnet/edb_core/edb_data/siwave_simulation_setup_data.py,sha256=wnSEGZwry6XdvjqpxAs8OpQOUGeEguamM_KfA8m_Y_4,42156
|
|
52
|
+
pyedb/dotnet/edb_core/edb_data/sources.py,sha256=XmdpOdlpBa3QiYFY0cRtVIolt4nvUR9Ptk5YnRVvU4c,15342
|
|
53
53
|
pyedb/dotnet/edb_core/edb_data/terminals.py,sha256=m2kch7Md-MSGUEbKFW8m8RpBzq6lNMFdgPgOtDUbsMA,25287
|
|
54
54
|
pyedb/dotnet/edb_core/edb_data/utilities.py,sha256=3wZqOJ35eisOwOPKOs-bvJ8kmd62e46EiFuiFtsroB4,4928
|
|
55
55
|
pyedb/dotnet/edb_core/edb_data/variables.py,sha256=LS1jZPOYgRvf4cyKf_x8hI9Brs-qbh4wrHu_QGLElrg,3501
|
|
56
|
+
pyedb/dotnet/edb_core/utilities/__init__.py,sha256=8jByHkoaowAYQTCww-zRrTQmN061fLz_OHjTLSrzQQY,58
|
|
57
|
+
pyedb/dotnet/edb_core/utilities/heatsink.py,sha256=7G7Yx9TxbL5EAiR51MnhdRiAQBVf-d0hKsXDw5OYX2Q,2220
|
|
58
|
+
pyedb/dotnet/edb_core/utilities/simulation_setup.py,sha256=uQMKL4cwWQkPD53BENHF9uyt1NxtPW0dMVAOPdI8gUM,23967
|
|
56
59
|
pyedb/generic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
57
60
|
pyedb/generic/constants.py,sha256=prWLZH0-SeBIVK6LHZ4SGZFQCofuym2TuQYfdqwhuSQ,28956
|
|
58
61
|
pyedb/generic/data_handlers.py,sha256=oyYFwdjt0CxdOxgFDmnBlOFICt2twFLsMyELuQ1kFjE,7137
|
|
59
62
|
pyedb/generic/design_types.py,sha256=qHyIaz-Vd3ra4CP9xER76-nGRonYmSAiI3Dr8YPUeH8,4354
|
|
60
|
-
pyedb/generic/filesystem.py,sha256=
|
|
61
|
-
pyedb/generic/general_methods.py,sha256=
|
|
63
|
+
pyedb/generic/filesystem.py,sha256=SwvXv1T05SrC9TPtK88joQoU5Ab7hYjrp5NncFeH7kM,3941
|
|
64
|
+
pyedb/generic/general_methods.py,sha256=ifabLBxrYmah2XOMyKrx-G53DJlfPY9hgAW8NT4e73U,43608
|
|
62
65
|
pyedb/generic/plot.py,sha256=1P9jxzpZDKy7FobBkqezcU8c-Xq5trxS6iBNNLXpFJ0,4901
|
|
63
|
-
pyedb/generic/process.py,sha256=
|
|
64
|
-
pyedb/generic/settings.py,sha256=
|
|
66
|
+
pyedb/generic/process.py,sha256=9goCXrW3Su-8WuV5f6YqzY-Pl9EMFEd50KFN5AJXZGc,11206
|
|
67
|
+
pyedb/generic/settings.py,sha256=0iqEJaDec7wHM4br7FNbs_BaK476VKEnQKRVr6gW1Ko,8967
|
|
65
68
|
pyedb/ipc2581/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
66
69
|
pyedb/ipc2581/history_record.py,sha256=s1GjcIgnZHlNCBOeEERBDX7xDuqhXmh2Ctt3ccFDWso,2739
|
|
67
70
|
pyedb/ipc2581/ipc2581.py,sha256=Y9d1PdbbMMwTUg0Ai-HKwDhJV0fCy8thRHyCFOPF4Ck,22685
|
|
@@ -124,7 +127,7 @@ pyedb/misc/siw_feature_config/emc/net_tags.py,sha256=HVYOQacmaLr6Mvf7FqZhqbhtqJL
|
|
|
124
127
|
pyedb/misc/siw_feature_config/emc/tag_library.py,sha256=yUK4w3hequU017E2DbkA4KE2MWIh1R6bfJBrevlDx6g,1557
|
|
125
128
|
pyedb/misc/siw_feature_config/emc/xml_generic.py,sha256=55X-V0OxWq-v7FTiDVjaZif8V_2xxsvJlJ8bs9Bf61I,2521
|
|
126
129
|
pyedb/modeler/geometry_operators.py,sha256=LDqEaeerw9H8Yva-SJhX3Afdni08OciO9t5G0c_tdqs,66820
|
|
127
|
-
pyedb-0.7.
|
|
128
|
-
pyedb-0.7.
|
|
129
|
-
pyedb-0.7.
|
|
130
|
-
pyedb-0.7.
|
|
130
|
+
pyedb-0.7.1.dist-info/LICENSE,sha256=qQWivZ12ETN5l3QxvTARY-QI5eoRRlyHdwLlAj0Bg5I,1089
|
|
131
|
+
pyedb-0.7.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
|
132
|
+
pyedb-0.7.1.dist-info/METADATA,sha256=SFs8Tnpk9Z0u0o3nSVUuQRyMXqDSXHjU4U9a8wA9Gpo,8321
|
|
133
|
+
pyedb-0.7.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|