radon 6.0.1+ds1-2 source package in Ubuntu

Changelog

radon (6.0.1+ds1-2) unstable; urgency=medium

  * Reinstate allow_newer_mando.patch
  * Remove dependency on python3-pkg-resources (Closes: #1083737)

 -- Alexandre Detiste <email address hidden>  Mon, 21 Oct 2024 01:55:13 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
radon_6.0.1+ds1-2.dsc 2.1 KiB 7f42fe05a67dfdf3c1dcf5ddc7252be40077c47e39f7f695c267d86806b45342
radon_6.0.1+ds1.orig.tar.xz 304.0 KiB 5d8d3661d28fce3f8b6bed049f6a2c7f670bfb9dbb1d7ea3f477f5bf6f238306
radon_6.0.1+ds1-2.debian.tar.xz 5.6 KiB 9b54eaad642cbf0741cf0bfad7a7b35d6be3cd8ce6d8702c5962a3ea654e08f9

Available diffs

No changes file available.

Binary packages built by this source

python-radon-doc: Python tool to compute code metrics (common documentation)

 Radon is a Python tool which computes various code metrics.
 Supported metrics are:
 .
 raw metrics: SLOC, comment lines, blank lines, &c.
 Cyclomatic Complexity (i.e. McCabe’s Complexity)
 Halstead metrics (all of them)
 the Maintainability Index (a Visual Studio metric)
 .
 Radon can be used either from the command line or
 programmatically through its API.
 .
 This is the common documentation package.

radon: Python tool to compute code metrics (Python3)

 Radon is a Python tool which computes various code metrics.
 Supported metrics are:
 .
 raw metrics: SLOC, comment lines, blank lines, &c.
 Cyclomatic Complexity (i.e. McCabe’s Complexity)
 Halstead metrics (all of them)
 the Maintainability Index (a Visual Studio metric)
 .
 Radon can be used either from the command line or
 programmatically through its API.