google-docstring-parser 0.0.1__tar.gz → 0.0.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.
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/PKG-INFO +1 -1
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/google_docstring_parser/__init__.py +4 -0
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/google_docstring_parser/google_docstring_parser.py +2 -0
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/google_docstring_parser.egg-info/PKG-INFO +1 -1
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/pyproject.toml +1 -1
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/LICENSE +0 -0
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/README.md +0 -0
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/google_docstring_parser.egg-info/SOURCES.txt +0 -0
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/google_docstring_parser.egg-info/dependency_links.txt +0 -0
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/google_docstring_parser.egg-info/requires.txt +0 -0
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/google_docstring_parser.egg-info/top_level.txt +0 -0
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/setup.cfg +0 -0
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/tools/__init__.py +0 -0
- {google_docstring_parser-0.0.1 → google_docstring_parser-0.0.2}/tools/check_docstrings.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: google-docstring-parser
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: A lightweight, efficient parser for Google-style Python docstrings that converts them into structured dictionaries.
|
|
5
5
|
Author: Vladimir Iglovikov
|
|
6
6
|
Maintainer: Vladimir Iglovikov
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: google-docstring-parser
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: A lightweight, efficient parser for Google-style Python docstrings that converts them into structured dictionaries.
|
|
5
5
|
Author: Vladimir Iglovikov
|
|
6
6
|
Maintainer: Vladimir Iglovikov
|
|
@@ -5,7 +5,7 @@ requires = [ "setuptools>=45", "wheel" ]
|
|
|
5
5
|
|
|
6
6
|
[project]
|
|
7
7
|
name = "google-docstring-parser"
|
|
8
|
-
version = "0.0.
|
|
8
|
+
version = "0.0.2"
|
|
9
9
|
|
|
10
10
|
description = "A lightweight, efficient parser for Google-style Python docstrings that converts them into structured dictionaries."
|
|
11
11
|
readme = "README.md"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|