File: control

package info (click to toggle)
pychecker 0.8.10-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,276 kB
  • ctags: 1,331
  • sloc: python: 6,214; sh: 92; makefile: 37
file content (16 lines) | stat: -rw-r--r-- 622 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: pychecker
Section: devel
Priority: optional
Maintainer: Arto Jantunen <viiru@debian.org>
Build-Depends-Indep: debhelper (>> 3.0.0)
Standards-Version: 3.5.6.0

Package: pychecker
Architecture: all
Depends: python2.1 | python2.2 | python2 | python1.5 | python
Description: Finds 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.