griffe-sphinx 0.0.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.
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.1
2
+ Name: griffe-sphinx
3
+ Version: 0.0.0
4
+ Summary: Parse Sphinx-comments above attributes as docstrings.
5
+ Author-email: Timothée Mazzucotelli <dev@pawamoy.fr>
6
+ Classifier: Development Status :: 1 - Planning
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+
10
+ # griffe-sphinx
11
+
12
+ Parse Sphinx-comments above attributes as docstrings.
@@ -0,0 +1,3 @@
1
+ # griffe-sphinx
2
+
3
+ Parse Sphinx-comments above attributes as docstrings.
@@ -0,0 +1,12 @@
1
+ Metadata-Version: 2.1
2
+ Name: griffe-sphinx
3
+ Version: 0.0.0
4
+ Summary: Parse Sphinx-comments above attributes as docstrings.
5
+ Author-email: Timothée Mazzucotelli <dev@pawamoy.fr>
6
+ Classifier: Development Status :: 1 - Planning
7
+ Requires-Python: >=3.8
8
+ Description-Content-Type: text/markdown
9
+
10
+ # griffe-sphinx
11
+
12
+ Parse Sphinx-comments above attributes as docstrings.
@@ -0,0 +1,6 @@
1
+ README.md
2
+ pyproject.toml
3
+ griffe_sphinx.egg-info/PKG-INFO
4
+ griffe_sphinx.egg-info/SOURCES.txt
5
+ griffe_sphinx.egg-info/dependency_links.txt
6
+ griffe_sphinx.egg-info/top_level.txt
@@ -0,0 +1,8 @@
1
+ [project]
2
+ name = "griffe-sphinx"
3
+ version = "0.0.0"
4
+ description = "Parse Sphinx-comments above attributes as docstrings."
5
+ authors = [{name = "Timothée Mazzucotelli", email = "dev@pawamoy.fr"}]
6
+ readme = "README.md"
7
+ requires-python = ">=3.8"
8
+ classifiers = ["Development Status :: 1 - Planning"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+