Source: pychecker Section: devel Priority: optional Maintainer: Python Applications Packaging Team Uploaders: Kenneth J. Pronovici , Sandro Tosi Homepage: http://pychecker.sourceforge.net/ Vcs-Git: https://salsa.debian.org/python-team/applications/pychecker.git Vcs-Browser: https://salsa.debian.org/python-team/applications/pychecker Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~) Standards-Version: 4.2.1.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.