pySVModel 0.5.6__tar.gz → 0.5.8__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.
- {pysvmodel-0.5.6 → pysvmodel-0.5.8}/PKG-INFO +36 -38
- {pysvmodel-0.5.6 → pysvmodel-0.5.8}/README.md +4 -4
- {pysvmodel-0.5.6 → pysvmodel-0.5.8}/pySVModel/__init__.py +1 -1
- {pysvmodel-0.5.6 → pysvmodel-0.5.8}/pySVModel.egg-info/PKG-INFO +36 -38
- pysvmodel-0.5.8/pySVModel.egg-info/requires.txt +40 -0
- {pysvmodel-0.5.6 → pysvmodel-0.5.8}/pyproject.toml +3 -4
- pysvmodel-0.5.6/pySVModel.egg-info/requires.txt +0 -42
- {pysvmodel-0.5.6 → pysvmodel-0.5.8}/LICENSE.md +0 -0
- {pysvmodel-0.5.6 → pysvmodel-0.5.8}/pySVModel.egg-info/SOURCES.txt +0 -0
- {pysvmodel-0.5.6 → pysvmodel-0.5.8}/pySVModel.egg-info/dependency_links.txt +0 -0
- {pysvmodel-0.5.6 → pysvmodel-0.5.8}/pySVModel.egg-info/top_level.txt +0 -0
- {pysvmodel-0.5.6 → pysvmodel-0.5.8}/setup.cfg +0 -0
- {pysvmodel-0.5.6 → pysvmodel-0.5.8}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pySVModel
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.8
|
|
4
4
|
Summary: An abstract SystemVerilog language model (incl. Verilog).
|
|
5
5
|
Home-page: https://GitHub.com/edaa-org/pySVModel
|
|
6
6
|
Author: Patrick Lehmann
|
|
@@ -26,45 +26,43 @@ Classifier: Development Status :: 3 - Alpha
|
|
|
26
26
|
Requires-Python: >=3.11
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
28
28
|
License-File: LICENSE.md
|
|
29
|
-
Requires-Dist: pyTooling~=8.
|
|
29
|
+
Requires-Dist: pyTooling~=8.15
|
|
30
30
|
Provides-Extra: doc
|
|
31
|
-
Requires-Dist: sphinx
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist: sphinx_rtd_theme~=3.
|
|
36
|
-
Requires-Dist: docutils~=0.21.0; extra == "doc"
|
|
37
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
38
|
-
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
|
|
31
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
32
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
|
|
33
|
+
Requires-Dist: pyTooling~=8.15; extra == "doc"
|
|
34
|
+
Requires-Dist: sphinx~=9.1; extra == "doc"
|
|
35
|
+
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
|
|
39
36
|
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist: sphinx_design~=0.
|
|
37
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
38
|
+
Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
|
|
39
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "doc"
|
|
40
|
+
Requires-Dist: sphinx_reports~=0.11.0; extra == "doc"
|
|
42
41
|
Provides-Extra: test
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist: pyTooling~=8.
|
|
46
|
-
Requires-Dist:
|
|
42
|
+
Requires-Dist: typing_extensions~=4.16; extra == "test"
|
|
43
|
+
Requires-Dist: lxml<7.0,>=6.1; extra == "test"
|
|
44
|
+
Requires-Dist: pyTooling~=8.15; extra == "test"
|
|
45
|
+
Requires-Dist: mypy[reports]~=2.1; extra == "test"
|
|
47
46
|
Requires-Dist: pytest~=9.0; extra == "test"
|
|
48
|
-
Requires-Dist: Coverage~=7.
|
|
49
|
-
Requires-Dist:
|
|
47
|
+
Requires-Dist: Coverage~=7.15; extra == "test"
|
|
48
|
+
Requires-Dist: pytest-cov~=7.1; extra == "test"
|
|
50
49
|
Provides-Extra: all
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist:
|
|
58
|
-
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
|
|
59
|
-
Requires-Dist: pytest~=9.0; extra == "all"
|
|
60
|
-
Requires-Dist: docutils~=0.21.0; extra == "all"
|
|
61
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
62
|
-
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
|
|
50
|
+
Requires-Dist: typing_extensions~=4.16; extra == "all"
|
|
51
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
|
|
52
|
+
Requires-Dist: lxml<7.0,>=6.1; extra == "all"
|
|
53
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
|
|
54
|
+
Requires-Dist: pyTooling~=8.15; extra == "all"
|
|
55
|
+
Requires-Dist: sphinx~=9.1; extra == "all"
|
|
56
|
+
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
|
|
63
57
|
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
64
|
-
Requires-Dist:
|
|
65
|
-
Requires-Dist: Coverage~=7.
|
|
66
|
-
Requires-Dist: sphinx_design~=0.
|
|
67
|
-
Requires-Dist:
|
|
58
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
59
|
+
Requires-Dist: Coverage~=7.15; extra == "all"
|
|
60
|
+
Requires-Dist: sphinx_design~=0.7.0; extra == "all"
|
|
61
|
+
Requires-Dist: mypy[reports]~=2.1; extra == "all"
|
|
62
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "all"
|
|
63
|
+
Requires-Dist: pytest~=9.0; extra == "all"
|
|
64
|
+
Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
|
|
65
|
+
Requires-Dist: pytest-cov~=7.1; extra == "all"
|
|
68
66
|
Dynamic: author
|
|
69
67
|
Dynamic: author-email
|
|
70
68
|
Dynamic: classifier
|
|
@@ -84,11 +82,11 @@ Dynamic: summary
|
|
|
84
82
|
<a title="edaa-org.github.io/pySVModel" href="https://edaa-org.github.io/pySVModel"><img height="80px" src="doc/_static/logo.svg"/></a>
|
|
85
83
|
</p>
|
|
86
84
|
|
|
87
|
-
[](https://GitHub.com/edaa-org/pySVModel)
|
|
88
86
|
[](LICENSE.md)
|
|
89
87
|
[](https://edaa-org.github.io/pySVModel/)
|
|
90
|
-
[](
|
|
91
|
-
[](doc/Doc-License.rst)
|
|
89
|
+
[](https://gitter.im/hdl/community)
|
|
92
90
|
[](https://pypi.org/project/pySVModel/)
|
|
93
91
|

|
|
94
92
|

|
|
@@ -145,7 +143,7 @@ and services on such a model, while supporting multiple frontends.
|
|
|
145
143
|
|
|
146
144
|
# License
|
|
147
145
|
|
|
148
|
-
This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
|
|
146
|
+
This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).
|
|
149
147
|
The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).
|
|
150
148
|
|
|
151
149
|
-------------------------
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
<a title="edaa-org.github.io/pySVModel" href="https://edaa-org.github.io/pySVModel"><img height="80px" src="doc/_static/logo.svg"/></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
|
-
[](https://GitHub.com/edaa-org/pySVModel)
|
|
6
6
|
[](LICENSE.md)
|
|
7
7
|
[](https://edaa-org.github.io/pySVModel/)
|
|
8
|
-
[](
|
|
9
|
-
[](doc/Doc-License.rst)
|
|
9
|
+
[](https://gitter.im/hdl/community)
|
|
10
10
|
[](https://pypi.org/project/pySVModel/)
|
|
11
11
|

|
|
12
12
|

|
|
@@ -63,7 +63,7 @@ and services on such a model, while supporting multiple frontends.
|
|
|
63
63
|
|
|
64
64
|
# License
|
|
65
65
|
|
|
66
|
-
This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
|
|
66
|
+
This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).
|
|
67
67
|
The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).
|
|
68
68
|
|
|
69
69
|
-------------------------
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pySVModel
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.8
|
|
4
4
|
Summary: An abstract SystemVerilog language model (incl. Verilog).
|
|
5
5
|
Home-page: https://GitHub.com/edaa-org/pySVModel
|
|
6
6
|
Author: Patrick Lehmann
|
|
@@ -26,45 +26,43 @@ Classifier: Development Status :: 3 - Alpha
|
|
|
26
26
|
Requires-Python: >=3.11
|
|
27
27
|
Description-Content-Type: text/markdown
|
|
28
28
|
License-File: LICENSE.md
|
|
29
|
-
Requires-Dist: pyTooling~=8.
|
|
29
|
+
Requires-Dist: pyTooling~=8.15
|
|
30
30
|
Provides-Extra: doc
|
|
31
|
-
Requires-Dist: sphinx
|
|
32
|
-
Requires-Dist:
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist: sphinx_rtd_theme~=3.
|
|
36
|
-
Requires-Dist: docutils~=0.21.0; extra == "doc"
|
|
37
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
38
|
-
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
|
|
31
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
32
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
|
|
33
|
+
Requires-Dist: pyTooling~=8.15; extra == "doc"
|
|
34
|
+
Requires-Dist: sphinx~=9.1; extra == "doc"
|
|
35
|
+
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "doc"
|
|
39
36
|
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist: sphinx_design~=0.
|
|
37
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
38
|
+
Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
|
|
39
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "doc"
|
|
40
|
+
Requires-Dist: sphinx_reports~=0.11.0; extra == "doc"
|
|
42
41
|
Provides-Extra: test
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist: pyTooling~=8.
|
|
46
|
-
Requires-Dist:
|
|
42
|
+
Requires-Dist: typing_extensions~=4.16; extra == "test"
|
|
43
|
+
Requires-Dist: lxml<7.0,>=6.1; extra == "test"
|
|
44
|
+
Requires-Dist: pyTooling~=8.15; extra == "test"
|
|
45
|
+
Requires-Dist: mypy[reports]~=2.1; extra == "test"
|
|
47
46
|
Requires-Dist: pytest~=9.0; extra == "test"
|
|
48
|
-
Requires-Dist: Coverage~=7.
|
|
49
|
-
Requires-Dist:
|
|
47
|
+
Requires-Dist: Coverage~=7.15; extra == "test"
|
|
48
|
+
Requires-Dist: pytest-cov~=7.1; extra == "test"
|
|
50
49
|
Provides-Extra: all
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist:
|
|
58
|
-
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
|
|
59
|
-
Requires-Dist: pytest~=9.0; extra == "all"
|
|
60
|
-
Requires-Dist: docutils~=0.21.0; extra == "all"
|
|
61
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
62
|
-
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
|
|
50
|
+
Requires-Dist: typing_extensions~=4.16; extra == "all"
|
|
51
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
|
|
52
|
+
Requires-Dist: lxml<7.0,>=6.1; extra == "all"
|
|
53
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
|
|
54
|
+
Requires-Dist: pyTooling~=8.15; extra == "all"
|
|
55
|
+
Requires-Dist: sphinx~=9.1; extra == "all"
|
|
56
|
+
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
|
|
63
57
|
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
64
|
-
Requires-Dist:
|
|
65
|
-
Requires-Dist: Coverage~=7.
|
|
66
|
-
Requires-Dist: sphinx_design~=0.
|
|
67
|
-
Requires-Dist:
|
|
58
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
59
|
+
Requires-Dist: Coverage~=7.15; extra == "all"
|
|
60
|
+
Requires-Dist: sphinx_design~=0.7.0; extra == "all"
|
|
61
|
+
Requires-Dist: mypy[reports]~=2.1; extra == "all"
|
|
62
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.12; extra == "all"
|
|
63
|
+
Requires-Dist: pytest~=9.0; extra == "all"
|
|
64
|
+
Requires-Dist: sphinx_reports~=0.11.0; extra == "all"
|
|
65
|
+
Requires-Dist: pytest-cov~=7.1; extra == "all"
|
|
68
66
|
Dynamic: author
|
|
69
67
|
Dynamic: author-email
|
|
70
68
|
Dynamic: classifier
|
|
@@ -84,11 +82,11 @@ Dynamic: summary
|
|
|
84
82
|
<a title="edaa-org.github.io/pySVModel" href="https://edaa-org.github.io/pySVModel"><img height="80px" src="doc/_static/logo.svg"/></a>
|
|
85
83
|
</p>
|
|
86
84
|
|
|
87
|
-
[](https://GitHub.com/edaa-org/pySVModel)
|
|
88
86
|
[](LICENSE.md)
|
|
89
87
|
[](https://edaa-org.github.io/pySVModel/)
|
|
90
|
-
[](
|
|
91
|
-
[](doc/Doc-License.rst)
|
|
89
|
+
[](https://gitter.im/hdl/community)
|
|
92
90
|
[](https://pypi.org/project/pySVModel/)
|
|
93
91
|

|
|
94
92
|

|
|
@@ -145,7 +143,7 @@ and services on such a model, while supporting multiple frontends.
|
|
|
145
143
|
|
|
146
144
|
# License
|
|
147
145
|
|
|
148
|
-
This Python package (source code) licensed under [Apache License 2.0](LICENSE.md).
|
|
146
|
+
This Python package (source code) is licensed under [Apache License 2.0](LICENSE.md).
|
|
149
147
|
The accompanying documentation is licensed under [Creative Commons - Attribution 4.0 (CC-BY 4.0)](doc/Doc-License.rst).
|
|
150
148
|
|
|
151
149
|
-------------------------
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
pyTooling~=8.15
|
|
2
|
+
|
|
3
|
+
[all]
|
|
4
|
+
typing_extensions~=4.16
|
|
5
|
+
sphinx-copybutton>=0.5.2
|
|
6
|
+
lxml<7.0,>=6.1
|
|
7
|
+
sphinxcontrib-mermaid~=2.0
|
|
8
|
+
pyTooling~=8.15
|
|
9
|
+
sphinx~=9.1
|
|
10
|
+
sphinx_rtd_theme~=3.1
|
|
11
|
+
autoapi>=2.0.1
|
|
12
|
+
docutils_stubs~=0.0.22
|
|
13
|
+
Coverage~=7.15
|
|
14
|
+
sphinx_design~=0.7.0
|
|
15
|
+
mypy[reports]~=2.1
|
|
16
|
+
sphinx_autodoc_typehints~=3.12
|
|
17
|
+
pytest~=9.0
|
|
18
|
+
sphinx_reports~=0.11.0
|
|
19
|
+
pytest-cov~=7.1
|
|
20
|
+
|
|
21
|
+
[doc]
|
|
22
|
+
sphinx-copybutton>=0.5.2
|
|
23
|
+
sphinxcontrib-mermaid~=2.0
|
|
24
|
+
pyTooling~=8.15
|
|
25
|
+
sphinx~=9.1
|
|
26
|
+
sphinx_rtd_theme~=3.1
|
|
27
|
+
autoapi>=2.0.1
|
|
28
|
+
docutils_stubs~=0.0.22
|
|
29
|
+
sphinx_design~=0.7.0
|
|
30
|
+
sphinx_autodoc_typehints~=3.12
|
|
31
|
+
sphinx_reports~=0.11.0
|
|
32
|
+
|
|
33
|
+
[test]
|
|
34
|
+
typing_extensions~=4.16
|
|
35
|
+
lxml<7.0,>=6.1
|
|
36
|
+
pyTooling~=8.15
|
|
37
|
+
mypy[reports]~=2.1
|
|
38
|
+
pytest~=9.0
|
|
39
|
+
Coverage~=7.15
|
|
40
|
+
pytest-cov~=7.1
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
[build-system]
|
|
2
2
|
requires = [
|
|
3
|
-
"setuptools >=
|
|
4
|
-
"
|
|
5
|
-
"pyTooling ~= 8.10"
|
|
3
|
+
"setuptools >= 82.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 = ["pySVModel"]
|
|
29
|
-
python_version = "3.
|
|
28
|
+
python_version = "3.14"
|
|
30
29
|
#ignore_missing_imports = true
|
|
31
30
|
strict = true
|
|
32
31
|
pretty = true
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
pyTooling~=8.10
|
|
2
|
-
|
|
3
|
-
[all]
|
|
4
|
-
sphinx~=8.2
|
|
5
|
-
pyTooling~=8.10
|
|
6
|
-
sphinx_autodoc_typehints~=3.5
|
|
7
|
-
mypy[reports]~=1.19
|
|
8
|
-
pytest-cov~=7.0
|
|
9
|
-
typing_extensions~=4.15
|
|
10
|
-
sphinxcontrib-mermaid~=1.0
|
|
11
|
-
sphinx_rtd_theme~=3.0
|
|
12
|
-
pytest~=9.0
|
|
13
|
-
docutils~=0.21.0
|
|
14
|
-
docutils_stubs~=0.0.22
|
|
15
|
-
sphinx-copybutton>=0.5.0
|
|
16
|
-
autoapi>=2.0.1
|
|
17
|
-
sphinx_reports~=0.9.0
|
|
18
|
-
Coverage~=7.13
|
|
19
|
-
sphinx_design~=0.6.0
|
|
20
|
-
lxml<7.0,>=5.4
|
|
21
|
-
|
|
22
|
-
[doc]
|
|
23
|
-
sphinx~=8.2
|
|
24
|
-
pyTooling~=8.10
|
|
25
|
-
sphinx_autodoc_typehints~=3.5
|
|
26
|
-
sphinxcontrib-mermaid~=1.0
|
|
27
|
-
sphinx_rtd_theme~=3.0
|
|
28
|
-
docutils~=0.21.0
|
|
29
|
-
docutils_stubs~=0.0.22
|
|
30
|
-
sphinx-copybutton>=0.5.0
|
|
31
|
-
autoapi>=2.0.1
|
|
32
|
-
sphinx_reports~=0.9.0
|
|
33
|
-
sphinx_design~=0.6.0
|
|
34
|
-
|
|
35
|
-
[test]
|
|
36
|
-
mypy[reports]~=1.19
|
|
37
|
-
pytest-cov~=7.0
|
|
38
|
-
pyTooling~=8.10
|
|
39
|
-
typing_extensions~=4.15
|
|
40
|
-
pytest~=9.0
|
|
41
|
-
Coverage~=7.13
|
|
42
|
-
lxml<7.0,>=5.4
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|