File: control

package info (click to toggle)
vulture 2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 464 kB
  • sloc: python: 3,254; makefile: 12
file content (29 lines) | stat: -rw-r--r-- 1,086 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
29
Source: vulture
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               python3,
               python3-pint <!nocheck>,
               python3-pytest,
               python3-setuptools,
               txt2man,
Standards-Version: 4.6.1
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
Testsuite: autopkgtest-pkg-pybuild

Package: vulture
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
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.