pep257

static Python code analysis tool for PEP 257 compliance
  http://pep257.readthedocs.org/en/latest
  0
  no reviews



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.