Add feature to parse Python docstrings

This commit is contained in:
2026-04-13 14:44:04 +02:00
parent 16852f3d68
commit b71b93000e
5 changed files with 58 additions and 11 deletions
+14 -8
View File
@@ -3,27 +3,33 @@ Third-Party Notices
This software uses the following third-party libraries. Full license texts are available in the 'licenses/' directory.
1. iniconfig 2.3.0
1. docstring-parser 0.17.0
Author: Marcin Kurczewski
License: MIT License
See licenses/docstring-parser.txt for full license text.
2. iniconfig 2.3.0
Author: Holger Krekel and others
License: MIT License
See licenses/iniconfig.txt for full license text.
2. packaging 26.0
3. packaging 26.0
Author: Donald Stufft and individual contributors
License: Apache License 2.0
License: Apache License 2.0
URL: None
See licenses/packaging.txt for full license text.
3. pluggy 1.6.0
Author: Holger rekel
4. pluggy 1.6.0
Author: Holger Krekel
License: MIT License
See licenses/pluggy.txt for full license text.
4. pygments 2.18.0
5. pygments 2.18.0
Author: Georg Brandl, Tim Hatch, Armin Ronacher, Others
License: BSD-2-Clause
See licenses/pygments.txt for full license text.
5. pytest 9.0.2
Author: Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin, Others (See AUTHORS)
6. pytest 9.0.2
Author: Holger Krekel, Bruno Oliveira, Ronny Pfannschmidt, Floris Bruynooghe, Brianna Laugher, Florian Bruhin, Others
License: MIT License
See licenses/pytest.txt for full license text.