radon 5.1.0-2 source package in Ubuntu

Changelog

radon (5.1.0-2) unstable; urgency=medium

  * Allow newer mando support

 -- Neil Williams <email address hidden>  Mon, 07 Mar 2022 14:50:09 +0000

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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
radon_5.1.0-2.dsc 2.1 KiB 73913aa021d4d0637b5ede175e9805c5e903118a46e2bdbe1286bcc844194e99
radon_5.1.0.orig.tar.xz 292.8 KiB 8fedbfa7ef28c2f04cfef92a89019e7da2b589e43b8c2ea3fe4a87902346168d
radon_5.1.0-2.debian.tar.xz 5.3 KiB fa5b5c96478c283c699b5f97391e9c27124d509fb944d5cb93aff96b0da5812a

Available diffs

No changes file available.

Binary packages built by this source

python-radon-doc: No summary available for python-radon-doc in ubuntu kinetic.

No description available for python-radon-doc in ubuntu kinetic.

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.