CMD + K

pydocstyle

Community

Python docstring style checker (formerly pep257)

Installation

To install this package, run one of the following:

Conda
$conda install ci_build::pydocstyle

Usage Tracking

3.0.0
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

pydocstyle is a static analysis tool for checking compliance with Python docstring conventions. pydocstyle supports most of PEP 257 out of the box, but it should not be considered a reference implementation. The framework for checking docstring style is flexible, and custom checks can be easily added, for example to cover NumPy docstring conventions. pydocstyle supports Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy and pypy3.

About

Summary

Python docstring style checker (formerly pep257)

Last Updated

Apr 21, 2020 at 19:11

License

MIT

Total Downloads

112

Supported Platforms

linux-64