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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pySVModel
3
- Version: 0.5.3
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.9
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: docutils~=0.21; extra == "doc"
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: sphinx_autodoc_typehints~=3.2; extra == "doc"
39
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
40
40
  Requires-Dist: sphinx_design~=0.6; extra == "doc"
41
- Requires-Dist: autoapi>=2.0.1; extra == "doc"
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: pytest-cov~=7.0; extra == "test"
47
- Requires-Dist: lxml~=6.0; extra == "test"
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: pyTooling~=8.7; extra == "all"
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: pytest~=8.4; extra == "all"
56
- Requires-Dist: docutils~=0.21; extra == "all"
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: autoapi>=2.0.1; extra == "all"
67
- Requires-Dist: sphinx_reports~=0.9; extra == "all"
68
- Requires-Dist: Coverage~=7.10; extra == "all"
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
@@ -52,7 +52,7 @@ __author__ = "Patrick Lehmann"
52
52
  __email__ = "Paebbels@gmail.com"
53
53
  __copyright__ = "2021-2025, Patrick Lehmann"
54
54
  __license__ = "Apache License, Version 2.0"
55
- __version__ = "0.5.3"
55
+ __version__ = "0.5.4"
56
56
 
57
57
 
58
58
  @export
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pySVModel
3
- Version: 0.5.3
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.9
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: docutils~=0.21; extra == "doc"
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: sphinx_autodoc_typehints~=3.2; extra == "doc"
39
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
40
40
  Requires-Dist: sphinx_design~=0.6; extra == "doc"
41
- Requires-Dist: autoapi>=2.0.1; extra == "doc"
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: pytest-cov~=7.0; extra == "test"
47
- Requires-Dist: lxml~=6.0; extra == "test"
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: pyTooling~=8.7; extra == "all"
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: pytest~=8.4; extra == "all"
56
- Requires-Dist: docutils~=0.21; extra == "all"
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: autoapi>=2.0.1; extra == "all"
67
- Requires-Dist: sphinx_reports~=0.9; extra == "all"
68
- Requires-Dist: Coverage~=7.10; extra == "all"
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
- pyTooling~=8.7
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
- pytest~=8.4
8
- docutils~=0.21
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
- autoapi>=2.0.1
19
- sphinx_reports~=0.9
20
- Coverage~=7.10
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
- docutils~=0.21
27
- docutils_stubs~=0.0.22
28
- sphinx_reports~=0.9
28
+ autoapi>=2.0.1
29
29
  sphinxcontrib-mermaid~=1.0
30
- sphinx_autodoc_typehints~=3.2
30
+ docutils_stubs~=0.0.22
31
31
  sphinx_design~=0.6
32
- autoapi>=2.0.1
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
- pytest-cov~=7.0
39
- lxml~=6.0
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