pySVModel 0.5.0__tar.gz → 0.5.2__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.0 → pysvmodel-0.5.2}/PKG-INFO +46 -26
- {pysvmodel-0.5.0 → pysvmodel-0.5.2}/README.md +1 -1
- {pysvmodel-0.5.0 → pysvmodel-0.5.2}/pySVModel/__init__.py +38 -15
- {pysvmodel-0.5.0 → pysvmodel-0.5.2}/pySVModel.egg-info/PKG-INFO +46 -26
- pysvmodel-0.5.2/pySVModel.egg-info/requires.txt +42 -0
- {pysvmodel-0.5.0 → pysvmodel-0.5.2}/pyproject.toml +9 -3
- {pysvmodel-0.5.0 → pysvmodel-0.5.2}/setup.py +1 -1
- pysvmodel-0.5.0/pySVModel.egg-info/requires.txt +0 -36
- {pysvmodel-0.5.0 → pysvmodel-0.5.2}/LICENSE.md +0 -0
- {pysvmodel-0.5.0 → pysvmodel-0.5.2}/pySVModel.egg-info/SOURCES.txt +0 -0
- {pysvmodel-0.5.0 → pysvmodel-0.5.2}/pySVModel.egg-info/dependency_links.txt +0 -0
- {pysvmodel-0.5.0 → pysvmodel-0.5.2}/pySVModel.egg-info/top_level.txt +0 -0
- {pysvmodel-0.5.0 → pysvmodel-0.5.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pySVModel
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
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
|
|
@@ -27,39 +27,59 @@ Classifier: Development Status :: 3 - Alpha
|
|
|
27
27
|
Requires-Python: >=3.9
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
29
|
License-File: LICENSE.md
|
|
30
|
-
Requires-Dist: pyTooling~=
|
|
30
|
+
Requires-Dist: pyTooling~=8.4
|
|
31
31
|
Provides-Extra: doc
|
|
32
|
+
Requires-Dist: sphinx~=8.2; extra == "doc"
|
|
33
|
+
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
34
|
+
Requires-Dist: sphinx_design~=0.6.1; extra == "doc"
|
|
35
|
+
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
|
|
32
36
|
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist: pyTooling~=
|
|
37
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "doc"
|
|
38
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
39
|
+
Requires-Dist: pyTooling~=8.4; extra == "doc"
|
|
40
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "doc"
|
|
36
41
|
Requires-Dist: docutils~=0.21; extra == "doc"
|
|
37
42
|
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
38
|
-
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
39
|
-
Requires-Dist: sphinx~=8.1; extra == "doc"
|
|
40
43
|
Provides-Extra: test
|
|
44
|
+
Requires-Dist: pytest-cov~=6.1; extra == "test"
|
|
45
|
+
Requires-Dist: lxml~=5.4; extra == "test"
|
|
46
|
+
Requires-Dist: mypy~=1.15; extra == "test"
|
|
47
|
+
Requires-Dist: pyTooling~=8.4; extra == "test"
|
|
41
48
|
Requires-Dist: pytest~=8.3; extra == "test"
|
|
42
|
-
Requires-Dist:
|
|
43
|
-
Requires-Dist: Coverage~=7.
|
|
44
|
-
Requires-Dist: pyTooling~=7.0; extra == "test"
|
|
45
|
-
Requires-Dist: pytest-cov~=6.0; extra == "test"
|
|
46
|
-
Requires-Dist: lxml~=5.3; extra == "test"
|
|
47
|
-
Requires-Dist: typing_extensions~=4.12; extra == "test"
|
|
49
|
+
Requires-Dist: typing_extensions~=4.13; extra == "test"
|
|
50
|
+
Requires-Dist: Coverage~=7.8; extra == "test"
|
|
48
51
|
Provides-Extra: all
|
|
52
|
+
Requires-Dist: sphinx~=8.2; extra == "all"
|
|
53
|
+
Requires-Dist: sphinx_design~=0.6.1; extra == "all"
|
|
54
|
+
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
55
|
+
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
|
|
56
|
+
Requires-Dist: pytest-cov~=6.1; extra == "all"
|
|
57
|
+
Requires-Dist: lxml~=5.4; extra == "all"
|
|
58
|
+
Requires-Dist: mypy~=1.15; extra == "all"
|
|
49
59
|
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
50
|
-
Requires-Dist:
|
|
60
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
|
|
61
|
+
Requires-Dist: pyTooling~=8.4; extra == "all"
|
|
62
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "all"
|
|
51
63
|
Requires-Dist: pytest~=8.3; extra == "all"
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist: mypy~=1.13; extra == "all"
|
|
54
|
-
Requires-Dist: Coverage~=7.6; extra == "all"
|
|
55
|
-
Requires-Dist: pyTooling~=7.0; extra == "all"
|
|
56
|
-
Requires-Dist: pytest-cov~=6.0; extra == "all"
|
|
57
|
-
Requires-Dist: docutils~=0.21; extra == "all"
|
|
64
|
+
Requires-Dist: typing_extensions~=4.13; extra == "all"
|
|
58
65
|
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
59
|
-
Requires-Dist:
|
|
60
|
-
Requires-Dist:
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
|
|
66
|
+
Requires-Dist: Coverage~=7.8; extra == "all"
|
|
67
|
+
Requires-Dist: docutils~=0.21; extra == "all"
|
|
68
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "all"
|
|
69
|
+
Dynamic: author
|
|
70
|
+
Dynamic: author-email
|
|
71
|
+
Dynamic: classifier
|
|
72
|
+
Dynamic: description
|
|
73
|
+
Dynamic: description-content-type
|
|
74
|
+
Dynamic: home-page
|
|
75
|
+
Dynamic: keywords
|
|
76
|
+
Dynamic: license
|
|
77
|
+
Dynamic: license-file
|
|
78
|
+
Dynamic: project-url
|
|
79
|
+
Dynamic: provides-extra
|
|
80
|
+
Dynamic: requires-dist
|
|
81
|
+
Dynamic: requires-python
|
|
82
|
+
Dynamic: summary
|
|
63
83
|
|
|
64
84
|
<p align="center">
|
|
65
85
|
<a title="edaa-org.github.io/pySVModel" href="https://edaa-org.github.io/pySVModel"><img height="80px" src="doc/_static/logo.svg"/></a>
|
|
@@ -73,7 +93,7 @@ Requires-Dist: typing_extensions~=4.12; extra == "all"
|
|
|
73
93
|
[](https://pypi.org/project/pySVModel/)
|
|
74
94
|

|
|
75
95
|

|
|
76
|
-
[](https://GitHub.com/edaa-org/pySVModel/actions/workflows/Pipeline.yml)
|
|
77
97
|
[](https://libraries.io/github/edaa-org/pySVModel)
|
|
78
98
|
[](https://app.codacy.com/gh/edaa-org/pySVModel)
|
|
79
99
|
[](https://app.codacy.com/gh/edaa-org/pySVModel)
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
[](https://pypi.org/project/pySVModel/)
|
|
11
11
|

|
|
12
12
|

|
|
13
|
-
[](https://GitHub.com/edaa-org/pySVModel/actions/workflows/Pipeline.yml)
|
|
14
14
|
[](https://libraries.io/github/edaa-org/pySVModel)
|
|
15
15
|
[](https://app.codacy.com/gh/edaa-org/pySVModel)
|
|
16
16
|
[](https://app.codacy.com/gh/edaa-org/pySVModel)
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2021-
|
|
14
|
+
# Copyright 2021-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -31,8 +31,16 @@
|
|
|
31
31
|
"""
|
|
32
32
|
An abstract SystemVerilog language model.
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
This package provides a unified abstract language model for SystemVerilog. Projects reading from source files can derive
|
|
35
|
+
own classes and implement additional logic to create a concrete language model for their tools.
|
|
36
|
+
|
|
37
|
+
Projects consuming pre-processed SystemVerilog data can build higher level features and services on such a model, while
|
|
38
|
+
supporting multiple frontends.
|
|
39
|
+
|
|
40
|
+
.. admonition:: Copyright Information
|
|
41
|
+
|
|
42
|
+
:copyright: Copyright 2021-2025 Patrick Lehmann - Bötzingen, Germany
|
|
43
|
+
:license: Apache License, Version 2.0
|
|
36
44
|
"""
|
|
37
45
|
from enum import unique, Enum
|
|
38
46
|
from typing import Dict, Union
|
|
@@ -42,26 +50,34 @@ from pyTooling.Decorators import export
|
|
|
42
50
|
|
|
43
51
|
__author__ = "Patrick Lehmann"
|
|
44
52
|
__email__ = "Paebbels@gmail.com"
|
|
45
|
-
__copyright__ = "2021-
|
|
53
|
+
__copyright__ = "2021-2025, Patrick Lehmann"
|
|
46
54
|
__license__ = "Apache License, Version 2.0"
|
|
47
|
-
__version__ = "0.5.
|
|
55
|
+
__version__ = "0.5.2"
|
|
48
56
|
|
|
49
57
|
|
|
50
58
|
@export
|
|
51
59
|
@unique
|
|
52
60
|
class SystemVerilogVersion(Enum):
|
|
53
|
-
|
|
61
|
+
"""
|
|
62
|
+
An enumeration for all possible version numbers for (System)Verilog.
|
|
63
|
+
|
|
64
|
+
A version can be given as integer or string and is represented as a unified
|
|
65
|
+
enumeration value.
|
|
54
66
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
67
|
+
This enumeration supports compare operators.
|
|
68
|
+
"""
|
|
69
|
+
Any = -1 #: Any
|
|
58
70
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
SystemVerilog2017 = 2017
|
|
71
|
+
Verilog95 = 95 #: Verilog-1995
|
|
72
|
+
Verilog2001 = 1 #: Verilog-2001
|
|
73
|
+
Verilog2005 = 5 #: Verilog-2005
|
|
63
74
|
|
|
64
|
-
|
|
75
|
+
SystemVerilog2005 = 2005 #: SystemVerilog-2005
|
|
76
|
+
SystemVerilog2009 = 2009 #: SystemVerilog-2009
|
|
77
|
+
SystemVerilog2012 = 2012 #: SystemVerilog-2012
|
|
78
|
+
SystemVerilog2017 = 2017 #: SystemVerilog-2017
|
|
79
|
+
|
|
80
|
+
Latest = 10000 #: Latest Systemverilog (2017)
|
|
65
81
|
|
|
66
82
|
__VERSION_MAPPINGS__: Dict[Union[int, str], Enum] = {
|
|
67
83
|
-1: Any,
|
|
@@ -96,7 +112,7 @@ class SystemVerilogVersion(Enum):
|
|
|
96
112
|
"2012": SystemVerilog2012,
|
|
97
113
|
"2017": SystemVerilog2017,
|
|
98
114
|
"Latest": Latest
|
|
99
|
-
}
|
|
115
|
+
} #: Dictionary of (System)Verilog year codes variants as integer and strings for mapping to unique enum values.
|
|
100
116
|
|
|
101
117
|
def __init__(self, *_):
|
|
102
118
|
"""Patch the embedded MAP dictionary"""
|
|
@@ -106,6 +122,13 @@ class SystemVerilogVersion(Enum):
|
|
|
106
122
|
|
|
107
123
|
@classmethod
|
|
108
124
|
def Parse(cls, value: Union[int, str]) -> "SystemVerilogVersion":
|
|
125
|
+
"""
|
|
126
|
+
Parses a (System)Verilog year code as integer or string to an enum value.
|
|
127
|
+
|
|
128
|
+
:param value: (System)Verilog year code.
|
|
129
|
+
:returns: Enumeration value.
|
|
130
|
+
:raises ValueError: If the year code is not recognized.
|
|
131
|
+
"""
|
|
109
132
|
try:
|
|
110
133
|
return cls.__VERSION_MAPPINGS__[value]
|
|
111
134
|
except KeyError:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pySVModel
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
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
|
|
@@ -27,39 +27,59 @@ Classifier: Development Status :: 3 - Alpha
|
|
|
27
27
|
Requires-Python: >=3.9
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
29
|
License-File: LICENSE.md
|
|
30
|
-
Requires-Dist: pyTooling~=
|
|
30
|
+
Requires-Dist: pyTooling~=8.4
|
|
31
31
|
Provides-Extra: doc
|
|
32
|
+
Requires-Dist: sphinx~=8.2; extra == "doc"
|
|
33
|
+
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
34
|
+
Requires-Dist: sphinx_design~=0.6.1; extra == "doc"
|
|
35
|
+
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
|
|
32
36
|
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
|
|
33
|
-
Requires-Dist:
|
|
34
|
-
Requires-Dist:
|
|
35
|
-
Requires-Dist: pyTooling~=
|
|
37
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "doc"
|
|
38
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
|
|
39
|
+
Requires-Dist: pyTooling~=8.4; extra == "doc"
|
|
40
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "doc"
|
|
36
41
|
Requires-Dist: docutils~=0.21; extra == "doc"
|
|
37
42
|
Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
|
|
38
|
-
Requires-Dist: autoapi>=2.0.1; extra == "doc"
|
|
39
|
-
Requires-Dist: sphinx~=8.1; extra == "doc"
|
|
40
43
|
Provides-Extra: test
|
|
44
|
+
Requires-Dist: pytest-cov~=6.1; extra == "test"
|
|
45
|
+
Requires-Dist: lxml~=5.4; extra == "test"
|
|
46
|
+
Requires-Dist: mypy~=1.15; extra == "test"
|
|
47
|
+
Requires-Dist: pyTooling~=8.4; extra == "test"
|
|
41
48
|
Requires-Dist: pytest~=8.3; extra == "test"
|
|
42
|
-
Requires-Dist:
|
|
43
|
-
Requires-Dist: Coverage~=7.
|
|
44
|
-
Requires-Dist: pyTooling~=7.0; extra == "test"
|
|
45
|
-
Requires-Dist: pytest-cov~=6.0; extra == "test"
|
|
46
|
-
Requires-Dist: lxml~=5.3; extra == "test"
|
|
47
|
-
Requires-Dist: typing_extensions~=4.12; extra == "test"
|
|
49
|
+
Requires-Dist: typing_extensions~=4.13; extra == "test"
|
|
50
|
+
Requires-Dist: Coverage~=7.8; extra == "test"
|
|
48
51
|
Provides-Extra: all
|
|
52
|
+
Requires-Dist: sphinx~=8.2; extra == "all"
|
|
53
|
+
Requires-Dist: sphinx_design~=0.6.1; extra == "all"
|
|
54
|
+
Requires-Dist: autoapi>=2.0.1; extra == "all"
|
|
55
|
+
Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
|
|
56
|
+
Requires-Dist: pytest-cov~=6.1; extra == "all"
|
|
57
|
+
Requires-Dist: lxml~=5.4; extra == "all"
|
|
58
|
+
Requires-Dist: mypy~=1.15; extra == "all"
|
|
49
59
|
Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
|
|
50
|
-
Requires-Dist:
|
|
60
|
+
Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
|
|
61
|
+
Requires-Dist: pyTooling~=8.4; extra == "all"
|
|
62
|
+
Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "all"
|
|
51
63
|
Requires-Dist: pytest~=8.3; extra == "all"
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist: mypy~=1.13; extra == "all"
|
|
54
|
-
Requires-Dist: Coverage~=7.6; extra == "all"
|
|
55
|
-
Requires-Dist: pyTooling~=7.0; extra == "all"
|
|
56
|
-
Requires-Dist: pytest-cov~=6.0; extra == "all"
|
|
57
|
-
Requires-Dist: docutils~=0.21; extra == "all"
|
|
64
|
+
Requires-Dist: typing_extensions~=4.13; extra == "all"
|
|
58
65
|
Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
|
|
59
|
-
Requires-Dist:
|
|
60
|
-
Requires-Dist:
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
|
|
66
|
+
Requires-Dist: Coverage~=7.8; extra == "all"
|
|
67
|
+
Requires-Dist: docutils~=0.21; extra == "all"
|
|
68
|
+
Requires-Dist: sphinx_reports~=0.9; extra == "all"
|
|
69
|
+
Dynamic: author
|
|
70
|
+
Dynamic: author-email
|
|
71
|
+
Dynamic: classifier
|
|
72
|
+
Dynamic: description
|
|
73
|
+
Dynamic: description-content-type
|
|
74
|
+
Dynamic: home-page
|
|
75
|
+
Dynamic: keywords
|
|
76
|
+
Dynamic: license
|
|
77
|
+
Dynamic: license-file
|
|
78
|
+
Dynamic: project-url
|
|
79
|
+
Dynamic: provides-extra
|
|
80
|
+
Dynamic: requires-dist
|
|
81
|
+
Dynamic: requires-python
|
|
82
|
+
Dynamic: summary
|
|
63
83
|
|
|
64
84
|
<p align="center">
|
|
65
85
|
<a title="edaa-org.github.io/pySVModel" href="https://edaa-org.github.io/pySVModel"><img height="80px" src="doc/_static/logo.svg"/></a>
|
|
@@ -73,7 +93,7 @@ Requires-Dist: typing_extensions~=4.12; extra == "all"
|
|
|
73
93
|
[](https://pypi.org/project/pySVModel/)
|
|
74
94
|

|
|
75
95
|

|
|
76
|
-
[](https://GitHub.com/edaa-org/pySVModel/actions/workflows/Pipeline.yml)
|
|
77
97
|
[](https://libraries.io/github/edaa-org/pySVModel)
|
|
78
98
|
[](https://app.codacy.com/gh/edaa-org/pySVModel)
|
|
79
99
|
[](https://app.codacy.com/gh/edaa-org/pySVModel)
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
pyTooling~=8.4
|
|
2
|
+
|
|
3
|
+
[all]
|
|
4
|
+
sphinx~=8.2
|
|
5
|
+
sphinx_design~=0.6.1
|
|
6
|
+
autoapi>=2.0.1
|
|
7
|
+
sphinx_rtd_theme~=3.0
|
|
8
|
+
pytest-cov~=6.1
|
|
9
|
+
lxml~=5.4
|
|
10
|
+
mypy~=1.15
|
|
11
|
+
sphinxcontrib-mermaid~=1.0
|
|
12
|
+
sphinx-copybutton>=0.5.2
|
|
13
|
+
pyTooling~=8.4
|
|
14
|
+
sphinx_autodoc_typehints~=3.1
|
|
15
|
+
pytest~=8.3
|
|
16
|
+
typing_extensions~=4.13
|
|
17
|
+
docutils_stubs~=0.0.22
|
|
18
|
+
Coverage~=7.8
|
|
19
|
+
docutils~=0.21
|
|
20
|
+
sphinx_reports~=0.9
|
|
21
|
+
|
|
22
|
+
[doc]
|
|
23
|
+
sphinx~=8.2
|
|
24
|
+
autoapi>=2.0.1
|
|
25
|
+
sphinx_design~=0.6.1
|
|
26
|
+
sphinx_rtd_theme~=3.0
|
|
27
|
+
sphinxcontrib-mermaid~=1.0
|
|
28
|
+
sphinx_reports~=0.9
|
|
29
|
+
sphinx-copybutton>=0.5.2
|
|
30
|
+
pyTooling~=8.4
|
|
31
|
+
sphinx_autodoc_typehints~=3.1
|
|
32
|
+
docutils~=0.21
|
|
33
|
+
docutils_stubs~=0.0.22
|
|
34
|
+
|
|
35
|
+
[test]
|
|
36
|
+
pytest-cov~=6.1
|
|
37
|
+
lxml~=5.4
|
|
38
|
+
mypy~=1.15
|
|
39
|
+
pyTooling~=8.4
|
|
40
|
+
pytest~=8.3
|
|
41
|
+
typing_extensions~=4.13
|
|
42
|
+
Coverage~=7.8
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
[build-system]
|
|
2
2
|
requires = [
|
|
3
|
-
"setuptools
|
|
4
|
-
"wheel ~= 0.
|
|
5
|
-
"pyTooling ~=
|
|
3
|
+
"setuptools >= 80.0",
|
|
4
|
+
"wheel ~= 0.45",
|
|
5
|
+
"pyTooling ~= 8.4"
|
|
6
6
|
]
|
|
7
7
|
build-backend = "setuptools.build_meta"
|
|
8
8
|
|
|
@@ -20,6 +20,12 @@ show_error_codes = true
|
|
|
20
20
|
namespace_packages = true
|
|
21
21
|
html_report = "report/typing"
|
|
22
22
|
|
|
23
|
+
[tool.pytest]
|
|
24
|
+
junit_xml = "report/unit/UnittestReportSummary.xml"
|
|
25
|
+
|
|
26
|
+
[tool.pyedaa-reports]
|
|
27
|
+
junit_xml = "report/unit/unittest.xml"
|
|
28
|
+
|
|
23
29
|
[tool.pytest.ini_options]
|
|
24
30
|
addopts = "--tb=native"
|
|
25
31
|
# Don't set 'python_classes = *' otherwise, pytest doesn't search for classes
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# #
|
|
12
12
|
# License: #
|
|
13
13
|
# ==================================================================================================================== #
|
|
14
|
-
# Copyright 2021-
|
|
14
|
+
# Copyright 2021-2025 Patrick Lehmann - Boetzingen, Germany #
|
|
15
15
|
# #
|
|
16
16
|
# Licensed under the Apache License, Version 2.0 (the "License"); #
|
|
17
17
|
# you may not use this file except in compliance with the License. #
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
pyTooling~=7.0
|
|
2
|
-
|
|
3
|
-
[all]
|
|
4
|
-
sphinxcontrib-mermaid~=1.0
|
|
5
|
-
sphinx_fontawesome>=0.0.6
|
|
6
|
-
pytest~=8.3
|
|
7
|
-
sphinx_autodoc_typehints~=2.5
|
|
8
|
-
mypy~=1.13
|
|
9
|
-
Coverage~=7.6
|
|
10
|
-
pyTooling~=7.0
|
|
11
|
-
pytest-cov~=6.0
|
|
12
|
-
docutils~=0.21
|
|
13
|
-
docutils_stubs~=0.0.22
|
|
14
|
-
autoapi>=2.0.1
|
|
15
|
-
lxml~=5.3
|
|
16
|
-
sphinx~=8.1
|
|
17
|
-
typing_extensions~=4.12
|
|
18
|
-
|
|
19
|
-
[doc]
|
|
20
|
-
sphinxcontrib-mermaid~=1.0
|
|
21
|
-
sphinx_fontawesome>=0.0.6
|
|
22
|
-
sphinx_autodoc_typehints~=2.5
|
|
23
|
-
pyTooling~=7.0
|
|
24
|
-
docutils~=0.21
|
|
25
|
-
docutils_stubs~=0.0.22
|
|
26
|
-
autoapi>=2.0.1
|
|
27
|
-
sphinx~=8.1
|
|
28
|
-
|
|
29
|
-
[test]
|
|
30
|
-
pytest~=8.3
|
|
31
|
-
mypy~=1.13
|
|
32
|
-
Coverage~=7.6
|
|
33
|
-
pyTooling~=7.0
|
|
34
|
-
pytest-cov~=6.0
|
|
35
|
-
lxml~=5.3
|
|
36
|
-
typing_extensions~=4.12
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|