docstring-generator-ext 1.0.1.post2__cp313-cp313-win_amd64.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.
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: docstring_generator_ext
|
|
3
|
+
Version: 1.0.1.post2
|
|
4
|
+
Summary: Generate Docstrings with type-hint information.
|
|
5
|
+
Author-email: FelixTheC <fberndt87@gmail.com>
|
|
6
|
+
Classifier: Environment :: Console
|
|
7
|
+
Classifier: Programming Language :: Python :: 3
|
|
8
|
+
Classifier: Topic :: Utilities
|
|
9
|
+
Classifier: Topic :: Software Development :: Documentation
|
|
10
|
+
Classifier: Typing :: Typed
|
|
11
|
+
Requires-Python: >=3.13
|
|
12
|
+
Description-Content-Type: text/markdown
|
|
13
|
+
Requires-Dist: pybind11>=3.0.4
|
|
14
|
+
|
|
15
|
+
## How to build
|
|
16
|
+
|
|
17
|
+
- install python build via `pip install build`
|
|
18
|
+
- build the package via `python -m build --sdist`
|
|
19
|
+
|
|
20
|
+
### Versioning
|
|
21
|
+
|
|
22
|
+
- For the versions available, see the tags on this repository.
|
|
23
|
+
|
|
24
|
+
### Authors
|
|
25
|
+
|
|
26
|
+
- Felix Eisenmenger
|
|
27
|
+
|
|
28
|
+
### License
|
|
29
|
+
|
|
30
|
+
- This project is licensed under the MIT License - see the LICENSE.md file for details
|
|
31
|
+
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
docstring_generator_ext.cp313-win_amd64.pyd,sha256=T5MAl_lm-xVJxi1XziWruDBvkZ6sZMpKtglbWHek0HQ,292352
|
|
2
|
+
docstring_generator_ext-1.0.1.post2.dist-info/METADATA,sha256=b8vsjjdw2Eizw2mF43QvSQFYznmttf6NTjRgSzlEmWI,835
|
|
3
|
+
docstring_generator_ext-1.0.1.post2.dist-info/WHEEL,sha256=x5Wpw_tLx5PQKiWdxpqvs0e7Sg-SO0mTWdEADYDGPGA,101
|
|
4
|
+
docstring_generator_ext-1.0.1.post2.dist-info/top_level.txt,sha256=6Dxm3KsXBNkoda6X1p4mK0vwMWdArjJKM_lbvIBCTsI,24
|
|
5
|
+
docstring_generator_ext-1.0.1.post2.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
docstring_generator_ext
|
|
Binary file
|