Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.06; 'cvs': 0.09; 'dan': 0.09; 'cc:addr:python-list': 0.11; 'cc:name:python list': 0.16; 'fails.': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'commit': 0.19; 'cc:addr:gmail.com': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'cc:2**1': 0.23; 'cheers,': 0.24; 'cc:no real name:2**0': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; '2008,': 0.31; 'received:google.com': 0.35; '14,': 0.36; 'impression': 0.36; 'pm,': 0.38; 'does': 0.39; 'heard': 0.39; 'to:addr:gmail.com': 0.65; 'between': 0.67; 'sender:addr:chris': 0.84; 'lot,': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=zboQubQiEO14o6agSNGpHzEpv4alUWAGyRp20jO58/s=; b=N2VRy34zCCblR/8AniPE3V/WkNKPB25G8SgKaPKSFDbrnYtcJOONrslGTFLiSnIbQl JNgucPWhbIcZSbQ40yedig2a8IEkxDQhl5X25rgstRHbSisiDaj8n0VwS6e3mz74ey+a MvL/Shax6fhMkukusAjONhP0sOWP0EtS4Gqq4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=zboQubQiEO14o6agSNGpHzEpv4alUWAGyRp20jO58/s=; b=ZSjmH/nRb05wDGb6+mExVpfwoBmdtQtiLGAU5+nDdYFE6AiVaI72cr7DD+hzmN0ZPV YQXDAxCJH75i9jD8rNHRDIwRHF2Qd7x1W64z2UHFB8RcHCCMpnkHAImHyDHSbMxd7hmP HbbpEHbGrImEfJQA6LWHXOCFTJNXxGCdjrdZdxkV431Tp37etwAF5zZwYEC+6RO75DSG +rejPm/MnsnXy8+5nFvvh0YqvOexrKm/pun6Cfc44fzjD7vdgrebkmYEy24hMH9G0IWo iBmtDg4c7CgUoykYIqp+S6muNvDDFfqbGT/Y0WcSB+KBjlwfbXGUuG+KuIfX2mF9HAt4 EU+w== X-Gm-Message-State: ALoCoQnK7pi0YVY9CdTrOVbk+hcaqph3IEaDxci1Cz9X3+zQIRAFzB34u9boYTb0A0iI+E6mDB4D MIME-Version: 1.0 X-Received: by 10.42.39.142 with SMTP id h14mr7411806ice.40.1387075016633; Sat, 14 Dec 2013 18:36:56 -0800 (PST) Sender: chris@rebertia.com In-Reply-To: References: <6d2c938b-dd66-4de6-8422-aaa55fcc2e1e@googlegroups.com> Date: Sat, 14 Dec 2013 18:36:56 -0800 X-Google-Sender-Auth: _9xai9tkNUPhEmSjOPxdsknBEr8 Subject: Re: a Python Static Analyzer From: Chris Rebert To: Dan Stromberg Content-Type: text/plain; charset=UTF-8 Cc: Python List , arie.lakeman@gmail.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1387075322 news.xs4all.nl 2858 [2001:888:2000:d::a6]:41472 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61928 On Sat, Dec 14, 2013 at 5:31 PM, Dan Stromberg wrote: > Where does PySonar2 sit in the spectrum from pylint > (thorough/pedantic) to pyflakes (relaxed/few-false-positives)? > > I use pylint and pyflakes a lot, and I've heard that PyChecker sits in > between them on this axis. My impression is that PyChecker has been abandoned. The last commit in its SourceForge CVS repo is from 2008, and `pip install PyChecker` fails. Cheers, Chris