pyEDAA.ProjectModel 0.5.0__tar.gz → 0.5.1__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.
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/PKG-INFO +58 -38
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/README.md +2 -2
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Altera/Quartus.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Altera/__init__.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Attributes.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/GHDL.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Intel/QuartusPrime.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Intel/__init__.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/MentorGraphics/ModelSim.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/MentorGraphics/QuestaSim.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/MentorGraphics/__init__.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/OSVVM.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Verilog.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Xilinx/ISE.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Xilinx/Vivado.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Xilinx/__init__.py +1 -1
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/__init__.py +3 -3
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA.ProjectModel.egg-info/PKG-INFO +58 -38
- pyedaa_projectmodel-0.5.1/pyEDAA.ProjectModel.egg-info/requires.txt +54 -0
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyproject.toml +9 -3
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/setup.py +1 -1
- pyedaa_projectmodel-0.5.0/pyEDAA.ProjectModel.egg-info/requires.txt +0 -48
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/LICENSE.md +0 -0
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/VHDL.py +0 -0
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA.ProjectModel.egg-info/SOURCES.txt +0 -0
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA.ProjectModel.egg-info/dependency_links.txt +0 -0
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA.ProjectModel.egg-info/top_level.txt +0 -0
- {pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyEDAA.ProjectModel
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: An abstract model of EDA tool projects.
|
|
5
5
|
Home-page: https://GitHub.com/edaa-org/pyEDAA.ProjectModel
|
|
6
6
|
Author: Patrick Lehmann
|
|
@@ -25,54 +25,74 @@ Classifier: Development Status :: 4 - Beta
|
|
|
25
25
|
Requires-Python: >=3.9
|
|
26
26
|
Description-Content-Type: text/markdown
|
|
27
27
|
License-File: LICENSE.md
|
|
28
|
-
Requires-Dist: pySVModel~=0.5
|
|
29
28
|
Requires-Dist: pySystemRDLModel~=0.3
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
29
|
+
Requires-Dist: pyVHDLModel~=0.31
|
|
30
|
+
Requires-Dist: pySVModel~=0.5
|
|
31
|
+
Requires-Dist: pyTooling~=8.4
|
|
32
32
|
Provides-Extra: doc
|
|
33
|
-
Requires-Dist: pySystemRDLModel~=0.3; extra == "doc"
|
|
34
|
-
Requires-Dist: sphinx_fontawesome>=0.0.6; extra == "doc"
|
|
35
|
-
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
36
|
-
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
37
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
38
|
-
Requires-Dist: pyVHDLModel~=0.29.1; extra == "doc"
|
|
39
|
-
Requires-Dist: sphinx_autodoc_typehints~=2.5; extra == "doc"
|
|
40
33
|
Requires-Dist: pySVModel~=0.5; extra == "doc"
|
|
34
|
+
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
|
|
35
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.2; extra == "doc"
|
|
36
|
+
Requires-Dist: pyTooling~=8.4; extra == "doc"
|
|
37
|
+
Requires-Dist: pyVHDLModel~=0.31; extra == "doc"
|
|
38
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
41
39
|
Requires-Dist: docutils~=0.21; extra == "doc"
|
|
42
|
-
Requires-Dist:
|
|
43
|
-
Requires-Dist:
|
|
40
|
+
Requires-Dist: pySystemRDLModel~=0.3; extra == "doc"
|
|
41
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "doc"
|
|
42
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
43
|
+
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinx_design~=0.6.1; extra == "doc"
|
|
45
|
+
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
46
|
+
Requires-Dist: sphinx~=8.2; extra == "doc"
|
|
44
47
|
Provides-Extra: test
|
|
48
|
+
Requires-Dist: Coverage~=7.8; extra == "test"
|
|
49
|
+
Requires-Dist: pySVModel~=0.5; extra == "test"
|
|
50
|
+
Requires-Dist: mypy~=1.15; extra == "test"
|
|
51
|
+
Requires-Dist: pyTooling~=8.4; extra == "test"
|
|
52
|
+
Requires-Dist: pyVHDLModel~=0.31; extra == "test"
|
|
53
|
+
Requires-Dist: typing_extensions~=4.13; extra == "test"
|
|
45
54
|
Requires-Dist: pySystemRDLModel~=0.3; extra == "test"
|
|
46
|
-
Requires-Dist:
|
|
55
|
+
Requires-Dist: pytest-cov~=6.1; extra == "test"
|
|
47
56
|
Requires-Dist: pytest~=8.3; extra == "test"
|
|
48
|
-
Requires-Dist:
|
|
49
|
-
Requires-Dist: lxml~=5.3; extra == "test"
|
|
50
|
-
Requires-Dist: pyVHDLModel~=0.29.1; extra == "test"
|
|
51
|
-
Requires-Dist: mypy~=1.13; extra == "test"
|
|
52
|
-
Requires-Dist: pySVModel~=0.5; extra == "test"
|
|
53
|
-
Requires-Dist: pytest-cov~=6.0; extra == "test"
|
|
54
|
-
Requires-Dist: pyTooling~=7.0; extra == "test"
|
|
57
|
+
Requires-Dist: lxml~=5.4; extra == "test"
|
|
55
58
|
Provides-Extra: all
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist:
|
|
58
|
-
Requires-Dist:
|
|
59
|
-
Requires-Dist: typing_extensions~=4.12; extra == "all"
|
|
60
|
-
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
59
|
+
Requires-Dist: Coverage~=7.8; extra == "all"
|
|
60
|
+
Requires-Dist: mypy~=1.15; extra == "all"
|
|
61
|
+
Requires-Dist: typing_extensions~=4.13; extra == "all"
|
|
61
62
|
Requires-Dist: pytest~=8.3; extra == "all"
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist:
|
|
64
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
65
|
-
Requires-Dist: pyVHDLModel~=0.29.1; extra == "all"
|
|
66
|
-
Requires-Dist: sphinx_autodoc_typehints~=2.5; extra == "all"
|
|
67
|
-
Requires-Dist: mypy~=1.13; extra == "all"
|
|
63
|
+
Requires-Dist: lxml~=5.4; extra == "all"
|
|
64
|
+
Requires-Dist: sphinx~=8.2; extra == "all"
|
|
68
65
|
Requires-Dist: pySVModel~=0.5; extra == "all"
|
|
69
|
-
Requires-Dist:
|
|
70
|
-
Requires-Dist:
|
|
66
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.2; extra == "all"
|
|
67
|
+
Requires-Dist: pyTooling~=8.4; extra == "all"
|
|
68
|
+
Requires-Dist: pyVHDLModel~=0.31; extra == "all"
|
|
69
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
70
|
+
Requires-Dist: sphinx_design~=0.6.1; extra == "all"
|
|
71
71
|
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
72
|
-
Requires-Dist:
|
|
72
|
+
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
|
|
73
|
+
Requires-Dist: docutils~=0.21; extra == "all"
|
|
74
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
|
|
75
|
+
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
76
|
+
Requires-Dist: pySystemRDLModel~=0.3; extra == "all"
|
|
77
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "all"
|
|
78
|
+
Requires-Dist: pytest-cov~=6.1; extra == "all"
|
|
79
|
+
Dynamic: author
|
|
80
|
+
Dynamic: author-email
|
|
81
|
+
Dynamic: classifier
|
|
82
|
+
Dynamic: description
|
|
83
|
+
Dynamic: description-content-type
|
|
84
|
+
Dynamic: home-page
|
|
85
|
+
Dynamic: keywords
|
|
86
|
+
Dynamic: license
|
|
87
|
+
Dynamic: license-file
|
|
88
|
+
Dynamic: project-url
|
|
89
|
+
Dynamic: provides-extra
|
|
90
|
+
Dynamic: requires-dist
|
|
91
|
+
Dynamic: requires-python
|
|
92
|
+
Dynamic: summary
|
|
73
93
|
|
|
74
94
|
<p align="center">
|
|
75
|
-
<a title="edaa-org.github.io/
|
|
95
|
+
<a title="edaa-org.github.io/pyEDAA.ProjectModel" href="https://edaa-org.github.io/pyEDAA.ProjectModel"><img height="80px" src="doc/_static/logo_on_dark.svg"/></a>
|
|
76
96
|
</p>
|
|
77
97
|
|
|
78
98
|
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
|
|
@@ -83,7 +103,7 @@ Requires-Dist: pyTooling~=7.0; extra == "all"
|
|
|
83
103
|
[](https://pypi.org/project/pyEDAA.ProjectModel/)
|
|
84
104
|

|
|
85
105
|

|
|
86
|
-
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel/actions/workflows/Pipeline.yml)
|
|
87
107
|
[](https://libraries.io/github/edaa-org/pyEDAA.ProjectModel)
|
|
88
108
|
[](https://www.codacy.com/gh/edaa-org/pyEDAA.ProjectModel)
|
|
89
109
|
[](https://www.codacy.com/gh/edaa-org/pyEDAA.ProjectModel)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a title="edaa-org.github.io/
|
|
2
|
+
<a title="edaa-org.github.io/pyEDAA.ProjectModel" href="https://edaa-org.github.io/pyEDAA.ProjectModel"><img height="80px" src="doc/_static/logo_on_dark.svg"/></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
[](https://pypi.org/project/pyEDAA.ProjectModel/)
|
|
11
11
|

|
|
12
12
|

|
|
13
|
-
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel/actions/workflows/Pipeline.yml)
|
|
14
14
|
[](https://libraries.io/github/edaa-org/pyEDAA.ProjectModel)
|
|
15
15
|
[](https://www.codacy.com/gh/edaa-org/pyEDAA.ProjectModel)
|
|
16
16
|
[](https://www.codacy.com/gh/edaa-org/pyEDAA.ProjectModel)
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Altera/Quartus.py
RENAMED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Altera/__init__.py
RENAMED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Intel/QuartusPrime.py
RENAMED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Intel/__init__.py
RENAMED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Xilinx/Vivado.py
RENAMED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA/ProjectModel/Xilinx/__init__.py
RENAMED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# Copyright 2014-2016 Technische Universität Dresden - Germany, Chair of VLSI-Design, Diagnostics and Architecture #
|
|
16
16
|
# #
|
|
17
17
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"""An abstract model of EDA tool projects."""
|
|
33
33
|
__author__ = "Patrick Lehmann"
|
|
34
34
|
__email__ = "Paebbels@gmail.com"
|
|
35
|
-
__copyright__ = "2014-
|
|
35
|
+
__copyright__ = "2014-2025, Patrick Lehmann, Unai Martinez-Corral"
|
|
36
36
|
__license__ = "Apache License, Version 2.0"
|
|
37
|
-
__version__ = "0.5.
|
|
37
|
+
__version__ = "0.5.1"
|
|
38
38
|
__keywords__ = ["eda project", "model", "abstract", "xilinx", "vivado", "osvvm", "file set", "file group", "test bench", "test harness"]
|
|
39
39
|
|
|
40
40
|
from os.path import relpath as path_relpath
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA.ProjectModel.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyEDAA.ProjectModel
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: An abstract model of EDA tool projects.
|
|
5
5
|
Home-page: https://GitHub.com/edaa-org/pyEDAA.ProjectModel
|
|
6
6
|
Author: Patrick Lehmann
|
|
@@ -25,54 +25,74 @@ Classifier: Development Status :: 4 - Beta
|
|
|
25
25
|
Requires-Python: >=3.9
|
|
26
26
|
Description-Content-Type: text/markdown
|
|
27
27
|
License-File: LICENSE.md
|
|
28
|
-
Requires-Dist: pySVModel~=0.5
|
|
29
28
|
Requires-Dist: pySystemRDLModel~=0.3
|
|
30
|
-
Requires-Dist:
|
|
31
|
-
Requires-Dist:
|
|
29
|
+
Requires-Dist: pyVHDLModel~=0.31
|
|
30
|
+
Requires-Dist: pySVModel~=0.5
|
|
31
|
+
Requires-Dist: pyTooling~=8.4
|
|
32
32
|
Provides-Extra: doc
|
|
33
|
-
Requires-Dist: pySystemRDLModel~=0.3; extra == "doc"
|
|
34
|
-
Requires-Dist: sphinx_fontawesome>=0.0.6; extra == "doc"
|
|
35
|
-
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
36
|
-
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
37
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
38
|
-
Requires-Dist: pyVHDLModel~=0.29.1; extra == "doc"
|
|
39
|
-
Requires-Dist: sphinx_autodoc_typehints~=2.5; extra == "doc"
|
|
40
33
|
Requires-Dist: pySVModel~=0.5; extra == "doc"
|
|
34
|
+
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
|
|
35
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.2; extra == "doc"
|
|
36
|
+
Requires-Dist: pyTooling~=8.4; extra == "doc"
|
|
37
|
+
Requires-Dist: pyVHDLModel~=0.31; extra == "doc"
|
|
38
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
41
39
|
Requires-Dist: docutils~=0.21; extra == "doc"
|
|
42
|
-
Requires-Dist:
|
|
43
|
-
Requires-Dist:
|
|
40
|
+
Requires-Dist: pySystemRDLModel~=0.3; extra == "doc"
|
|
41
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "doc"
|
|
42
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
43
|
+
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinx_design~=0.6.1; extra == "doc"
|
|
45
|
+
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
46
|
+
Requires-Dist: sphinx~=8.2; extra == "doc"
|
|
44
47
|
Provides-Extra: test
|
|
48
|
+
Requires-Dist: Coverage~=7.8; extra == "test"
|
|
49
|
+
Requires-Dist: pySVModel~=0.5; extra == "test"
|
|
50
|
+
Requires-Dist: mypy~=1.15; extra == "test"
|
|
51
|
+
Requires-Dist: pyTooling~=8.4; extra == "test"
|
|
52
|
+
Requires-Dist: pyVHDLModel~=0.31; extra == "test"
|
|
53
|
+
Requires-Dist: typing_extensions~=4.13; extra == "test"
|
|
45
54
|
Requires-Dist: pySystemRDLModel~=0.3; extra == "test"
|
|
46
|
-
Requires-Dist:
|
|
55
|
+
Requires-Dist: pytest-cov~=6.1; extra == "test"
|
|
47
56
|
Requires-Dist: pytest~=8.3; extra == "test"
|
|
48
|
-
Requires-Dist:
|
|
49
|
-
Requires-Dist: lxml~=5.3; extra == "test"
|
|
50
|
-
Requires-Dist: pyVHDLModel~=0.29.1; extra == "test"
|
|
51
|
-
Requires-Dist: mypy~=1.13; extra == "test"
|
|
52
|
-
Requires-Dist: pySVModel~=0.5; extra == "test"
|
|
53
|
-
Requires-Dist: pytest-cov~=6.0; extra == "test"
|
|
54
|
-
Requires-Dist: pyTooling~=7.0; extra == "test"
|
|
57
|
+
Requires-Dist: lxml~=5.4; extra == "test"
|
|
55
58
|
Provides-Extra: all
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist:
|
|
58
|
-
Requires-Dist:
|
|
59
|
-
Requires-Dist: typing_extensions~=4.12; extra == "all"
|
|
60
|
-
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
59
|
+
Requires-Dist: Coverage~=7.8; extra == "all"
|
|
60
|
+
Requires-Dist: mypy~=1.15; extra == "all"
|
|
61
|
+
Requires-Dist: typing_extensions~=4.13; extra == "all"
|
|
61
62
|
Requires-Dist: pytest~=8.3; extra == "all"
|
|
62
|
-
Requires-Dist:
|
|
63
|
-
Requires-Dist:
|
|
64
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
65
|
-
Requires-Dist: pyVHDLModel~=0.29.1; extra == "all"
|
|
66
|
-
Requires-Dist: sphinx_autodoc_typehints~=2.5; extra == "all"
|
|
67
|
-
Requires-Dist: mypy~=1.13; extra == "all"
|
|
63
|
+
Requires-Dist: lxml~=5.4; extra == "all"
|
|
64
|
+
Requires-Dist: sphinx~=8.2; extra == "all"
|
|
68
65
|
Requires-Dist: pySVModel~=0.5; extra == "all"
|
|
69
|
-
Requires-Dist:
|
|
70
|
-
Requires-Dist:
|
|
66
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.2; extra == "all"
|
|
67
|
+
Requires-Dist: pyTooling~=8.4; extra == "all"
|
|
68
|
+
Requires-Dist: pyVHDLModel~=0.31; extra == "all"
|
|
69
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
70
|
+
Requires-Dist: sphinx_design~=0.6.1; extra == "all"
|
|
71
71
|
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
72
|
-
Requires-Dist:
|
|
72
|
+
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
|
|
73
|
+
Requires-Dist: docutils~=0.21; extra == "all"
|
|
74
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
|
|
75
|
+
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
76
|
+
Requires-Dist: pySystemRDLModel~=0.3; extra == "all"
|
|
77
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "all"
|
|
78
|
+
Requires-Dist: pytest-cov~=6.1; extra == "all"
|
|
79
|
+
Dynamic: author
|
|
80
|
+
Dynamic: author-email
|
|
81
|
+
Dynamic: classifier
|
|
82
|
+
Dynamic: description
|
|
83
|
+
Dynamic: description-content-type
|
|
84
|
+
Dynamic: home-page
|
|
85
|
+
Dynamic: keywords
|
|
86
|
+
Dynamic: license
|
|
87
|
+
Dynamic: license-file
|
|
88
|
+
Dynamic: project-url
|
|
89
|
+
Dynamic: provides-extra
|
|
90
|
+
Dynamic: requires-dist
|
|
91
|
+
Dynamic: requires-python
|
|
92
|
+
Dynamic: summary
|
|
73
93
|
|
|
74
94
|
<p align="center">
|
|
75
|
-
<a title="edaa-org.github.io/
|
|
95
|
+
<a title="edaa-org.github.io/pyEDAA.ProjectModel" href="https://edaa-org.github.io/pyEDAA.ProjectModel"><img height="80px" src="doc/_static/logo_on_dark.svg"/></a>
|
|
76
96
|
</p>
|
|
77
97
|
|
|
78
98
|
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
|
|
@@ -83,7 +103,7 @@ Requires-Dist: pyTooling~=7.0; extra == "all"
|
|
|
83
103
|
[](https://pypi.org/project/pyEDAA.ProjectModel/)
|
|
84
104
|

|
|
85
105
|

|
|
86
|
-
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel/actions/workflows/Pipeline.yml)
|
|
87
107
|
[](https://libraries.io/github/edaa-org/pyEDAA.ProjectModel)
|
|
88
108
|
[](https://www.codacy.com/gh/edaa-org/pyEDAA.ProjectModel)
|
|
89
109
|
[](https://www.codacy.com/gh/edaa-org/pyEDAA.ProjectModel)
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
pySystemRDLModel~=0.3
|
|
2
|
+
pyVHDLModel~=0.31
|
|
3
|
+
pySVModel~=0.5
|
|
4
|
+
pyTooling~=8.4
|
|
5
|
+
|
|
6
|
+
[all]
|
|
7
|
+
Coverage~=7.8
|
|
8
|
+
mypy~=1.15
|
|
9
|
+
typing_extensions~=4.13
|
|
10
|
+
pytest~=8.3
|
|
11
|
+
lxml~=5.4
|
|
12
|
+
sphinx~=8.2
|
|
13
|
+
pySVModel~=0.5
|
|
14
|
+
sphinx_autodoc_typehints~=3.2
|
|
15
|
+
pyTooling~=8.4
|
|
16
|
+
pyVHDLModel~=0.31
|
|
17
|
+
docutils_stubs~=0.0.22
|
|
18
|
+
sphinx_design~=0.6.1
|
|
19
|
+
autoapi>=2.0.1
|
|
20
|
+
sphinx_rtd_theme~=3.0
|
|
21
|
+
docutils~=0.21
|
|
22
|
+
sphinx-copybutton>=0.5.2
|
|
23
|
+
sphinxcontrib-mermaid~=1.0
|
|
24
|
+
pySystemRDLModel~=0.3
|
|
25
|
+
sphinx_reports~=0.9
|
|
26
|
+
pytest-cov~=6.1
|
|
27
|
+
|
|
28
|
+
[doc]
|
|
29
|
+
pySVModel~=0.5
|
|
30
|
+
sphinx_rtd_theme~=3.0
|
|
31
|
+
sphinx_autodoc_typehints~=3.2
|
|
32
|
+
pyTooling~=8.4
|
|
33
|
+
pyVHDLModel~=0.31
|
|
34
|
+
docutils_stubs~=0.0.22
|
|
35
|
+
docutils~=0.21
|
|
36
|
+
pySystemRDLModel~=0.3
|
|
37
|
+
sphinx_reports~=0.9
|
|
38
|
+
sphinx-copybutton>=0.5.2
|
|
39
|
+
sphinxcontrib-mermaid~=1.0
|
|
40
|
+
sphinx_design~=0.6.1
|
|
41
|
+
autoapi>=2.0.1
|
|
42
|
+
sphinx~=8.2
|
|
43
|
+
|
|
44
|
+
[test]
|
|
45
|
+
Coverage~=7.8
|
|
46
|
+
pySVModel~=0.5
|
|
47
|
+
mypy~=1.15
|
|
48
|
+
pyTooling~=8.4
|
|
49
|
+
pyVHDLModel~=0.31
|
|
50
|
+
typing_extensions~=4.13
|
|
51
|
+
pySystemRDLModel~=0.3
|
|
52
|
+
pytest-cov~=6.1
|
|
53
|
+
pytest~=8.3
|
|
54
|
+
lxml~=5.4
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[build-system]
|
|
2
2
|
requires = [
|
|
3
|
-
"setuptools
|
|
4
|
-
"wheel ~= 0.
|
|
5
|
-
"pyTooling ~=
|
|
3
|
+
"setuptools >= 80.0",
|
|
4
|
+
"wheel ~= 0.45",
|
|
5
|
+
"pyTooling ~= 8.4"
|
|
6
6
|
]
|
|
7
7
|
build-backend = "setuptools.build_meta"
|
|
8
8
|
|
|
@@ -20,6 +20,12 @@ show_error_codes = true
|
|
|
20
20
|
namespace_packages = true
|
|
21
21
|
html_report = "report/typing"
|
|
22
22
|
|
|
23
|
+
[tool.pytest]
|
|
24
|
+
junit_xml = "report/unit/UnittestReportSummary.xml"
|
|
25
|
+
|
|
26
|
+
[tool.pyedaa-reports]
|
|
27
|
+
junit_xml = "report/unit/unittest.xml"
|
|
28
|
+
|
|
23
29
|
[tool.pytest.ini_options]
|
|
24
30
|
addopts = "--tb=native"
|
|
25
31
|
# Don't set 'python_classes = *' otherwise, pytest doesn't search for classes
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2017-
|
|
14
|
+
# Copyright 2017-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# Copyright 2014-2016 Technische Universität Dresden - Germany, Chair of VLSI-Design, Diagnostics and Architecture #
|
|
16
16
|
# #
|
|
17
17
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
pySVModel~=0.5
|
|
2
|
-
pySystemRDLModel~=0.3
|
|
3
|
-
pyTooling~=7.0
|
|
4
|
-
pyVHDLModel~=0.29.1
|
|
5
|
-
|
|
6
|
-
[all]
|
|
7
|
-
pySystemRDLModel~=0.3
|
|
8
|
-
sphinx_fontawesome>=0.0.6
|
|
9
|
-
pytest-cov~=6.0
|
|
10
|
-
typing_extensions~=4.12
|
|
11
|
-
sphinxcontrib-mermaid~=1.0
|
|
12
|
-
pytest~=8.3
|
|
13
|
-
Coverage~=7.6
|
|
14
|
-
lxml~=5.3
|
|
15
|
-
docutils_stubs~=0.0.22
|
|
16
|
-
pyVHDLModel~=0.29.1
|
|
17
|
-
sphinx_autodoc_typehints~=2.5
|
|
18
|
-
mypy~=1.13
|
|
19
|
-
pySVModel~=0.5
|
|
20
|
-
docutils~=0.21
|
|
21
|
-
sphinx~=8.1
|
|
22
|
-
autoapi>=2.0.1
|
|
23
|
-
pyTooling~=7.0
|
|
24
|
-
|
|
25
|
-
[doc]
|
|
26
|
-
pySystemRDLModel~=0.3
|
|
27
|
-
sphinx_fontawesome>=0.0.6
|
|
28
|
-
autoapi>=2.0.1
|
|
29
|
-
sphinxcontrib-mermaid~=1.0
|
|
30
|
-
docutils_stubs~=0.0.22
|
|
31
|
-
pyVHDLModel~=0.29.1
|
|
32
|
-
sphinx_autodoc_typehints~=2.5
|
|
33
|
-
pySVModel~=0.5
|
|
34
|
-
docutils~=0.21
|
|
35
|
-
sphinx~=8.1
|
|
36
|
-
pyTooling~=7.0
|
|
37
|
-
|
|
38
|
-
[test]
|
|
39
|
-
pySystemRDLModel~=0.3
|
|
40
|
-
typing_extensions~=4.12
|
|
41
|
-
pytest~=8.3
|
|
42
|
-
Coverage~=7.6
|
|
43
|
-
lxml~=5.3
|
|
44
|
-
pyVHDLModel~=0.29.1
|
|
45
|
-
mypy~=1.13
|
|
46
|
-
pySVModel~=0.5
|
|
47
|
-
pytest-cov~=6.0
|
|
48
|
-
pyTooling~=7.0
|
|
File without changes
|
|
File without changes
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA.ProjectModel.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pyedaa_projectmodel-0.5.0 → pyedaa_projectmodel-0.5.1}/pyEDAA.ProjectModel.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|