pep8-3.5 - ventions in PEP 8.
pep8 [options] input ...
PEP8(1)                          User Commands                         PEP8(1)
NAME
       pep8  - A tool to check your Python code against some of the style con-
       ventions 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>.
ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:
       +---------------+------------------------+
       |ATTRIBUTE TYPE |    ATTRIBUTE VALUE     |
       +---------------+------------------------+
       |Availability   | library/python/pep8-27 |
       +---------------+------------------------+
       |Stability      | Uncommitted            |
       +---------------+------------------------+
NOTES
       This    software    was    built    from    source     available     at
       https://github.com/oracle/solaris-userland.    The  original  community
       source    was     downloaded     from      http://pypi.python.org/pack-
       ages/source/p/pep8/pep8-1.7.0.tar.gz
       Further information about this software can be found on the open source
       community website at http://pypi.python.org/pypi/pep8.
pep8 1.7.0                        March 2013                           PEP8(1)