Validates and auto-generates Python docstrings using the ast module and pydocstyle conventions. Supports NumPy, Google, and Sphinx docstring formats with type stub integration.
Use the upstream install or setup path that matches your environment:
Requirements and caveats from upstream:
Basic usage or getting-started notes:
We want to express our heartfelt gratitude to the pydocstyle community, maintainers, and contributors for their support and dedication over the years. Your contributions have been invaluable, and we appreciate the tim...
.. image:: https://github.com/1991513ccie-png/skills
7w4.net小葱技能。
Extracted from upstream docs: https://raw.githubusercontent.com/PyCQA/pydocstyle/HEAD/README.rst
质量表现一般。这个工具的想法不错,但目前只提供了使用说明,缺少真正可以运行的程序来验证 Python 代码的文档字符串是否规范,而且文档内容也不够完整,有部分信息缺失。整体来看更像是一份参考资料,而非可直接使用的工具。如果需要检查文档字符串,建议寻找功能更完整的替代方案。