vulture 2.11-1 source package in Ubuntu

Changelog

vulture (2.11-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Use pybuild-plugin-pyproject.

 -- Colin Watson <email address hidden>  Fri, 17 May 2024 12:21:30 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vulture_2.11-1.dsc 2.1 KiB f80df82bf7c3dd0d33bb2149da2e03ef23d3a2ebd86fd8726403cc505b76748e
vulture_2.11.orig.tar.gz 54.2 KiB f0fbb60bce6511aad87ee0736c502456737490a82d919a44e6d92262cb35f1c2
vulture_2.11-1.debian.tar.xz 4.5 KiB b83b69757103771a8f457c6e458ca6f5fbe399235a80b9545580687b7b4b2102

Available diffs

No changes file available.

Binary packages built by this source

vulture: 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.