Man Linux: Main Page and Category List

NAME

       pep8  -  A  tool  to  check  your Python code against some of the style
       conventions in PEP 8.

SYNOPSIS

       pep8 [options] input ...

OPTIONS

       -h, --help
              show this help message and exit

       -v, --verbose
              print status messages, or debug with -vv

       -q, --quiet
              report only file names, or nothing with -qq

       --exclude=patterns
              skip matches (default .svn,CVS,*.pyc,*.pyo)

       --filename=patterns
              only check matching files (e.g. *.py)

       --ignore=errors
              skip errors and warnings (e.g. E4,W)

       --repeat
              show all occurrences of the same error

       --show-source
              show source code for each error

       --show-pep8
              show text of PEP 8 for each error

       --statistics
              count errors and warnings

       --benchmark
              measure processing speed

       --testsuite=dir
              run regression tests from dir

       --doctest
              run doctest on myself

AUTHOR

       This manual page was written by David Watson <david@bashton.com>.