man pages section 1: User Commands

Exit Print View

Updated: July 2014
 
 

pep8 (1)

Name

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

Synopsis

pep8 [options] input ...

Description




User Commands                                             PEP8(1)



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@bash-
     ton.com>.





pep8 1.4.4           Last change: March 2013                    1






User Commands                                             PEP8(1)



ATTRIBUTES
     See   attributes(5)   for   descriptions  of  the  following
     attributes:

     +---------------+-----------------------+
     |ATTRIBUTE TYPE |   ATTRIBUTE VALUE     |
     +---------------+-----------------------+
     |Availability   | library/python-2/pep8 |
     +---------------+-----------------------+
     |Stability      | Uncommitted           |
     +---------------+-----------------------+
NOTES
     This  software  was   built   from   source   available   at
     https://java.net/projects/solaris-userland.    The  original
     community       source       was       downloaded       from
     http://pypi.python.org/pack-
     ages/source/p/pep8/pep8-1.4.4.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.4.4           Last change: March 2013                    2