pyEDAA.ProjectModel 0.6.2__tar.gz → 0.6.4__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.
Files changed (29) hide show
  1. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/PKG-INFO +44 -46
  2. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/README.md +4 -4
  3. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/__init__.py +9 -6
  4. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA.ProjectModel.egg-info/PKG-INFO +44 -46
  5. pyedaa_projectmodel-0.6.4/pyEDAA.ProjectModel.egg-info/requires.txt +56 -0
  6. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyproject.toml +3 -4
  7. pyedaa_projectmodel-0.6.2/pyEDAA.ProjectModel.egg-info/requires.txt +0 -58
  8. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/LICENSE.md +0 -0
  9. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Altera/Quartus.py +0 -0
  10. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Altera/__init__.py +0 -0
  11. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Attributes.py +0 -0
  12. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/GHDL.py +0 -0
  13. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Intel/QuartusPrime.py +0 -0
  14. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Intel/__init__.py +0 -0
  15. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/MentorGraphics/ModelSim.py +0 -0
  16. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/MentorGraphics/QuestaSim.py +0 -0
  17. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/MentorGraphics/__init__.py +0 -0
  18. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/OSVVM.py +0 -0
  19. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/VHDL.py +0 -0
  20. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Verilog.py +0 -0
  21. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Xilinx/ISE.py +0 -0
  22. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Xilinx/Vivado.py +0 -0
  23. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/Xilinx/__init__.py +0 -0
  24. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA/ProjectModel/py.typed +0 -0
  25. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA.ProjectModel.egg-info/SOURCES.txt +0 -0
  26. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA.ProjectModel.egg-info/dependency_links.txt +0 -0
  27. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/pyEDAA.ProjectModel.egg-info/top_level.txt +0 -0
  28. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/setup.cfg +0 -0
  29. {pyedaa_projectmodel-0.6.2 → pyedaa_projectmodel-0.6.4}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyEDAA.ProjectModel
3
- Version: 0.6.2
3
+ Version: 0.6.4
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: pySystemRDLModel~=0.3.0
28
- Requires-Dist: pyTooling~=8.11
29
- Requires-Dist: pySVModel~=0.5.0
30
- Requires-Dist: pyVHDLModel~=0.33.0
27
+ Requires-Dist: pySVModel~=0.5.11
28
+ Requires-Dist: pyVHDLModel~=0.37.0
29
+ Requires-Dist: pySystemRDLModel~=0.3.10
30
+ Requires-Dist: pyTooling~=8.15
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"
32
+ Requires-Dist: pyVHDLModel~=0.37.0; extra == "doc"
33
+ Requires-Dist: autoapi>=2.0.1; extra == "doc"
34
+ Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "doc"
35
+ Requires-Dist: pySVModel~=0.5.11; extra == "doc"
36
36
  Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
37
- Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
37
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "doc"
38
38
  Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
39
- Requires-Dist: pySVModel~=0.5.0; extra == "doc"
40
- 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"
39
+ Requires-Dist: pySystemRDLModel~=0.3.10; extra == "doc"
43
40
  Requires-Dist: sphinx~=9.1; extra == "doc"
44
- Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
45
41
  Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
42
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
43
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
44
+ Requires-Dist: pyTooling~=8.15; 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
- Requires-Dist: pySVModel~=0.5.0; extra == "test"
53
- Requires-Dist: lxml<7.0,>=5.4; extra == "test"
54
- Requires-Dist: pyVHDLModel~=0.33.0; extra == "test"
55
- Requires-Dist: pytest~=9.0; extra == "test"
56
- Requires-Dist: typing_extensions~=4.15; extra == "test"
46
+ Requires-Dist: mypy[reports]~=2.1; extra == "test"
47
+ Requires-Dist: pyVHDLModel~=0.37.0; extra == "test"
48
+ Requires-Dist: typing_extensions~=4.16; extra == "test"
49
+ Requires-Dist: pytest-cov~=7.1; extra == "test"
50
+ Requires-Dist: pySVModel~=0.5.11; extra == "test"
51
+ Requires-Dist: Coverage~=7.15; extra == "test"
52
+ Requires-Dist: pytest~=9.1; extra == "test"
53
+ Requires-Dist: pySystemRDLModel~=0.3.10; extra == "test"
54
+ Requires-Dist: lxml<7.0,>=6.1; extra == "test"
55
+ Requires-Dist: pyTooling~=8.15; extra == "test"
57
56
  Provides-Extra: osvvm
58
57
  Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "osvvm"
59
58
  Provides-Extra: all
59
+ Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
60
+ Requires-Dist: pyVHDLModel~=0.37.0; extra == "all"
61
+ Requires-Dist: pytest-cov~=7.1; extra == "all"
62
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
63
+ Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "all"
64
+ Requires-Dist: pySVModel~=0.5.11; extra == "all"
60
65
  Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
61
- Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "all"
62
- Requires-Dist: pySVModel~=0.5.0; extra == "all"
66
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
67
+ Requires-Dist: lxml<7.0,>=6.1; extra == "all"
68
+ Requires-Dist: mypy[reports]~=2.1; extra == "all"
69
+ Requires-Dist: typing_extensions~=4.16; extra == "all"
70
+ Requires-Dist: Coverage~=7.15; extra == "all"
71
+ Requires-Dist: sphinx~=9.1; extra == "all"
63
72
  Requires-Dist: sphinx_design~=0.7.0; extra == "all"
64
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "all"
65
- Requires-Dist: pyVHDLModel~=0.33.0; extra == "all"
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
73
  Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
74
+ Requires-Dist: pyTooling~=8.15; extra == "all"
70
75
  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
- Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
74
- Requires-Dist: typing_extensions~=4.15; extra == "all"
75
- Requires-Dist: pyTooling~=8.11; extra == "all"
76
- Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
77
- Requires-Dist: Coverage~=7.13; extra == "all"
78
- Requires-Dist: lxml<7.0,>=5.4; extra == "all"
79
- Requires-Dist: sphinx_reports~=0.10.0; extra == "all"
80
- Requires-Dist: pytest~=9.0; extra == "all"
76
+ Requires-Dist: pytest~=9.1; extra == "all"
77
+ Requires-Dist: pySystemRDLModel~=0.3.10; extra == "all"
78
+ Requires-Dist: sphinx-copybutton>=0.5.2; 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
- [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-ProjectModel-ab47bc.svg?longCache=true&style=flat-square&logo=github&longCache=true&logo=GitHub&labelColor=6a1b9a)](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
98
+ [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-ProjectModel-ab47bc?longCache=true&style=flat-square&logo=github&longCache=true&logo=GitHub&labelColor=6a1b9a)](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
101
99
  [![Sourcecode License](https://img.shields.io/pypi/l/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=Apache&label=code)](LICENSE.md)
102
100
  [![Documentation](https://img.shields.io/website?longCache=true&style=flat-square&label=edaa-org.github.io%2FpyEDAA.ProjectModel&logo=GitHub&logoColor=fff&up_color=blueviolet&up_message=Read%20now%20%E2%9E%9A&url=https%3A%2F%2Fedaa-org.github.io%2FpyEDAA.ProjectModel%2Findex.html)](https://edaa-org.github.io/pyEDAA.ProjectModel/)
103
- [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](LICENSE.md)
104
- [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797.svg?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
101
+ [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](doc/Doc-License.rst)
102
+ [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
105
103
  [![PyPI](https://img.shields.io/pypi/v/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)](https://pypi.org/project/pyEDAA.ProjectModel/)
106
104
  ![PyPI - Status](https://img.shields.io/pypi/status/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
107
105
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
@@ -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
- [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-ProjectModel-ab47bc.svg?longCache=true&style=flat-square&logo=github&longCache=true&logo=GitHub&labelColor=6a1b9a)](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
5
+ [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-ProjectModel-ab47bc?longCache=true&style=flat-square&logo=github&longCache=true&logo=GitHub&labelColor=6a1b9a)](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
6
6
  [![Sourcecode License](https://img.shields.io/pypi/l/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=Apache&label=code)](LICENSE.md)
7
7
  [![Documentation](https://img.shields.io/website?longCache=true&style=flat-square&label=edaa-org.github.io%2FpyEDAA.ProjectModel&logo=GitHub&logoColor=fff&up_color=blueviolet&up_message=Read%20now%20%E2%9E%9A&url=https%3A%2F%2Fedaa-org.github.io%2FpyEDAA.ProjectModel%2Findex.html)](https://edaa-org.github.io/pyEDAA.ProjectModel/)
8
- [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](LICENSE.md)
9
- [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797.svg?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
8
+ [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](doc/Doc-License.rst)
9
+ [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
10
10
  [![PyPI](https://img.shields.io/pypi/v/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)](https://pypi.org/project/pyEDAA.ProjectModel/)
11
11
  ![PyPI - Status](https://img.shields.io/pypi/status/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
12
12
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
@@ -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
  -------------------------
@@ -30,12 +30,15 @@
30
30
  # ==================================================================================================================== #
31
31
  #
32
32
  """An abstract model of EDA tool projects."""
33
- __author__ = "Patrick Lehmann"
34
- __email__ = "Paebbels@gmail.com"
35
- __copyright__ = "2014-2026, Patrick Lehmann, Unai Martinez-Corral"
36
- __license__ = "Apache License, Version 2.0"
37
- __version__ = "0.6.2"
38
- __keywords__ = ["eda project", "model", "abstract", "xilinx", "vivado", "osvvm", "file set", "file group", "test bench", "test harness"]
33
+ __author__ = "Patrick Lehmann"
34
+ __email__ = "Paebbels@gmail.com"
35
+ __copyright__ = "2014-2026, Patrick Lehmann, Unai Martinez-Corral"
36
+ __license__ = "Apache License, Version 2.0"
37
+ __version__ = "0.6.4"
38
+ __keywords__ = ["eda project", "model", "abstract", "xilinx", "vivado", "osvvm", "file set", "file group", "test bench", "test harness"]
39
+ __project_url__ = "https://github.com/edaa-org/pyEDAA.ProjectModel"
40
+ __documentation_url__ = "https://edaa-org.github.io/pyEDAA.ProjectModel"
41
+ __issue_tracker_url__ = "https://GitHub.com/edaa-org/pyEDAA.ProjectModel/issues"
39
42
 
40
43
  from os.path import relpath as path_relpath
41
44
  from pathlib import Path as pathlib_Path
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyEDAA.ProjectModel
3
- Version: 0.6.2
3
+ Version: 0.6.4
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: pySystemRDLModel~=0.3.0
28
- Requires-Dist: pyTooling~=8.11
29
- Requires-Dist: pySVModel~=0.5.0
30
- Requires-Dist: pyVHDLModel~=0.33.0
27
+ Requires-Dist: pySVModel~=0.5.11
28
+ Requires-Dist: pyVHDLModel~=0.37.0
29
+ Requires-Dist: pySystemRDLModel~=0.3.10
30
+ Requires-Dist: pyTooling~=8.15
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"
32
+ Requires-Dist: pyVHDLModel~=0.37.0; extra == "doc"
33
+ Requires-Dist: autoapi>=2.0.1; extra == "doc"
34
+ Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "doc"
35
+ Requires-Dist: pySVModel~=0.5.11; extra == "doc"
36
36
  Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
37
- Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
37
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "doc"
38
38
  Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
39
- Requires-Dist: pySVModel~=0.5.0; extra == "doc"
40
- 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"
39
+ Requires-Dist: pySystemRDLModel~=0.3.10; extra == "doc"
43
40
  Requires-Dist: sphinx~=9.1; extra == "doc"
44
- Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
45
41
  Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
42
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
43
+ Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
44
+ Requires-Dist: pyTooling~=8.15; 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
- Requires-Dist: pySVModel~=0.5.0; extra == "test"
53
- Requires-Dist: lxml<7.0,>=5.4; extra == "test"
54
- Requires-Dist: pyVHDLModel~=0.33.0; extra == "test"
55
- Requires-Dist: pytest~=9.0; extra == "test"
56
- Requires-Dist: typing_extensions~=4.15; extra == "test"
46
+ Requires-Dist: mypy[reports]~=2.1; extra == "test"
47
+ Requires-Dist: pyVHDLModel~=0.37.0; extra == "test"
48
+ Requires-Dist: typing_extensions~=4.16; extra == "test"
49
+ Requires-Dist: pytest-cov~=7.1; extra == "test"
50
+ Requires-Dist: pySVModel~=0.5.11; extra == "test"
51
+ Requires-Dist: Coverage~=7.15; extra == "test"
52
+ Requires-Dist: pytest~=9.1; extra == "test"
53
+ Requires-Dist: pySystemRDLModel~=0.3.10; extra == "test"
54
+ Requires-Dist: lxml<7.0,>=6.1; extra == "test"
55
+ Requires-Dist: pyTooling~=8.15; extra == "test"
57
56
  Provides-Extra: osvvm
58
57
  Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "osvvm"
59
58
  Provides-Extra: all
59
+ Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
60
+ Requires-Dist: pyVHDLModel~=0.37.0; extra == "all"
61
+ Requires-Dist: pytest-cov~=7.1; extra == "all"
62
+ Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
63
+ Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "all"
64
+ Requires-Dist: pySVModel~=0.5.11; extra == "all"
60
65
  Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
61
- Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "all"
62
- Requires-Dist: pySVModel~=0.5.0; extra == "all"
66
+ Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
67
+ Requires-Dist: lxml<7.0,>=6.1; extra == "all"
68
+ Requires-Dist: mypy[reports]~=2.1; extra == "all"
69
+ Requires-Dist: typing_extensions~=4.16; extra == "all"
70
+ Requires-Dist: Coverage~=7.15; extra == "all"
71
+ Requires-Dist: sphinx~=9.1; extra == "all"
63
72
  Requires-Dist: sphinx_design~=0.7.0; extra == "all"
64
- Requires-Dist: pySystemRDLModel~=0.3.0; extra == "all"
65
- Requires-Dist: pyVHDLModel~=0.33.0; extra == "all"
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
73
  Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
74
+ Requires-Dist: pyTooling~=8.15; extra == "all"
70
75
  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
- Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
74
- Requires-Dist: typing_extensions~=4.15; extra == "all"
75
- Requires-Dist: pyTooling~=8.11; extra == "all"
76
- Requires-Dist: pyEDAA.OSVVM~=0.6; extra == "all"
77
- Requires-Dist: Coverage~=7.13; extra == "all"
78
- Requires-Dist: lxml<7.0,>=5.4; extra == "all"
79
- Requires-Dist: sphinx_reports~=0.10.0; extra == "all"
80
- Requires-Dist: pytest~=9.0; extra == "all"
76
+ Requires-Dist: pytest~=9.1; extra == "all"
77
+ Requires-Dist: pySystemRDLModel~=0.3.10; extra == "all"
78
+ Requires-Dist: sphinx-copybutton>=0.5.2; 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
- [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-ProjectModel-ab47bc.svg?longCache=true&style=flat-square&logo=github&longCache=true&logo=GitHub&labelColor=6a1b9a)](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
98
+ [![Sourcecode on GitHub](https://img.shields.io/badge/pyEDAA-ProjectModel-ab47bc?longCache=true&style=flat-square&logo=github&longCache=true&logo=GitHub&labelColor=6a1b9a)](https://GitHub.com/edaa-org/pyEDAA.ProjectModel)
101
99
  [![Sourcecode License](https://img.shields.io/pypi/l/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=Apache&label=code)](LICENSE.md)
102
100
  [![Documentation](https://img.shields.io/website?longCache=true&style=flat-square&label=edaa-org.github.io%2FpyEDAA.ProjectModel&logo=GitHub&logoColor=fff&up_color=blueviolet&up_message=Read%20now%20%E2%9E%9A&url=https%3A%2F%2Fedaa-org.github.io%2FpyEDAA.ProjectModel%2Findex.html)](https://edaa-org.github.io/pyEDAA.ProjectModel/)
103
- [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](LICENSE.md)
104
- [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797.svg?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
101
+ [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](doc/Doc-License.rst)
102
+ [![Gitter](https://img.shields.io/badge/chat-on%20gitter-4db797?longCache=true&style=flat-square&logo=gitter&logoColor=e8ecef)](https://gitter.im/hdl/community)
105
103
  [![PyPI](https://img.shields.io/pypi/v/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)](https://pypi.org/project/pyEDAA.ProjectModel/)
106
104
  ![PyPI - Status](https://img.shields.io/pypi/status/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
107
105
  ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyEDAA.ProjectModel?longCache=true&style=flat-square&logo=PyPI&logoColor=FBE072)
@@ -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
  -------------------------
@@ -0,0 +1,56 @@
1
+ pySVModel~=0.5.11
2
+ pyVHDLModel~=0.37.0
3
+ pySystemRDLModel~=0.3.10
4
+ pyTooling~=8.15
5
+
6
+ [all]
7
+ pyEDAA.OSVVM~=0.6
8
+ pyVHDLModel~=0.37.0
9
+ pytest-cov~=7.1
10
+ sphinx_rtd_theme~=3.1
11
+ sphinx_autodoc_typehints~=3.12
12
+ pySVModel~=0.5.11
13
+ docutils_stubs~=0.0.22
14
+ sphinx_reports~=0.11.0
15
+ lxml<7.0,>=6.1
16
+ mypy[reports]~=2.1
17
+ typing_extensions~=4.16
18
+ Coverage~=7.15
19
+ sphinx~=9.1
20
+ sphinx_design~=0.7.0
21
+ sphinxcontrib-mermaid~=2.0
22
+ pyTooling~=8.15
23
+ autoapi>=2.0.1
24
+ pytest~=9.1
25
+ pySystemRDLModel~=0.3.10
26
+ sphinx-copybutton>=0.5.2
27
+
28
+ [doc]
29
+ pyVHDLModel~=0.37.0
30
+ autoapi>=2.0.1
31
+ sphinx_autodoc_typehints~=3.12
32
+ pySVModel~=0.5.11
33
+ docutils_stubs~=0.0.22
34
+ sphinx_reports~=0.11.0
35
+ sphinxcontrib-mermaid~=2.0
36
+ pySystemRDLModel~=0.3.10
37
+ sphinx~=9.1
38
+ sphinx_design~=0.7.0
39
+ sphinx_rtd_theme~=3.1
40
+ sphinx-copybutton>=0.5.2
41
+ pyTooling~=8.15
42
+
43
+ [osvvm]
44
+ pyEDAA.OSVVM~=0.6
45
+
46
+ [test]
47
+ mypy[reports]~=2.1
48
+ pyVHDLModel~=0.37.0
49
+ typing_extensions~=4.16
50
+ pytest-cov~=7.1
51
+ pySVModel~=0.5.11
52
+ Coverage~=7.15
53
+ pytest~=9.1
54
+ pySystemRDLModel~=0.3.10
55
+ lxml<7.0,>=6.1
56
+ pyTooling~=8.15
@@ -1,8 +1,7 @@
1
1
  [build-system]
2
2
  requires = [
3
- "setuptools >= 80.0",
4
- "wheel ~= 0.45.0",
5
- "pyTooling ~= 8.11"
3
+ "setuptools >= 83.0",
4
+ "pyTooling ~= 8.15"
6
5
  ]
7
6
  build-backend = "setuptools.build_meta"
8
7
 
@@ -26,7 +25,7 @@ variable-naming-style = "camelCase"
26
25
 
27
26
  [tool.mypy]
28
27
  packages = ["pyEDAA.ProjectModel"]
29
- python_version = "3.13"
28
+ python_version = "3.14"
30
29
  #ignore_missing_imports = true
31
30
  strict = true
32
31
  pretty = true
@@ -1,58 +0,0 @@
1
- pySystemRDLModel~=0.3.0
2
- pyTooling~=8.11
3
- pySVModel~=0.5.0
4
- pyVHDLModel~=0.33.0
5
-
6
- [all]
7
- docutils_stubs~=0.0.22
8
- sphinx_autodoc_typehints~=3.6
9
- pySVModel~=0.5.0
10
- sphinx_design~=0.7.0
11
- pySystemRDLModel~=0.3.0
12
- pyVHDLModel~=0.33.0
13
- docutils~=0.22.0
14
- sphinx-copybutton>=0.5.0
15
- pytest-cov~=7.0
16
- sphinxcontrib-mermaid~=2.0
17
- autoapi>=2.0.1
18
- mypy[reports]~=1.19
19
- sphinx~=9.1
20
- sphinx_rtd_theme~=3.1
21
- typing_extensions~=4.15
22
- pyTooling~=8.11
23
- pyEDAA.OSVVM~=0.6
24
- Coverage~=7.13
25
- lxml<7.0,>=5.4
26
- sphinx_reports~=0.10.0
27
- pytest~=9.0
28
-
29
- [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
- pySVModel~=0.5.0
38
- autoapi>=2.0.1
39
- pyVHDLModel~=0.33.0
40
- sphinx_reports~=0.10.0
41
- sphinx~=9.1
42
- sphinx_rtd_theme~=3.1
43
- sphinx_design~=0.7.0
44
-
45
- [osvvm]
46
- pyEDAA.OSVVM~=0.6
47
-
48
- [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
- pySVModel~=0.5.0
55
- lxml<7.0,>=5.4
56
- pyVHDLModel~=0.33.0
57
- pytest~=9.0
58
- typing_extensions~=4.15