pySVModel 0.5.3__tar.gz → 0.5.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.
- {pysvmodel-0.5.3 → pysvmodel-0.5.4}/PKG-INFO +24 -24
- {pysvmodel-0.5.3 → pysvmodel-0.5.4}/pySVModel/__init__.py +1 -1
- {pysvmodel-0.5.3 → pysvmodel-0.5.4}/pySVModel.egg-info/PKG-INFO +24 -24
- {pysvmodel-0.5.3 → pysvmodel-0.5.4}/pySVModel.egg-info/requires.txt +21 -21
- {pysvmodel-0.5.3 → pysvmodel-0.5.4}/LICENSE.md +0 -0
- {pysvmodel-0.5.3 → pysvmodel-0.5.4}/README.md +0 -0
- {pysvmodel-0.5.3 → pysvmodel-0.5.4}/pySVModel.egg-info/SOURCES.txt +0 -0
- {pysvmodel-0.5.3 → pysvmodel-0.5.4}/pySVModel.egg-info/dependency_links.txt +0 -0
- {pysvmodel-0.5.3 → pysvmodel-0.5.4}/pySVModel.egg-info/top_level.txt +0 -0
- {pysvmodel-0.5.3 → pysvmodel-0.5.4}/pyproject.toml +0 -0
- {pysvmodel-0.5.3 → pysvmodel-0.5.4}/setup.cfg +0 -0
- {pysvmodel-0.5.3 → pysvmodel-0.5.4}/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.4
|
|
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
|
|
@@ -18,54 +18,54 @@ Classifier: Topic :: Software Development :: Code Generators
|
|
|
18
18
|
Classifier: Topic :: Software Development :: Compilers
|
|
19
19
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
26
|
Classifier: Development Status :: 3 - Alpha
|
|
27
|
-
Requires-Python: >=3.
|
|
27
|
+
Requires-Python: >=3.10
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
29
|
License-File: LICENSE.md
|
|
30
30
|
Requires-Dist: pyTooling~=8.7
|
|
31
31
|
Provides-Extra: doc
|
|
32
32
|
Requires-Dist: pyTooling~=8.7; extra == "doc"
|
|
33
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "doc"
|
|
34
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "doc"
|
|
33
35
|
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
|
|
34
36
|
Requires-Dist: sphinx~=8.2; extra == "doc"
|
|
35
|
-
Requires-Dist:
|
|
36
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
37
|
-
Requires-Dist: sphinx_reports~=0.9; extra == "doc"
|
|
37
|
+
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
38
38
|
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
39
|
-
Requires-Dist:
|
|
39
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
40
40
|
Requires-Dist: sphinx_design~=0.6; extra == "doc"
|
|
41
|
-
Requires-Dist:
|
|
41
|
+
Requires-Dist: docutils~=0.21; extra == "doc"
|
|
42
42
|
Requires-Dist: sphinx-copybutton>=0.5; extra == "doc"
|
|
43
43
|
Provides-Extra: test
|
|
44
|
-
Requires-Dist: pyTooling~=8.7; extra == "test"
|
|
45
44
|
Requires-Dist: pytest~=8.4; extra == "test"
|
|
46
|
-
Requires-Dist:
|
|
47
|
-
Requires-Dist: lxml
|
|
45
|
+
Requires-Dist: Coverage~=7.11; extra == "test"
|
|
46
|
+
Requires-Dist: lxml<7.0,>=5.4; extra == "test"
|
|
48
47
|
Requires-Dist: mypy[reports]~=1.18; extra == "test"
|
|
48
|
+
Requires-Dist: pytest-cov~=7.0; extra == "test"
|
|
49
|
+
Requires-Dist: pyTooling~=8.7; extra == "test"
|
|
49
50
|
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
50
|
-
Requires-Dist: Coverage~=7.10; extra == "test"
|
|
51
51
|
Provides-Extra: all
|
|
52
|
-
Requires-Dist:
|
|
52
|
+
Requires-Dist: pytest~=8.4; extra == "all"
|
|
53
|
+
Requires-Dist: Coverage~=7.11; extra == "all"
|
|
54
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "all"
|
|
55
|
+
Requires-Dist: lxml<7.0,>=5.4; extra == "all"
|
|
56
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "all"
|
|
53
57
|
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
|
|
54
58
|
Requires-Dist: sphinx~=8.2; extra == "all"
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
59
|
+
Requires-Dist: mypy[reports]~=1.18; extra == "all"
|
|
60
|
+
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
58
61
|
Requires-Dist: pytest-cov~=7.0; extra == "all"
|
|
59
62
|
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
60
|
-
Requires-Dist: sphinx_autodoc_typehints~=3.2; extra == "all"
|
|
61
|
-
Requires-Dist: sphinx-copybutton>=0.5; extra == "all"
|
|
62
|
-
Requires-Dist: lxml~=6.0; extra == "all"
|
|
63
|
-
Requires-Dist: mypy[reports]~=1.18; extra == "all"
|
|
64
|
-
Requires-Dist: sphinx_design~=0.6; extra == "all"
|
|
65
63
|
Requires-Dist: typing_extensions~=4.15; extra == "all"
|
|
66
|
-
Requires-Dist:
|
|
67
|
-
Requires-Dist:
|
|
68
|
-
Requires-Dist:
|
|
64
|
+
Requires-Dist: pyTooling~=8.7; extra == "all"
|
|
65
|
+
Requires-Dist: sphinx_design~=0.6; extra == "all"
|
|
66
|
+
Requires-Dist: docutils~=0.21; extra == "all"
|
|
67
|
+
Requires-Dist: sphinx-copybutton>=0.5; extra == "all"
|
|
68
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
69
69
|
Dynamic: author
|
|
70
70
|
Dynamic: author-email
|
|
71
71
|
Dynamic: classifier
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pySVModel
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.4
|
|
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
|
|
@@ -18,54 +18,54 @@ Classifier: Topic :: Software Development :: Code Generators
|
|
|
18
18
|
Classifier: Topic :: Software Development :: Compilers
|
|
19
19
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
26
|
Classifier: Development Status :: 3 - Alpha
|
|
27
|
-
Requires-Python: >=3.
|
|
27
|
+
Requires-Python: >=3.10
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
29
|
License-File: LICENSE.md
|
|
30
30
|
Requires-Dist: pyTooling~=8.7
|
|
31
31
|
Provides-Extra: doc
|
|
32
32
|
Requires-Dist: pyTooling~=8.7; extra == "doc"
|
|
33
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "doc"
|
|
34
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "doc"
|
|
33
35
|
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
|
|
34
36
|
Requires-Dist: sphinx~=8.2; extra == "doc"
|
|
35
|
-
Requires-Dist:
|
|
36
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
37
|
-
Requires-Dist: sphinx_reports~=0.9; extra == "doc"
|
|
37
|
+
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
38
38
|
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
39
|
-
Requires-Dist:
|
|
39
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
40
40
|
Requires-Dist: sphinx_design~=0.6; extra == "doc"
|
|
41
|
-
Requires-Dist:
|
|
41
|
+
Requires-Dist: docutils~=0.21; extra == "doc"
|
|
42
42
|
Requires-Dist: sphinx-copybutton>=0.5; extra == "doc"
|
|
43
43
|
Provides-Extra: test
|
|
44
|
-
Requires-Dist: pyTooling~=8.7; extra == "test"
|
|
45
44
|
Requires-Dist: pytest~=8.4; extra == "test"
|
|
46
|
-
Requires-Dist:
|
|
47
|
-
Requires-Dist: lxml
|
|
45
|
+
Requires-Dist: Coverage~=7.11; extra == "test"
|
|
46
|
+
Requires-Dist: lxml<7.0,>=5.4; extra == "test"
|
|
48
47
|
Requires-Dist: mypy[reports]~=1.18; extra == "test"
|
|
48
|
+
Requires-Dist: pytest-cov~=7.0; extra == "test"
|
|
49
|
+
Requires-Dist: pyTooling~=8.7; extra == "test"
|
|
49
50
|
Requires-Dist: typing_extensions~=4.15; extra == "test"
|
|
50
|
-
Requires-Dist: Coverage~=7.10; extra == "test"
|
|
51
51
|
Provides-Extra: all
|
|
52
|
-
Requires-Dist:
|
|
52
|
+
Requires-Dist: pytest~=8.4; extra == "all"
|
|
53
|
+
Requires-Dist: Coverage~=7.11; extra == "all"
|
|
54
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "all"
|
|
55
|
+
Requires-Dist: lxml<7.0,>=5.4; extra == "all"
|
|
56
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "all"
|
|
53
57
|
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
|
|
54
58
|
Requires-Dist: sphinx~=8.2; extra == "all"
|
|
55
|
-
Requires-Dist:
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
59
|
+
Requires-Dist: mypy[reports]~=1.18; extra == "all"
|
|
60
|
+
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
58
61
|
Requires-Dist: pytest-cov~=7.0; extra == "all"
|
|
59
62
|
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
60
|
-
Requires-Dist: sphinx_autodoc_typehints~=3.2; extra == "all"
|
|
61
|
-
Requires-Dist: sphinx-copybutton>=0.5; extra == "all"
|
|
62
|
-
Requires-Dist: lxml~=6.0; extra == "all"
|
|
63
|
-
Requires-Dist: mypy[reports]~=1.18; extra == "all"
|
|
64
|
-
Requires-Dist: sphinx_design~=0.6; extra == "all"
|
|
65
63
|
Requires-Dist: typing_extensions~=4.15; extra == "all"
|
|
66
|
-
Requires-Dist:
|
|
67
|
-
Requires-Dist:
|
|
68
|
-
Requires-Dist:
|
|
64
|
+
Requires-Dist: pyTooling~=8.7; extra == "all"
|
|
65
|
+
Requires-Dist: sphinx_design~=0.6; extra == "all"
|
|
66
|
+
Requires-Dist: docutils~=0.21; extra == "all"
|
|
67
|
+
Requires-Dist: sphinx-copybutton>=0.5; extra == "all"
|
|
68
|
+
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
69
69
|
Dynamic: author
|
|
70
70
|
Dynamic: author-email
|
|
71
71
|
Dynamic: classifier
|
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
pyTooling~=8.7
|
|
2
2
|
|
|
3
3
|
[all]
|
|
4
|
-
|
|
4
|
+
pytest~=8.4
|
|
5
|
+
Coverage~=7.11
|
|
6
|
+
sphinx_reports~=0.9
|
|
7
|
+
lxml<7.0,>=5.4
|
|
8
|
+
sphinx_autodoc_typehints~=3.5
|
|
5
9
|
sphinx_rtd_theme~=3.0
|
|
6
10
|
sphinx~=8.2
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
docutils_stubs~=0.0.22
|
|
11
|
+
mypy[reports]~=1.18
|
|
12
|
+
autoapi>=2.0.1
|
|
10
13
|
pytest-cov~=7.0
|
|
11
14
|
sphinxcontrib-mermaid~=1.0
|
|
12
|
-
sphinx_autodoc_typehints~=3.2
|
|
13
|
-
sphinx-copybutton>=0.5
|
|
14
|
-
lxml~=6.0
|
|
15
|
-
mypy[reports]~=1.18
|
|
16
|
-
sphinx_design~=0.6
|
|
17
15
|
typing_extensions~=4.15
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
16
|
+
pyTooling~=8.7
|
|
17
|
+
sphinx_design~=0.6
|
|
18
|
+
docutils~=0.21
|
|
19
|
+
sphinx-copybutton>=0.5
|
|
20
|
+
docutils_stubs~=0.0.22
|
|
21
21
|
|
|
22
22
|
[doc]
|
|
23
23
|
pyTooling~=8.7
|
|
24
|
+
sphinx_reports~=0.9
|
|
25
|
+
sphinx_autodoc_typehints~=3.5
|
|
24
26
|
sphinx_rtd_theme~=3.0
|
|
25
27
|
sphinx~=8.2
|
|
26
|
-
|
|
27
|
-
docutils_stubs~=0.0.22
|
|
28
|
-
sphinx_reports~=0.9
|
|
28
|
+
autoapi>=2.0.1
|
|
29
29
|
sphinxcontrib-mermaid~=1.0
|
|
30
|
-
|
|
30
|
+
docutils_stubs~=0.0.22
|
|
31
31
|
sphinx_design~=0.6
|
|
32
|
-
|
|
32
|
+
docutils~=0.21
|
|
33
33
|
sphinx-copybutton>=0.5
|
|
34
34
|
|
|
35
35
|
[test]
|
|
36
|
-
pyTooling~=8.7
|
|
37
36
|
pytest~=8.4
|
|
38
|
-
|
|
39
|
-
lxml
|
|
37
|
+
Coverage~=7.11
|
|
38
|
+
lxml<7.0,>=5.4
|
|
40
39
|
mypy[reports]~=1.18
|
|
40
|
+
pytest-cov~=7.0
|
|
41
|
+
pyTooling~=8.7
|
|
41
42
|
typing_extensions~=4.15
|
|
42
|
-
Coverage~=7.10
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|