Subject: CVS commit: wip/py-ntch
From: Kamel Derouiche
Date: 2009-06-18 01:15:57
Message id: E1MH4MW-00052b-6z@ddv4jf1.ch3.sourceforge.com

Log Message:
Import py25-ntch-20090531 as wip/py-ntch.

Pyntch is a Python code analyzer. It can detect possible runtime errors
before actually running a Python code. Pyntch examines a source code statically
and infers all possible types of variables, class attributes, function
signatures, and return values of each function or method. Then it detects
possible errors caused by type mismatch or other exceptions raised from each
function. Unlike other Python code checker (such as Pychecker or Pyflakes),
Pyntch does not check the style issues


Files:
RevisionActionfile
1.1importwip/py-ntch/distinfo
1.1importwip/py-ntch/Makefile
1.1importwip/py-ntch/PLIST
1.1importwip/py-ntch/DESCR