pySVModel 0.5.6__tar.gz → 0.5.7__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.7}/PKG-INFO +27 -29
- {pysvmodel-0.5.6 → pysvmodel-0.5.7}/pySVModel/__init__.py +1 -1
- {pysvmodel-0.5.6 → pysvmodel-0.5.7}/pySVModel.egg-info/PKG-INFO +27 -29
- pysvmodel-0.5.7/pySVModel.egg-info/requires.txt +40 -0
- {pysvmodel-0.5.6 → pysvmodel-0.5.7}/pyproject.toml +1 -1
- pysvmodel-0.5.6/pySVModel.egg-info/requires.txt +0 -42
- {pysvmodel-0.5.6 → pysvmodel-0.5.7}/LICENSE.md +0 -0
- {pysvmodel-0.5.6 → pysvmodel-0.5.7}/README.md +0 -0
- {pysvmodel-0.5.6 → pysvmodel-0.5.7}/pySVModel.egg-info/SOURCES.txt +0 -0
- {pysvmodel-0.5.6 → pysvmodel-0.5.7}/pySVModel.egg-info/dependency_links.txt +0 -0
- {pysvmodel-0.5.6 → pysvmodel-0.5.7}/pySVModel.egg-info/top_level.txt +0 -0
- {pysvmodel-0.5.6 → pysvmodel-0.5.7}/setup.cfg +0 -0
- {pysvmodel-0.5.6 → pysvmodel-0.5.7}/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.7
|
|
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,44 +26,42 @@ 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.11
|
|
30
30
|
Provides-Extra: doc
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist: pyTooling~=8.10; extra == "doc"
|
|
33
|
-
Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "doc"
|
|
34
|
-
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
35
|
-
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
|
|
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_rtd_theme~=3.1; extra == "doc"
|
|
39
32
|
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist:
|
|
33
|
+
Requires-Dist: pyTooling~=8.11; extra == "doc"
|
|
34
|
+
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
|
|
35
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
|
|
36
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
37
|
+
Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
|
|
38
|
+
Requires-Dist: sphinx~=9.1; extra == "doc"
|
|
39
|
+
Requires-Dist: sphinx_reports~=0.10.0; extra == "doc"
|
|
40
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
|
|
42
41
|
Provides-Extra: test
|
|
42
|
+
Requires-Dist: Coverage~=7.13; extra == "test"
|
|
43
|
+
Requires-Dist: pyTooling~=8.11; extra == "test"
|
|
44
|
+
Requires-Dist: pytest~=9.0; extra == "test"
|
|
45
|
+
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
43
46
|
Requires-Dist: mypy[reports]~=1.19; extra == "test"
|
|
44
47
|
Requires-Dist: pytest-cov~=7.0; extra == "test"
|
|
45
|
-
Requires-Dist: pyTooling~=8.10; extra == "test"
|
|
46
|
-
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
47
|
-
Requires-Dist: pytest~=9.0; extra == "test"
|
|
48
|
-
Requires-Dist: Coverage~=7.13; extra == "test"
|
|
49
48
|
Requires-Dist: lxml<7.0,>=5.4; extra == "test"
|
|
50
49
|
Provides-Extra: all
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist: sphinx_autodoc_typehints~=3.
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
58
|
-
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
|
|
50
|
+
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
|
|
51
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
|
|
52
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "all"
|
|
53
|
+
Requires-Dist: pyTooling~=8.11; extra == "all"
|
|
54
|
+
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
|
|
55
|
+
Requires-Dist: Coverage~=7.13; extra == "all"
|
|
59
56
|
Requires-Dist: pytest~=9.0; extra == "all"
|
|
60
|
-
Requires-Dist:
|
|
57
|
+
Requires-Dist: typing_extensions~=4.15; extra == "all"
|
|
61
58
|
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
62
|
-
Requires-Dist:
|
|
59
|
+
Requires-Dist: mypy[reports]~=1.19; extra == "all"
|
|
60
|
+
Requires-Dist: sphinx_design~=0.7.0; extra == "all"
|
|
61
|
+
Requires-Dist: sphinx~=9.1; extra == "all"
|
|
62
|
+
Requires-Dist: pytest-cov~=7.0; extra == "all"
|
|
63
|
+
Requires-Dist: sphinx_reports~=0.10.0; extra == "all"
|
|
63
64
|
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
64
|
-
Requires-Dist: sphinx_reports~=0.9.0; extra == "all"
|
|
65
|
-
Requires-Dist: Coverage~=7.13; extra == "all"
|
|
66
|
-
Requires-Dist: sphinx_design~=0.6.0; extra == "all"
|
|
67
65
|
Requires-Dist: lxml<7.0,>=5.4; extra == "all"
|
|
68
66
|
Dynamic: author
|
|
69
67
|
Dynamic: author-email
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pySVModel
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.7
|
|
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,44 +26,42 @@ 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.11
|
|
30
30
|
Provides-Extra: doc
|
|
31
|
-
Requires-Dist:
|
|
32
|
-
Requires-Dist: pyTooling~=8.10; extra == "doc"
|
|
33
|
-
Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "doc"
|
|
34
|
-
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
35
|
-
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
|
|
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_rtd_theme~=3.1; extra == "doc"
|
|
39
32
|
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist:
|
|
33
|
+
Requires-Dist: pyTooling~=8.11; extra == "doc"
|
|
34
|
+
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "doc"
|
|
35
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "doc"
|
|
36
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
37
|
+
Requires-Dist: sphinx_design~=0.7.0; extra == "doc"
|
|
38
|
+
Requires-Dist: sphinx~=9.1; extra == "doc"
|
|
39
|
+
Requires-Dist: sphinx_reports~=0.10.0; extra == "doc"
|
|
40
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "doc"
|
|
42
41
|
Provides-Extra: test
|
|
42
|
+
Requires-Dist: Coverage~=7.13; extra == "test"
|
|
43
|
+
Requires-Dist: pyTooling~=8.11; extra == "test"
|
|
44
|
+
Requires-Dist: pytest~=9.0; extra == "test"
|
|
45
|
+
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
43
46
|
Requires-Dist: mypy[reports]~=1.19; extra == "test"
|
|
44
47
|
Requires-Dist: pytest-cov~=7.0; extra == "test"
|
|
45
|
-
Requires-Dist: pyTooling~=8.10; extra == "test"
|
|
46
|
-
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
47
|
-
Requires-Dist: pytest~=9.0; extra == "test"
|
|
48
|
-
Requires-Dist: Coverage~=7.13; extra == "test"
|
|
49
48
|
Requires-Dist: lxml<7.0,>=5.4; extra == "test"
|
|
50
49
|
Provides-Extra: all
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist: sphinx_autodoc_typehints~=3.
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
58
|
-
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
|
|
50
|
+
Requires-Dist: sphinx_rtd_theme~=3.1; extra == "all"
|
|
51
|
+
Requires-Dist: sphinxcontrib-mermaid~=2.0; extra == "all"
|
|
52
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.6; extra == "all"
|
|
53
|
+
Requires-Dist: pyTooling~=8.11; extra == "all"
|
|
54
|
+
Requires-Dist: sphinx-copybutton>=0.5.0; extra == "all"
|
|
55
|
+
Requires-Dist: Coverage~=7.13; extra == "all"
|
|
59
56
|
Requires-Dist: pytest~=9.0; extra == "all"
|
|
60
|
-
Requires-Dist:
|
|
57
|
+
Requires-Dist: typing_extensions~=4.15; extra == "all"
|
|
61
58
|
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
62
|
-
Requires-Dist:
|
|
59
|
+
Requires-Dist: mypy[reports]~=1.19; extra == "all"
|
|
60
|
+
Requires-Dist: sphinx_design~=0.7.0; extra == "all"
|
|
61
|
+
Requires-Dist: sphinx~=9.1; extra == "all"
|
|
62
|
+
Requires-Dist: pytest-cov~=7.0; extra == "all"
|
|
63
|
+
Requires-Dist: sphinx_reports~=0.10.0; extra == "all"
|
|
63
64
|
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
64
|
-
Requires-Dist: sphinx_reports~=0.9.0; extra == "all"
|
|
65
|
-
Requires-Dist: Coverage~=7.13; extra == "all"
|
|
66
|
-
Requires-Dist: sphinx_design~=0.6.0; extra == "all"
|
|
67
65
|
Requires-Dist: lxml<7.0,>=5.4; extra == "all"
|
|
68
66
|
Dynamic: author
|
|
69
67
|
Dynamic: author-email
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
pyTooling~=8.11
|
|
2
|
+
|
|
3
|
+
[all]
|
|
4
|
+
sphinx_rtd_theme~=3.1
|
|
5
|
+
sphinxcontrib-mermaid~=2.0
|
|
6
|
+
sphinx_autodoc_typehints~=3.6
|
|
7
|
+
pyTooling~=8.11
|
|
8
|
+
sphinx-copybutton>=0.5.0
|
|
9
|
+
Coverage~=7.13
|
|
10
|
+
pytest~=9.0
|
|
11
|
+
typing_extensions~=4.15
|
|
12
|
+
docutils_stubs~=0.0.22
|
|
13
|
+
mypy[reports]~=1.19
|
|
14
|
+
sphinx_design~=0.7.0
|
|
15
|
+
sphinx~=9.1
|
|
16
|
+
pytest-cov~=7.0
|
|
17
|
+
sphinx_reports~=0.10.0
|
|
18
|
+
autoapi>=2.0.1
|
|
19
|
+
lxml<7.0,>=5.4
|
|
20
|
+
|
|
21
|
+
[doc]
|
|
22
|
+
sphinx_rtd_theme~=3.1
|
|
23
|
+
autoapi>=2.0.1
|
|
24
|
+
pyTooling~=8.11
|
|
25
|
+
sphinx-copybutton>=0.5.0
|
|
26
|
+
sphinx_autodoc_typehints~=3.6
|
|
27
|
+
docutils_stubs~=0.0.22
|
|
28
|
+
sphinx_design~=0.7.0
|
|
29
|
+
sphinx~=9.1
|
|
30
|
+
sphinx_reports~=0.10.0
|
|
31
|
+
sphinxcontrib-mermaid~=2.0
|
|
32
|
+
|
|
33
|
+
[test]
|
|
34
|
+
Coverage~=7.13
|
|
35
|
+
pyTooling~=8.11
|
|
36
|
+
pytest~=9.0
|
|
37
|
+
typing_extensions~=4.15
|
|
38
|
+
mypy[reports]~=1.19
|
|
39
|
+
pytest-cov~=7.0
|
|
40
|
+
lxml<7.0,>=5.4
|
|
@@ -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
|
|
File without changes
|