pep257

Python docstring style checker (PEP-257 conventions)

Install

All systems
curl cmd.cat/pep257.sh
Debian Debian
apt-get install pydocstyle
Ubuntu
apt-get install pep257
image/svg+xml Kali Linux
apt-get install pydocstyle
Windows (WSL2)
sudo apt-get update sudo apt-get install pep257
Raspbian
apt-get install pep257

pydocstyle

Python docstring style checker (PEP-257 conventions)

PEP-257 provides conventions for Python docstrings (string literals which occur as first statement in a module, function, class or method definition for documentation purposes). This tool checks Python code whether these conventions have been complied with, and if docstring are missing. This is a successor of the application "pep257". This package installs the cli tool.

pep257

static Python code analysis tool for PEP 257 compliance

PEP 257 provides conventions for Python docstrings (string literals which occur as first statement in a module, function, class or method definition for documentation purposes). This tool checks Python code whether these conventions have been complied with, and if docstring are missing.