python-waterloo-lexer 0.5.7__tar.gz → 0.5.9__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: python-waterloo-lexer
3
- Version: 0.5.7
3
+ Version: 0.5.9
4
4
  Summary: A pygments lexer derived from the Python lexer, for Waterloo docstrings
5
5
  Author: Uwe
6
6
  License: BSD-2-Clause
@@ -17,13 +17,21 @@ Requires-Dist: pygments
17
17
  # Python-Waterloo Lexer
18
18
 
19
19
  ![Status](https://img.shields.io/badge/status-pre--release-orange)
20
- ![Version](https://img.shields.io/badge/version-0.5.6-blue)
20
+ ![Version](https://img.shields.io/badge/version-0.5.9-orange)
21
+
21
22
  ![License](https://img.shields.io/badge/license-BSD--2--Clause-blue)
22
23
  ![Python](https://img.shields.io/badge/python-3.10%2B-blue)
23
24
 
24
25
  `python-waterloo-lexer` is a Pygments lexer for Python files that contain
25
26
  Waterloo docstrings.
26
27
 
28
+ The Waterloo Docstrings project defines a structured docstring format with explicit section semantics,
29
+ normativity rules, and multiple render targets. The project is designed so that
30
+ the same source docstring can be consumed by humans, LLM-assisted tooling, and
31
+ renderers without losing structural meaning. This lexer provides syntax
32
+ highlighting that preserves those conventions in editors, terminals, and
33
+ preview tools.
34
+
27
35
  It can be used with `pygmentize` and other tools that load Pygments lexers via
28
36
  entry points.
29
37
 
@@ -82,4 +90,3 @@ integrations for Waterloo docstrings.
82
90
  <picture>
83
91
  <img src="https://minifl.de/sdv_doc_waterloo/img/screenshot_sphinx_pygments_wtrl.png" alt="ExtensionPreview">
84
92
  </picture>
85
-
@@ -1,13 +1,21 @@
1
1
  # Python-Waterloo Lexer
2
2
 
3
3
  ![Status](https://img.shields.io/badge/status-pre--release-orange)
4
- ![Version](https://img.shields.io/badge/version-0.5.6-blue)
4
+ ![Version](https://img.shields.io/badge/version-0.5.9-orange)
5
+
5
6
  ![License](https://img.shields.io/badge/license-BSD--2--Clause-blue)
6
7
  ![Python](https://img.shields.io/badge/python-3.10%2B-blue)
7
8
 
8
9
  `python-waterloo-lexer` is a Pygments lexer for Python files that contain
9
10
  Waterloo docstrings.
10
11
 
12
+ The Waterloo Docstrings project defines a structured docstring format with explicit section semantics,
13
+ normativity rules, and multiple render targets. The project is designed so that
14
+ the same source docstring can be consumed by humans, LLM-assisted tooling, and
15
+ renderers without losing structural meaning. This lexer provides syntax
16
+ highlighting that preserves those conventions in editors, terminals, and
17
+ preview tools.
18
+
11
19
  It can be used with `pygmentize` and other tools that load Pygments lexers via
12
20
  entry points.
13
21
 
@@ -66,4 +74,3 @@ integrations for Waterloo docstrings.
66
74
  <picture>
67
75
  <img src="https://minifl.de/sdv_doc_waterloo/img/screenshot_sphinx_pygments_wtrl.png" alt="ExtensionPreview">
68
76
  </picture>
69
-
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-waterloo-lexer
3
- Version: 0.5.7
3
+ Version: 0.5.9
4
4
  Summary: A pygments lexer derived from the Python lexer, for Waterloo docstrings
5
5
  Author: Uwe
6
6
  License: BSD-2-Clause
@@ -17,13 +17,21 @@ Requires-Dist: pygments
17
17
  # Python-Waterloo Lexer
18
18
 
19
19
  ![Status](https://img.shields.io/badge/status-pre--release-orange)
20
- ![Version](https://img.shields.io/badge/version-0.5.6-blue)
20
+ ![Version](https://img.shields.io/badge/version-0.5.9-orange)
21
+
21
22
  ![License](https://img.shields.io/badge/license-BSD--2--Clause-blue)
22
23
  ![Python](https://img.shields.io/badge/python-3.10%2B-blue)
23
24
 
24
25
  `python-waterloo-lexer` is a Pygments lexer for Python files that contain
25
26
  Waterloo docstrings.
26
27
 
28
+ The Waterloo Docstrings project defines a structured docstring format with explicit section semantics,
29
+ normativity rules, and multiple render targets. The project is designed so that
30
+ the same source docstring can be consumed by humans, LLM-assisted tooling, and
31
+ renderers without losing structural meaning. This lexer provides syntax
32
+ highlighting that preserves those conventions in editors, terminals, and
33
+ preview tools.
34
+
27
35
  It can be used with `pygmentize` and other tools that load Pygments lexers via
28
36
  entry points.
29
37
 
@@ -82,4 +90,3 @@ integrations for Waterloo docstrings.
82
90
  <picture>
83
91
  <img src="https://minifl.de/sdv_doc_waterloo/img/screenshot_sphinx_pygments_wtrl.png" alt="ExtensionPreview">
84
92
  </picture>
85
-
@@ -41,7 +41,7 @@ from pygments.token import Error, Generic, Keyword, Name, String, Literal, Numbe
41
41
 
42
42
  #----- Changelog ----------------------------------------------#
43
43
 
44
- __version__ = "0.5.7"
44
+ __version__ = "0.5.9"
45
45
 
46
46
  #----- Constants ----------------------------------------------#
47
47
  RE_SECTION = re.compile(