Metadata-Version: 2.4
Name: docstring_generator_ext
Version: 1.0.1.post2
Summary: Generate Docstrings with type-hint information.
Author-email: FelixTheC <fberndt87@gmail.com>
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Documentation
Classifier: Typing :: Typed
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: pybind11>=3.0.4

## How to build

- install python build via `pip install build`
- build the package via `python -m build --sdist` 

### Versioning

- For the versions available, see the tags on this repository.

### Authors

- Felix Eisenmenger

### License

- This project is licensed under the MIT License - see the LICENSE.md file for details

