radon 6.0.1+ds1-1 source package in Ubuntu

Changelog

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

  * Adopt package inside Python Team
  * New upstream version 6.0.1+ds1 (Closes: #1058985)
  * Allow to build source after successful build (Closes: #1045509)

  [ Neil Williams ]
  * Update control to remove myself from Uploaders

 -- Alexandre Detiste <email address hidden>  Mon, 01 Jan 2024 22:01:34 +0100

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
radon_6.0.1+ds1-1.dsc 2.1 KiB cdec3f8e535bfa346ca331362a401b73abe9b4ab9683467b7d6b86fc60b6b67f
radon_6.0.1+ds1.orig.tar.xz 304.0 KiB 5d8d3661d28fce3f8b6bed049f6a2c7f670bfb9dbb1d7ea3f477f5bf6f238306
radon_6.0.1+ds1-1.debian.tar.xz 6.1 KiB a64ca784d4912a90e7e92dd4fb7ddfedae9629cf3733b19504d02711ba757939

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.