File: control

package info (click to toggle)
vulture 2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 448 kB
  • sloc: python: 2,809; makefile: 12; sh: 2
file content (28 lines) | stat: -rw-r--r-- 1,060 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: vulture
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>, Sandro Tosi <morph@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3,
               python3-pytest,
               python3-setuptools,
               python3-toml,
               txt2man,
Standards-Version: 4.5.0
Homepage: https://github.com/jendrikseipp/vulture
Vcs-Git: https://salsa.debian.org/python-team/packages/vulture.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/vulture

Package: vulture
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-pkg-resources
Enhances: prospector
Description: scans for unused ("dead") code in a Python program
 Vulture uses static code analysis to find unused classes, functions and
 variables in Python code. This helps to cleanup and find errors in
 programs. However, the user has to be aware that the static method has
 its limitations.