pydocstyle

Package — Code QualityPython 3.7+Intermediate

Check docstring conventions against PEP 257

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
snowballstemmer, tomli
Install
pip install pydocstyle

Learn by Difficulty

Quick Example

python
# Install: pip install pydocstyle
import pydocstyle

# Basic pydocstyle usage
print(f"Using pydocstyle")
# See documentation for detailed examples

pydocstyle is a third-party package. Check docstring conventions against PEP 257. Install with: pip install pydocstyle

Try in Playground

Tags

packagecode-qualitylintingformatting