Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pep8(1) [debian man page]

PEP8(1) 							   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@bashton.com>. pep8 0.4.2 October 2009 PEP8(1)

Check Out this Related Man Page

MBOXCHECK(1)						User Contributed Perl Documentation					      MBOXCHECK(1)

NAME
mboxcheck - MBOX mail checking program. SYNOPSIS
mboxcheck [options] [file [...] ] DESCRIPTION
MBOXcheck is a simple mailbox checker. Give some options and at least one mailbox file as an argument and it will print some status of how many messages there are and which status they have. OPTIONS
--help The help text. -h --version The version information about this tool. -V --showon [v][?] When to show a mailbox in the list. [v] - verbose, always show. [?] - show when count is above 0 for the below types, see --show what for more information about that. The default is to trigger only on new messages (--showon new). --show [n][s][r][o][a][d] What counts to show. The caracter in the bracket is the short form. The what string can be comma separated to specify more than one option. Multiple --show options will add more (and will not remove shows). [n] - new (new messages) [s] - seen (seen but not read messages) [r] - read (read and answered messages) [o] - onlyread (just read messages) [a] - answered (answered messages) [d] - deleted (deleted messages) The default is to show new and seen messages (--show ns). --recurse This option will tell the tool to recurse into -R -r subdirectories. --nosymlink Tell the program to ignore symlinked files and directories. --cachedir dir A temporary directory to use for speedup cache (default ~/.mboxcheckcache) --nocache Do not use a temporary directory. CACHE
The cache file is named after the path to the file with slash caracters '/' replaced with two commas ',,'. The content is a list of comma separated values; last position, new, seen, only read, answered and deleted mail. AUTHOR
Ola Lundqvist <opal@debian.org> SEE ALSO
http://inguza.com/software/mboxcheck Mboxcheck Sat Apr 7 19:16:14 CEST 2012 MBOXCHECK(1)
Man Page