docstring-to-text 0.0.1__py3-none-any.whl → 0.0.2__py3-none-any.whl
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.
- docstring_to_text/__package_meta.py +1 -1
- {docstring_to_text-0.0.1.dist-info → docstring_to_text-0.0.2.dist-info}/METADATA +2 -2
- docstring_to_text-0.0.2.dist-info/RECORD +6 -0
- docstring_to_text-0.0.1.dist-info/RECORD +0 -6
- {docstring_to_text-0.0.1.dist-info → docstring_to_text-0.0.2.dist-info}/WHEEL +0 -0
- {docstring_to_text-0.0.1.dist-info → docstring_to_text-0.0.2.dist-info}/licenses/LICENSE.md +0 -0
@@ -1,8 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: docstring-to-text
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.2
|
4
4
|
Summary: A simple pip package converting docstrings into clean text (proper paragraphs and indents)
|
5
|
-
Project-URL:
|
5
|
+
Project-URL: Source Code, https://github.com/Lex-DRL/Py-docstring-to-text
|
6
6
|
Project-URL: Issues, https://github.com/Lex-DRL/Py-docstring-to-text/issues
|
7
7
|
Author: Lex Darlog (Lex-DRL)
|
8
8
|
License-Expression: MPL-2.0
|
@@ -0,0 +1,6 @@
|
|
1
|
+
docstring_to_text/__init__.py,sha256=r9ETN77GhVqKnpdhzIxGeQhmTXHbTUfKwts3pOlE_y0,114
|
2
|
+
docstring_to_text/__package_meta.py,sha256=i_52QZglLR8ZztQCVGw9QLINyps_PTE--w17tzng68c,37
|
3
|
+
docstring_to_text-0.0.2.dist-info/METADATA,sha256=OhUTqYir_0ri7ispW04X3y5MmWDr8PDa9lv6S0HVehs,740
|
4
|
+
docstring_to_text-0.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
docstring_to_text-0.0.2.dist-info/licenses/LICENSE.md,sha256=quBniO1Sk1aqYUzwRO5adu_nnqOKV_4UVU4JVfnWiS0,15373
|
6
|
+
docstring_to_text-0.0.2.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
docstring_to_text/__init__.py,sha256=r9ETN77GhVqKnpdhzIxGeQhmTXHbTUfKwts3pOlE_y0,114
|
2
|
-
docstring_to_text/__package_meta.py,sha256=PFSnJUCI-jvKVHF11CjxulPEbHbM5RAPy74jaqS2EIQ,37
|
3
|
-
docstring_to_text-0.0.1.dist-info/METADATA,sha256=MzmOf8VAz5rMJApeRpNpLFMzir6NLYMmLs8VhlT7EW4,737
|
4
|
-
docstring_to_text-0.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
-
docstring_to_text-0.0.1.dist-info/licenses/LICENSE.md,sha256=quBniO1Sk1aqYUzwRO5adu_nnqOKV_4UVU4JVfnWiS0,15373
|
6
|
-
docstring_to_text-0.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|