pyVHDLModel 0.31.2__tar.gz → 0.32.0__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.
Files changed (36) hide show
  1. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/PKG-INFO +35 -36
  2. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Expression.py +72 -1
  3. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/__init__.py +1 -1
  4. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel.egg-info/PKG-INFO +35 -36
  5. pyvhdlmodel-0.32.0/pyVHDLModel.egg-info/requires.txt +42 -0
  6. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyproject.toml +19 -4
  7. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/setup.py +20 -16
  8. pyvhdlmodel-0.31.2/pyVHDLModel.egg-info/requires.txt +0 -42
  9. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/LICENSE.md +0 -0
  10. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/README.md +0 -0
  11. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Association.py +0 -0
  12. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Base.py +0 -0
  13. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Common.py +0 -0
  14. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Concurrent.py +0 -0
  15. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Declaration.py +0 -0
  16. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/DesignUnit.py +0 -0
  17. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Exception.py +0 -0
  18. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/IEEE.py +0 -0
  19. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Instantiation.py +0 -0
  20. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Interface.py +0 -0
  21. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Name.py +0 -0
  22. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Namespace.py +0 -0
  23. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Object.py +0 -0
  24. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/PSLModel.py +0 -0
  25. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Predefined.py +0 -0
  26. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Regions.py +0 -0
  27. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/STD.py +0 -0
  28. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Sequential.py +0 -0
  29. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Subprogram.py +0 -0
  30. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Symbol.py +0 -0
  31. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/Type.py +0 -0
  32. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel/py.typed +0 -0
  33. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel.egg-info/SOURCES.txt +0 -0
  34. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel.egg-info/dependency_links.txt +0 -0
  35. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/pyVHDLModel.egg-info/top_level.txt +0 -0
  36. {pyvhdlmodel-0.31.2 → pyvhdlmodel-0.32.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyVHDLModel
3
- Version: 0.31.2
3
+ Version: 0.32.0
4
4
  Summary: An abstract VHDL language model.
5
5
  Home-page: https://GitHub.com/VHDL/pyVHDLModel
6
6
  Author: Patrick Lehmann
@@ -18,54 +18,53 @@ 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
- Classifier: Programming Language :: Python :: 3.10
23
21
  Classifier: Programming Language :: Python :: 3.11
24
22
  Classifier: Programming Language :: Python :: 3.12
25
23
  Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Programming Language :: Python :: 3.14
26
25
  Classifier: Development Status :: 4 - Beta
27
- Requires-Python: >=3.9
26
+ Requires-Python: >=3.11
28
27
  Description-Content-Type: text/markdown
29
28
  License-File: LICENSE.md
30
- Requires-Dist: pyTooling~=8.4
29
+ Requires-Dist: pyTooling~=8.7
31
30
  Provides-Extra: doc
32
- Requires-Dist: docutils~=0.21; extra == "doc"
33
- Requires-Dist: sphinx_design~=0.6.1; extra == "doc"
34
- Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "doc"
35
- Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
36
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
37
- Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
38
- Requires-Dist: pyTooling~=8.4; extra == "doc"
31
+ Requires-Dist: autoapi>=2.0.1; extra == "doc"
39
32
  Requires-Dist: sphinx_reports~=0.9; extra == "doc"
33
+ Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
40
34
  Requires-Dist: sphinx~=8.2; extra == "doc"
41
- Requires-Dist: autoapi>=2.0.1; extra == "doc"
42
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
35
+ Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "doc"
36
+ Requires-Dist: sphinx-copybutton>=0.5; extra == "doc"
37
+ Requires-Dist: docutils~=0.21; extra == "doc"
38
+ Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
39
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
40
+ Requires-Dist: sphinx_design~=0.6; extra == "doc"
41
+ Requires-Dist: pyTooling~=8.7; extra == "doc"
43
42
  Provides-Extra: test
44
- Requires-Dist: pytest-cov~=6.1; extra == "test"
45
- Requires-Dist: Coverage~=7.8; extra == "test"
46
- Requires-Dist: typing_extensions~=4.13; extra == "test"
47
- Requires-Dist: pyTooling~=8.4; extra == "test"
48
- Requires-Dist: mypy~=1.15; extra == "test"
49
- Requires-Dist: pytest~=8.3; extra == "test"
50
- Requires-Dist: lxml~=5.4; extra == "test"
43
+ Requires-Dist: pytest-cov~=7.0; extra == "test"
44
+ Requires-Dist: typing_extensions~=4.15; extra == "test"
45
+ Requires-Dist: Coverage~=7.11; extra == "test"
46
+ Requires-Dist: lxml<7.0,>=5.4; extra == "test"
47
+ Requires-Dist: mypy[reports]~=1.18; extra == "test"
48
+ Requires-Dist: pytest~=8.4; extra == "test"
49
+ Requires-Dist: pyTooling~=8.7; extra == "test"
51
50
  Provides-Extra: all
52
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
53
- Requires-Dist: docutils~=0.21; extra == "all"
54
- Requires-Dist: sphinx_design~=0.6.1; extra == "all"
55
- Requires-Dist: pytest-cov~=6.1; extra == "all"
56
- Requires-Dist: Coverage~=7.8; extra == "all"
57
- Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
58
- Requires-Dist: typing_extensions~=4.13; extra == "all"
59
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
60
- Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
61
- Requires-Dist: pyTooling~=8.4; extra == "all"
51
+ Requires-Dist: autoapi>=2.0.1; extra == "all"
62
52
  Requires-Dist: sphinx_reports~=0.9; extra == "all"
53
+ Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
63
54
  Requires-Dist: sphinx~=8.2; extra == "all"
64
- Requires-Dist: mypy~=1.15; extra == "all"
65
- Requires-Dist: lxml~=5.4; extra == "all"
66
- Requires-Dist: pytest~=8.3; extra == "all"
67
- Requires-Dist: autoapi>=2.0.1; extra == "all"
68
- Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "all"
55
+ Requires-Dist: mypy[reports]~=1.18; extra == "all"
56
+ Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "all"
57
+ Requires-Dist: sphinx-copybutton>=0.5; extra == "all"
58
+ Requires-Dist: docutils~=0.21; extra == "all"
59
+ Requires-Dist: pytest-cov~=7.0; extra == "all"
60
+ Requires-Dist: typing_extensions~=4.15; extra == "all"
61
+ Requires-Dist: Coverage~=7.11; extra == "all"
62
+ Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
63
+ Requires-Dist: lxml<7.0,>=5.4; extra == "all"
64
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
65
+ Requires-Dist: sphinx_design~=0.6; extra == "all"
66
+ Requires-Dist: pytest~=8.4; extra == "all"
67
+ Requires-Dist: pyTooling~=8.7; extra == "all"
69
68
  Dynamic: author
70
69
  Dynamic: author-email
71
70
  Dynamic: classifier
@@ -34,7 +34,8 @@ This module contains parts of an abstract document language model for VHDL.
34
34
 
35
35
  All declarations for literals, aggregates, operators forming an expressions.
36
36
  """
37
- from typing import Tuple, List, Iterable, Union
37
+ from enum import Flag
38
+ from typing import Tuple, List, Iterable, Union, ClassVar
38
39
 
39
40
  from pyTooling.Decorators import export, readonly
40
41
 
@@ -196,14 +197,32 @@ class StringLiteral(Literal):
196
197
  return "\"" + self._value + "\""
197
198
 
198
199
 
200
+ @export
201
+ class BitStringBase(Flag):
202
+ NoBase = 0
203
+ Binary = 2
204
+ Octal = 8
205
+ Decimal = 10
206
+ Hexadecimal = 16
207
+ Unsigned = 32
208
+ Signed = 64
209
+
210
+
199
211
  @export
200
212
  class BitStringLiteral(Literal):
213
+ # _base: ClassVar[BitStringBase]
201
214
  _value: str
215
+ _bits: int
202
216
 
203
217
  def __init__(self, value: str) -> None:
204
218
  super().__init__()
219
+ self._bits = len(value)
205
220
  self._value = value
206
221
 
222
+ @readonly
223
+ def Bits(self) -> int:
224
+ return self._bits
225
+
207
226
  @readonly
208
227
  def Value(self) -> str:
209
228
  return self._value
@@ -212,6 +231,58 @@ class BitStringLiteral(Literal):
212
231
  return "\"" + self._value + "\""
213
232
 
214
233
 
234
+ @export
235
+ class BinaryBitStringLiteral(BitStringLiteral):
236
+ _base: ClassVar[BitStringBase] = BitStringBase.Binary
237
+
238
+ def __init__(self, value: str, bits: int = 0) -> None:
239
+ super().__init__(value)
240
+ if bits > 0:
241
+ self._bits = bits
242
+
243
+ def __str__(self) -> str:
244
+ return "b\"" + self._value + "\""
245
+
246
+
247
+ @export
248
+ class OctalBitStringLiteral(BitStringLiteral):
249
+ _base: ClassVar[BitStringBase] = BitStringBase.Octal
250
+
251
+ def __init__(self, value: str, bits: int = 0) -> None:
252
+ super().__init__(value)
253
+ if bits > 0:
254
+ self._bits = bits
255
+
256
+ def __str__(self) -> str:
257
+ return "o\"" + self._value + "\""
258
+
259
+
260
+ @export
261
+ class DecimalBitStringLiteral(BitStringLiteral):
262
+ _base: ClassVar[BitStringBase] = BitStringBase.Decimal
263
+
264
+ def __init__(self, value: str, bits: int = 0) -> None:
265
+ super().__init__(value)
266
+ if bits > 0:
267
+ self._bits = bits
268
+
269
+ def __str__(self) -> str:
270
+ return "d\"" + self._value + "\""
271
+
272
+
273
+ @export
274
+ class HexadecimalBitStringLiteral(BitStringLiteral):
275
+ _base: ClassVar[BitStringBase] = BitStringBase.Hexadecimal
276
+
277
+ def __init__(self, value: str, bits: int = 0) -> None:
278
+ super().__init__(value)
279
+ if bits > 0:
280
+ self._bits = bits
281
+
282
+ def __str__(self) -> str:
283
+ return "x\"" + self._value + "\""
284
+
285
+
215
286
  @export
216
287
  class ParenthesisExpression: #(Protocol):
217
288
  __slots__ = () # FIXME: use ExtendedType?
@@ -48,7 +48,7 @@ __author__ = "Patrick Lehmann"
48
48
  __email__ = "Paebbels@gmail.com"
49
49
  __copyright__ = "2016-2025, Patrick Lehmann"
50
50
  __license__ = "Apache License, Version 2.0"
51
- __version__ = "0.31.2"
51
+ __version__ = "0.32.0"
52
52
 
53
53
 
54
54
  from enum import unique, Enum, Flag, auto
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyVHDLModel
3
- Version: 0.31.2
3
+ Version: 0.32.0
4
4
  Summary: An abstract VHDL language model.
5
5
  Home-page: https://GitHub.com/VHDL/pyVHDLModel
6
6
  Author: Patrick Lehmann
@@ -18,54 +18,53 @@ 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
- Classifier: Programming Language :: Python :: 3.10
23
21
  Classifier: Programming Language :: Python :: 3.11
24
22
  Classifier: Programming Language :: Python :: 3.12
25
23
  Classifier: Programming Language :: Python :: 3.13
24
+ Classifier: Programming Language :: Python :: 3.14
26
25
  Classifier: Development Status :: 4 - Beta
27
- Requires-Python: >=3.9
26
+ Requires-Python: >=3.11
28
27
  Description-Content-Type: text/markdown
29
28
  License-File: LICENSE.md
30
- Requires-Dist: pyTooling~=8.4
29
+ Requires-Dist: pyTooling~=8.7
31
30
  Provides-Extra: doc
32
- Requires-Dist: docutils~=0.21; extra == "doc"
33
- Requires-Dist: sphinx_design~=0.6.1; extra == "doc"
34
- Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "doc"
35
- Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
36
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
37
- Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
38
- Requires-Dist: pyTooling~=8.4; extra == "doc"
31
+ Requires-Dist: autoapi>=2.0.1; extra == "doc"
39
32
  Requires-Dist: sphinx_reports~=0.9; extra == "doc"
33
+ Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "doc"
40
34
  Requires-Dist: sphinx~=8.2; extra == "doc"
41
- Requires-Dist: autoapi>=2.0.1; extra == "doc"
42
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "doc"
35
+ Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "doc"
36
+ Requires-Dist: sphinx-copybutton>=0.5; extra == "doc"
37
+ Requires-Dist: docutils~=0.21; extra == "doc"
38
+ Requires-Dist: sphinx_rtd_theme~=3.0; extra == "doc"
39
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "doc"
40
+ Requires-Dist: sphinx_design~=0.6; extra == "doc"
41
+ Requires-Dist: pyTooling~=8.7; extra == "doc"
43
42
  Provides-Extra: test
44
- Requires-Dist: pytest-cov~=6.1; extra == "test"
45
- Requires-Dist: Coverage~=7.8; extra == "test"
46
- Requires-Dist: typing_extensions~=4.13; extra == "test"
47
- Requires-Dist: pyTooling~=8.4; extra == "test"
48
- Requires-Dist: mypy~=1.15; extra == "test"
49
- Requires-Dist: pytest~=8.3; extra == "test"
50
- Requires-Dist: lxml~=5.4; extra == "test"
43
+ Requires-Dist: pytest-cov~=7.0; extra == "test"
44
+ Requires-Dist: typing_extensions~=4.15; extra == "test"
45
+ Requires-Dist: Coverage~=7.11; extra == "test"
46
+ Requires-Dist: lxml<7.0,>=5.4; extra == "test"
47
+ Requires-Dist: mypy[reports]~=1.18; extra == "test"
48
+ Requires-Dist: pytest~=8.4; extra == "test"
49
+ Requires-Dist: pyTooling~=8.7; extra == "test"
51
50
  Provides-Extra: all
52
- Requires-Dist: sphinx-copybutton>=0.5.2; extra == "all"
53
- Requires-Dist: docutils~=0.21; extra == "all"
54
- Requires-Dist: sphinx_design~=0.6.1; extra == "all"
55
- Requires-Dist: pytest-cov~=6.1; extra == "all"
56
- Requires-Dist: Coverage~=7.8; extra == "all"
57
- Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
58
- Requires-Dist: typing_extensions~=4.13; extra == "all"
59
- Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
60
- Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
61
- Requires-Dist: pyTooling~=8.4; extra == "all"
51
+ Requires-Dist: autoapi>=2.0.1; extra == "all"
62
52
  Requires-Dist: sphinx_reports~=0.9; extra == "all"
53
+ Requires-Dist: sphinxcontrib-mermaid~=1.0; extra == "all"
63
54
  Requires-Dist: sphinx~=8.2; extra == "all"
64
- Requires-Dist: mypy~=1.15; extra == "all"
65
- Requires-Dist: lxml~=5.4; extra == "all"
66
- Requires-Dist: pytest~=8.3; extra == "all"
67
- Requires-Dist: autoapi>=2.0.1; extra == "all"
68
- Requires-Dist: sphinx_autodoc_typehints~=3.1; extra == "all"
55
+ Requires-Dist: mypy[reports]~=1.18; extra == "all"
56
+ Requires-Dist: sphinx_autodoc_typehints~=3.5; extra == "all"
57
+ Requires-Dist: sphinx-copybutton>=0.5; extra == "all"
58
+ Requires-Dist: docutils~=0.21; extra == "all"
59
+ Requires-Dist: pytest-cov~=7.0; extra == "all"
60
+ Requires-Dist: typing_extensions~=4.15; extra == "all"
61
+ Requires-Dist: Coverage~=7.11; extra == "all"
62
+ Requires-Dist: sphinx_rtd_theme~=3.0; extra == "all"
63
+ Requires-Dist: lxml<7.0,>=5.4; extra == "all"
64
+ Requires-Dist: docutils_stubs~=0.0.22; extra == "all"
65
+ Requires-Dist: sphinx_design~=0.6; extra == "all"
66
+ Requires-Dist: pytest~=8.4; extra == "all"
67
+ Requires-Dist: pyTooling~=8.7; extra == "all"
69
68
  Dynamic: author
70
69
  Dynamic: author-email
71
70
  Dynamic: classifier
@@ -0,0 +1,42 @@
1
+ pyTooling~=8.7
2
+
3
+ [all]
4
+ autoapi>=2.0.1
5
+ sphinx_reports~=0.9
6
+ sphinxcontrib-mermaid~=1.0
7
+ sphinx~=8.2
8
+ mypy[reports]~=1.18
9
+ sphinx_autodoc_typehints~=3.5
10
+ sphinx-copybutton>=0.5
11
+ docutils~=0.21
12
+ pytest-cov~=7.0
13
+ typing_extensions~=4.15
14
+ Coverage~=7.11
15
+ sphinx_rtd_theme~=3.0
16
+ lxml<7.0,>=5.4
17
+ docutils_stubs~=0.0.22
18
+ sphinx_design~=0.6
19
+ pytest~=8.4
20
+ pyTooling~=8.7
21
+
22
+ [doc]
23
+ autoapi>=2.0.1
24
+ sphinx_reports~=0.9
25
+ sphinxcontrib-mermaid~=1.0
26
+ sphinx~=8.2
27
+ sphinx_autodoc_typehints~=3.5
28
+ sphinx-copybutton>=0.5
29
+ docutils~=0.21
30
+ sphinx_rtd_theme~=3.0
31
+ docutils_stubs~=0.0.22
32
+ sphinx_design~=0.6
33
+ pyTooling~=8.7
34
+
35
+ [test]
36
+ pytest-cov~=7.0
37
+ typing_extensions~=4.15
38
+ Coverage~=7.11
39
+ lxml<7.0,>=5.4
40
+ mypy[reports]~=1.18
41
+ pytest~=8.4
42
+ pyTooling~=8.7
@@ -2,15 +2,30 @@
2
2
  requires = [
3
3
  "setuptools >= 80.0",
4
4
  "wheel ~= 0.45",
5
- "pyTooling ~= 8.4"
5
+ "pyTooling ~= 8.7"
6
6
  ]
7
7
  build-backend = "setuptools.build_meta"
8
8
 
9
- [tool.black]
10
- line-length = 120
9
+ [tool.pylint.format]
10
+ indent-string="\t"
11
+ max-line-length = 120
12
+ ignore-long-lines = "^.{0,110}#: .*"
13
+
14
+ [tool.pylint.basic]
15
+ argument-naming-style = "camelCase"
16
+ attr-naming-style = "camelCase"
17
+ class-attribute-naming-style = "camelCase"
18
+ class-const-naming-style = "UPPER_CASE"
19
+ class-naming-style = "PascalCase"
20
+ const-naming-style = "UPPER_CASE"
21
+ function-naming-style = "camelCase"
22
+ inlinevar-naming-style = "camelCase"
23
+ method-naming-style = "PascalCase"
24
+ module-naming-style = "any"
25
+ variable-naming-style = "camelCase"
11
26
 
12
27
  [tool.mypy]
13
- files = ["pyVHDLModel"]
28
+ packages = ["pyVHDLModel"]
14
29
  python_version = "3.13"
15
30
  #ignore_missing_imports = true
16
31
  strict = true
@@ -40,19 +40,23 @@ packageName = "pyVHDLModel"
40
40
  packageDirectory = packageName
41
41
  packageInformationFile = Path(f"{packageDirectory}/__init__.py")
42
42
 
43
- setup(**DescribePythonPackageHostedOnGitHub(
44
- packageName=packageName,
45
- description="An abstract VHDL language model.",
46
- gitHubNamespace=gitHubNamespace,
47
- keywords="Python3 VHDL Language Model Abstract",
48
- sourceFileWithVersion=packageInformationFile,
49
- developmentStatus="beta",
50
- classifiers=list(DEFAULT_CLASSIFIERS) + [
51
- "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
52
- "Topic :: Software Development :: Code Generators",
53
- "Topic :: Software Development :: Compilers",
54
- ],
55
- dataFiles={
56
- packageName: ["py.typed"]
57
- }
58
- ))
43
+ setup(
44
+ **DescribePythonPackageHostedOnGitHub(
45
+ packageName=packageName,
46
+ description="An abstract VHDL language model.",
47
+ gitHubNamespace=gitHubNamespace,
48
+ keywords="Python3 VHDL Language Model Abstract",
49
+ sourceFileWithVersion=packageInformationFile,
50
+ classifiers=list(DEFAULT_CLASSIFIERS) + [
51
+ "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
52
+ "Topic :: Software Development :: Code Generators",
53
+ "Topic :: Software Development :: Compilers",
54
+ ],
55
+ developmentStatus="beta",
56
+ pythonVersions=("3.11", "3.12", "3.13", "3.14"),
57
+ dataFiles={
58
+ packageName: ["py.typed"]
59
+ },
60
+ debug=True
61
+ )
62
+ )
@@ -1,42 +0,0 @@
1
- pyTooling~=8.4
2
-
3
- [all]
4
- sphinx-copybutton>=0.5.2
5
- docutils~=0.21
6
- sphinx_design~=0.6.1
7
- pytest-cov~=6.1
8
- Coverage~=7.8
9
- docutils_stubs~=0.0.22
10
- typing_extensions~=4.13
11
- sphinxcontrib-mermaid~=1.0
12
- sphinx_rtd_theme~=3.0
13
- pyTooling~=8.4
14
- sphinx_reports~=0.9
15
- sphinx~=8.2
16
- mypy~=1.15
17
- lxml~=5.4
18
- pytest~=8.3
19
- autoapi>=2.0.1
20
- sphinx_autodoc_typehints~=3.1
21
-
22
- [doc]
23
- docutils~=0.21
24
- sphinx_design~=0.6.1
25
- sphinx_autodoc_typehints~=3.1
26
- docutils_stubs~=0.0.22
27
- sphinxcontrib-mermaid~=1.0
28
- sphinx_rtd_theme~=3.0
29
- pyTooling~=8.4
30
- sphinx_reports~=0.9
31
- sphinx~=8.2
32
- autoapi>=2.0.1
33
- sphinx-copybutton>=0.5.2
34
-
35
- [test]
36
- pytest-cov~=6.1
37
- Coverage~=7.8
38
- typing_extensions~=4.13
39
- pyTooling~=8.4
40
- mypy~=1.15
41
- pytest~=8.3
42
- lxml~=5.4
File without changes
File without changes
File without changes