pyEDAA.ProjectModel 0.6.2__tar.gz → 0.6.3__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.6.2 → pyedaa_projectmodel-0.6.3}/PKG-INFO +39 -41
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/README.md +4 -4
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/__init__.py +1 -1
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/PKG-INFO +39 -41
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/requires.txt +34 -36
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyproject.toml +1 -2
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/LICENSE.md +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Altera/Quartus.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Altera/__init__.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Attributes.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/GHDL.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Intel/QuartusPrime.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Intel/__init__.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/MentorGraphics/ModelSim.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/MentorGraphics/QuestaSim.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/MentorGraphics/__init__.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/OSVVM.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/VHDL.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Verilog.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Xilinx/ISE.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Xilinx/Vivado.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Xilinx/__init__.py +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/py.typed +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/SOURCES.txt +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/dependency_links.txt +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/top_level.txt +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/setup.cfg +0 -0
- {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyEDAA.ProjectModel
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.3
|
|
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
|
|
@@ -24,60 +24,58 @@ Classifier: Development Status :: 4 - Beta
|
|
|
24
24
|
Requires-Python: >=3.11
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
License-File: LICENSE.md
|
|
27
|
+
Requires-Dist: pyTooling~=8.15
|
|
28
|
+
Requires-Dist: pyVHDLModel~=0.35.0
|
|
27
29
|
Requires-Dist: pySystemRDLModel~=0.3.0
|
|
28
|
-
Requires-Dist: pyTooling~=8.11
|
|
29
30
|
Requires-Dist: pySVModel~=0.5.0
|
|
30
|
-
Requires-Dist: pyVHDLModel~=0.33.0
|
|
31
31
|
Provides-Extra: doc
|
|
32
|
-
Requires-Dist: docutils~=0.22.0; extra == "doc"
|
|
33
|
-
Requires-Dist: pyTooling~=8.11; extra == "doc"
|
|
34
|
-
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
|
|
35
|
-
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
|
|
36
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
37
|
-
Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
|
|
38
|
-
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
|
|
39
32
|
Requires-Dist: pySVModel~=0.5.0; extra == "doc"
|
|
40
33
|
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
41
|
-
Requires-Dist: pyVHDLModel~=0.33.0; extra == "doc"
|
|
42
|
-
Requires-Dist: sphinx_reports~=0.10.0; extra == "doc"
|
|
43
|
-
Requires-Dist: sphinx~=9.1; extra == "doc"
|
|
44
34
|
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
|
|
35
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
36
|
+
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
|
|
37
|
+
Requires-Dist: sphinx_reports~=0.11.0; extra == "doc"
|
|
38
|
+
Requires-Dist: pyTooling~=8.15; extra == "doc"
|
|
39
|
+
Requires-Dist: pyVHDLModel~=0.35.0; extra == "doc"
|
|
45
40
|
Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
|
|
41
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
42
|
+
Requires-Dist: sphinx~=9.1; extra == "doc"
|
|
43
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.10; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
|
|
46
45
|
Provides-Extra: test
|
|
47
|
-
Requires-Dist: mypy[reports]~=1.19; extra == "test"
|
|
48
|
-
Requires-Dist: pyTooling~=8.11; extra == "test"
|
|
49
|
-
Requires-Dist: Coverage~=7.13; extra == "test"
|
|
50
|
-
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "test"
|
|
51
|
-
Requires-Dist: pytest-cov~=7.0; extra == "test"
|
|
52
46
|
Requires-Dist: pySVModel~=0.5.0; extra == "test"
|
|
53
|
-
Requires-Dist: lxml<7.0,>=
|
|
54
|
-
Requires-Dist: pyVHDLModel~=0.33.0; extra == "test"
|
|
55
|
-
Requires-Dist: pytest~=9.0; extra == "test"
|
|
47
|
+
Requires-Dist: lxml<7.0,>=6.1; extra == "test"
|
|
56
48
|
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
49
|
+
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "test"
|
|
50
|
+
Requires-Dist: pyTooling~=8.15; extra == "test"
|
|
51
|
+
Requires-Dist: pyVHDLModel~=0.35.0; extra == "test"
|
|
52
|
+
Requires-Dist: Coverage~=7.14; extra == "test"
|
|
53
|
+
Requires-Dist: pytest-cov~=7.1; extra == "test"
|
|
54
|
+
Requires-Dist: pytest~=9.0; extra == "test"
|
|
55
|
+
Requires-Dist: mypy[reports]~=2.1; extra == "test"
|
|
57
56
|
Provides-Extra: osvvm
|
|
58
57
|
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "osvvm"
|
|
59
58
|
Provides-Extra: all
|
|
60
59
|
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
Requires-Dist:
|
|
60
|
+
Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
|
|
61
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
|
|
62
|
+
Requires-Dist: Coverage~=7.14; extra == "all"
|
|
63
|
+
Requires-Dist: pyTooling~=8.15; extra == "all"
|
|
63
64
|
Requires-Dist: sphinx_design~=0.7.0; extra == "all"
|
|
64
|
-
Requires-Dist:
|
|
65
|
-
Requires-Dist:
|
|
66
|
-
Requires-Dist: docutils~=0.22.0; extra == "all"
|
|
67
|
-
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
|
|
68
|
-
Requires-Dist: pytest-cov~=7.0; extra == "all"
|
|
69
|
-
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
|
|
65
|
+
Requires-Dist: pytest~=9.0; extra == "all"
|
|
66
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.10; extra == "all"
|
|
70
67
|
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
71
|
-
Requires-Dist: mypy[reports]~=1.19; extra == "all"
|
|
72
|
-
Requires-Dist: sphinx~=9.1; extra == "all"
|
|
73
68
|
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
|
|
74
|
-
Requires-Dist:
|
|
75
|
-
Requires-Dist: pyTooling~=8.11; extra == "all"
|
|
69
|
+
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "all"
|
|
76
70
|
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
|
|
77
|
-
Requires-Dist:
|
|
78
|
-
Requires-Dist:
|
|
79
|
-
Requires-Dist:
|
|
80
|
-
Requires-Dist:
|
|
71
|
+
Requires-Dist: pytest-cov~=7.1; extra == "all"
|
|
72
|
+
Requires-Dist: sphinx~=9.1; extra == "all"
|
|
73
|
+
Requires-Dist: pySVModel~=0.5.0; extra == "all"
|
|
74
|
+
Requires-Dist: lxml<7.0,>=6.1; extra == "all"
|
|
75
|
+
Requires-Dist: typing_extensions~=4.15; extra == "all"
|
|
76
|
+
Requires-Dist: pyVHDLModel~=0.35.0; extra == "all"
|
|
77
|
+
Requires-Dist: mypy[reports]~=2.1; extra == "all"
|
|
78
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
|
|
81
79
|
Dynamic: author
|
|
82
80
|
Dynamic: author-email
|
|
83
81
|
Dynamic: classifier
|
|
@@ -97,11 +95,11 @@ Dynamic: summary
|
|
|
97
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>
|
|
98
96
|
</p>
|
|
99
97
|
|
|
100
|
-
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
|
|
101
99
|
[](LICENSE.md)
|
|
102
100
|
[](https://edaa-org.github.io/pyEDAA.ProjectModel/)
|
|
103
|
-
[](
|
|
104
|
-
[](doc/Doc-License.rst)
|
|
102
|
+
[](https://gitter.im/hdl/community)
|
|
105
103
|
[](https://pypi.org/project/pyEDAA.ProjectModel/)
|
|
106
104
|

|
|
107
105
|

|
|
@@ -220,7 +218,7 @@ This layer is used by:
|
|
|
220
218
|
|
|
221
219
|
# License
|
|
222
220
|
|
|
223
|
-
This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
|
|
221
|
+
This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).
|
|
224
222
|
The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).
|
|
225
223
|
|
|
226
224
|
-------------------------
|
|
@@ -2,11 +2,11 @@
|
|
|
2
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
|
-
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
|
|
6
6
|
[](LICENSE.md)
|
|
7
7
|
[](https://edaa-org.github.io/pyEDAA.ProjectModel/)
|
|
8
|
-
[](
|
|
9
|
-
[](doc/Doc-License.rst)
|
|
9
|
+
[](https://gitter.im/hdl/community)
|
|
10
10
|
[](https://pypi.org/project/pyEDAA.ProjectModel/)
|
|
11
11
|

|
|
12
12
|

|
|
@@ -125,7 +125,7 @@ This layer is used by:
|
|
|
125
125
|
|
|
126
126
|
# License
|
|
127
127
|
|
|
128
|
-
This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
|
|
128
|
+
This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).
|
|
129
129
|
The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).
|
|
130
130
|
|
|
131
131
|
-------------------------
|
|
@@ -34,7 +34,7 @@ __author__ = "Patrick Lehmann"
|
|
|
34
34
|
__email__ = "Paebbels@gmail.com"
|
|
35
35
|
__copyright__ = "2014-2026, Patrick Lehmann, Unai Martinez-Corral"
|
|
36
36
|
__license__ = "Apache License, Version 2.0"
|
|
37
|
-
__version__ = "0.6.
|
|
37
|
+
__version__ = "0.6.3"
|
|
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.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyEDAA.ProjectModel
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.3
|
|
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
|
|
@@ -24,60 +24,58 @@ Classifier: Development Status :: 4 - Beta
|
|
|
24
24
|
Requires-Python: >=3.11
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
License-File: LICENSE.md
|
|
27
|
+
Requires-Dist: pyTooling~=8.15
|
|
28
|
+
Requires-Dist: pyVHDLModel~=0.35.0
|
|
27
29
|
Requires-Dist: pySystemRDLModel~=0.3.0
|
|
28
|
-
Requires-Dist: pyTooling~=8.11
|
|
29
30
|
Requires-Dist: pySVModel~=0.5.0
|
|
30
|
-
Requires-Dist: pyVHDLModel~=0.33.0
|
|
31
31
|
Provides-Extra: doc
|
|
32
|
-
Requires-Dist: docutils~=0.22.0; extra == "doc"
|
|
33
|
-
Requires-Dist: pyTooling~=8.11; extra == "doc"
|
|
34
|
-
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
|
|
35
|
-
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
|
|
36
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
37
|
-
Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
|
|
38
|
-
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
|
|
39
32
|
Requires-Dist: pySVModel~=0.5.0; extra == "doc"
|
|
40
33
|
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
41
|
-
Requires-Dist: pyVHDLModel~=0.33.0; extra == "doc"
|
|
42
|
-
Requires-Dist: sphinx_reports~=0.10.0; extra == "doc"
|
|
43
|
-
Requires-Dist: sphinx~=9.1; extra == "doc"
|
|
44
34
|
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
|
|
35
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
36
|
+
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "doc"
|
|
37
|
+
Requires-Dist: sphinx_reports~=0.11.0; extra == "doc"
|
|
38
|
+
Requires-Dist: pyTooling~=8.15; extra == "doc"
|
|
39
|
+
Requires-Dist: pyVHDLModel~=0.35.0; extra == "doc"
|
|
45
40
|
Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
|
|
41
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
42
|
+
Requires-Dist: sphinx~=9.1; extra == "doc"
|
|
43
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.10; extra == "doc"
|
|
44
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
|
|
46
45
|
Provides-Extra: test
|
|
47
|
-
Requires-Dist: mypy[reports]~=1.19; extra == "test"
|
|
48
|
-
Requires-Dist: pyTooling~=8.11; extra == "test"
|
|
49
|
-
Requires-Dist: Coverage~=7.13; extra == "test"
|
|
50
|
-
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "test"
|
|
51
|
-
Requires-Dist: pytest-cov~=7.0; extra == "test"
|
|
52
46
|
Requires-Dist: pySVModel~=0.5.0; extra == "test"
|
|
53
|
-
Requires-Dist: lxml<7.0,>=
|
|
54
|
-
Requires-Dist: pyVHDLModel~=0.33.0; extra == "test"
|
|
55
|
-
Requires-Dist: pytest~=9.0; extra == "test"
|
|
47
|
+
Requires-Dist: lxml<7.0,>=6.1; extra == "test"
|
|
56
48
|
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
49
|
+
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "test"
|
|
50
|
+
Requires-Dist: pyTooling~=8.15; extra == "test"
|
|
51
|
+
Requires-Dist: pyVHDLModel~=0.35.0; extra == "test"
|
|
52
|
+
Requires-Dist: Coverage~=7.14; extra == "test"
|
|
53
|
+
Requires-Dist: pytest-cov~=7.1; extra == "test"
|
|
54
|
+
Requires-Dist: pytest~=9.0; extra == "test"
|
|
55
|
+
Requires-Dist: mypy[reports]~=2.1; extra == "test"
|
|
57
56
|
Provides-Extra: osvvm
|
|
58
57
|
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "osvvm"
|
|
59
58
|
Provides-Extra: all
|
|
60
59
|
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
Requires-Dist:
|
|
60
|
+
Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
|
|
61
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
|
|
62
|
+
Requires-Dist: Coverage~=7.14; extra == "all"
|
|
63
|
+
Requires-Dist: pyTooling~=8.15; extra == "all"
|
|
63
64
|
Requires-Dist: sphinx_design~=0.7.0; extra == "all"
|
|
64
|
-
Requires-Dist:
|
|
65
|
-
Requires-Dist:
|
|
66
|
-
Requires-Dist: docutils~=0.22.0; extra == "all"
|
|
67
|
-
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
|
|
68
|
-
Requires-Dist: pytest-cov~=7.0; extra == "all"
|
|
69
|
-
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
|
|
65
|
+
Requires-Dist: pytest~=9.0; extra == "all"
|
|
66
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.10; extra == "all"
|
|
70
67
|
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
71
|
-
Requires-Dist: mypy[reports]~=1.19; extra == "all"
|
|
72
|
-
Requires-Dist: sphinx~=9.1; extra == "all"
|
|
73
68
|
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
|
|
74
|
-
Requires-Dist:
|
|
75
|
-
Requires-Dist: pyTooling~=8.11; extra == "all"
|
|
69
|
+
Requires-Dist: pySystemRDLModel~=0.3.0; extra == "all"
|
|
76
70
|
Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
|
|
77
|
-
Requires-Dist:
|
|
78
|
-
Requires-Dist:
|
|
79
|
-
Requires-Dist:
|
|
80
|
-
Requires-Dist:
|
|
71
|
+
Requires-Dist: pytest-cov~=7.1; extra == "all"
|
|
72
|
+
Requires-Dist: sphinx~=9.1; extra == "all"
|
|
73
|
+
Requires-Dist: pySVModel~=0.5.0; extra == "all"
|
|
74
|
+
Requires-Dist: lxml<7.0,>=6.1; extra == "all"
|
|
75
|
+
Requires-Dist: typing_extensions~=4.15; extra == "all"
|
|
76
|
+
Requires-Dist: pyVHDLModel~=0.35.0; extra == "all"
|
|
77
|
+
Requires-Dist: mypy[reports]~=2.1; extra == "all"
|
|
78
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
|
|
81
79
|
Dynamic: author
|
|
82
80
|
Dynamic: author-email
|
|
83
81
|
Dynamic: classifier
|
|
@@ -97,11 +95,11 @@ Dynamic: summary
|
|
|
97
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>
|
|
98
96
|
</p>
|
|
99
97
|
|
|
100
|
-
[](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
|
|
101
99
|
[](LICENSE.md)
|
|
102
100
|
[](https://edaa-org.github.io/pyEDAA.ProjectModel/)
|
|
103
|
-
[](
|
|
104
|
-
[](doc/Doc-License.rst)
|
|
102
|
+
[](https://gitter.im/hdl/community)
|
|
105
103
|
[](https://pypi.org/project/pyEDAA.ProjectModel/)
|
|
106
104
|

|
|
107
105
|

|
|
@@ -220,7 +218,7 @@ This layer is used by:
|
|
|
220
218
|
|
|
221
219
|
# License
|
|
222
220
|
|
|
223
|
-
This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
|
|
221
|
+
This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).
|
|
224
222
|
The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).
|
|
225
223
|
|
|
226
224
|
-------------------------
|
{pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/requires.txt
RENAMED
|
@@ -1,58 +1,56 @@
|
|
|
1
|
+
pyTooling~=8.15
|
|
2
|
+
pyVHDLModel~=0.35.0
|
|
1
3
|
pySystemRDLModel~=0.3.0
|
|
2
|
-
pyTooling~=8.11
|
|
3
4
|
pySVModel~=0.5.0
|
|
4
|
-
pyVHDLModel~=0.33.0
|
|
5
5
|
|
|
6
6
|
[all]
|
|
7
7
|
docutils_stubs~=0.0.22
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
sphinx_reports~=0.11.0
|
|
9
|
+
sphinx-copybutton>=0.5.2
|
|
10
|
+
Coverage~=7.14
|
|
11
|
+
pyTooling~=8.15
|
|
10
12
|
sphinx_design~=0.7.0
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
docutils~=0.22.0
|
|
14
|
-
sphinx-copybutton>=0.5.0
|
|
15
|
-
pytest-cov~=7.0
|
|
16
|
-
sphinxcontrib-mermaid~=2.0
|
|
13
|
+
pytest~=9.0
|
|
14
|
+
sphinx_autodoc_typehints~=3.10
|
|
17
15
|
autoapi>=2.0.1
|
|
18
|
-
mypy[reports]~=1.19
|
|
19
|
-
sphinx~=9.1
|
|
20
16
|
sphinx_rtd_theme~=3.1
|
|
21
|
-
|
|
22
|
-
pyTooling~=8.11
|
|
17
|
+
pySystemRDLModel~=0.3.0
|
|
23
18
|
pyEDAA.OSVVM~=0.6
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
19
|
+
pytest-cov~=7.1
|
|
20
|
+
sphinx~=9.1
|
|
21
|
+
pySVModel~=0.5.0
|
|
22
|
+
lxml<7.0,>=6.1
|
|
23
|
+
typing_extensions~=4.15
|
|
24
|
+
pyVHDLModel~=0.35.0
|
|
25
|
+
mypy[reports]~=2.1
|
|
26
|
+
sphinxcontrib-mermaid~=2.0
|
|
28
27
|
|
|
29
28
|
[doc]
|
|
30
|
-
docutils~=0.22.0
|
|
31
|
-
pyTooling~=8.11
|
|
32
|
-
pySystemRDLModel~=0.3.0
|
|
33
|
-
sphinx-copybutton>=0.5.0
|
|
34
|
-
docutils_stubs~=0.0.22
|
|
35
|
-
sphinx_autodoc_typehints~=3.6
|
|
36
|
-
sphinxcontrib-mermaid~=2.0
|
|
37
29
|
pySVModel~=0.5.0
|
|
38
30
|
autoapi>=2.0.1
|
|
39
|
-
pyVHDLModel~=0.33.0
|
|
40
|
-
sphinx_reports~=0.10.0
|
|
41
|
-
sphinx~=9.1
|
|
42
31
|
sphinx_rtd_theme~=3.1
|
|
32
|
+
docutils_stubs~=0.0.22
|
|
33
|
+
pySystemRDLModel~=0.3.0
|
|
34
|
+
sphinx_reports~=0.11.0
|
|
35
|
+
pyTooling~=8.15
|
|
36
|
+
pyVHDLModel~=0.35.0
|
|
43
37
|
sphinx_design~=0.7.0
|
|
38
|
+
sphinx-copybutton>=0.5.2
|
|
39
|
+
sphinx~=9.1
|
|
40
|
+
sphinx_autodoc_typehints~=3.10
|
|
41
|
+
sphinxcontrib-mermaid~=2.0
|
|
44
42
|
|
|
45
43
|
[osvvm]
|
|
46
44
|
pyEDAA.OSVVM~=0.6
|
|
47
45
|
|
|
48
46
|
[test]
|
|
49
|
-
mypy[reports]~=1.19
|
|
50
|
-
pyTooling~=8.11
|
|
51
|
-
Coverage~=7.13
|
|
52
|
-
pySystemRDLModel~=0.3.0
|
|
53
|
-
pytest-cov~=7.0
|
|
54
47
|
pySVModel~=0.5.0
|
|
55
|
-
lxml<7.0,>=
|
|
56
|
-
pyVHDLModel~=0.33.0
|
|
57
|
-
pytest~=9.0
|
|
48
|
+
lxml<7.0,>=6.1
|
|
58
49
|
typing_extensions~=4.15
|
|
50
|
+
pySystemRDLModel~=0.3.0
|
|
51
|
+
pyTooling~=8.15
|
|
52
|
+
pyVHDLModel~=0.35.0
|
|
53
|
+
Coverage~=7.14
|
|
54
|
+
pytest-cov~=7.1
|
|
55
|
+
pytest~=9.0
|
|
56
|
+
mypy[reports]~=2.1
|
|
File without changes
|
{pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Altera/Quartus.py
RENAMED
|
File without changes
|
{pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Altera/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Intel/QuartusPrime.py
RENAMED
|
File without changes
|
{pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Intel/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Xilinx/Vivado.py
RENAMED
|
File without changes
|
{pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA/ProjectModel/Xilinx/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.3}/pyEDAA.ProjectModel.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|