Source: pychecker
Section: devel
Priority: optional
Maintainer: Kenneth J. Pronovici <pronovic@debian.org>
Homepage: http://pychecker.sourceforge.net/
Build-Depends: python-support (>= 0.3), debhelper(>= 7.0.1)
Standards-Version: 3.9.0.0

Package: pychecker
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: tool to find common bugs in Python source code
 PyChecker is a tool for finding common bugs in Python source code.
 It finds problems that are typically caught by a compiler for less
 dynamic languages, like C and C++. Because of the dynamic nature of Python,
 some warnings may be incorrect; however, spurious warnings should be
 fairly infrequent.
