radon 4.1.0+dfsg-1 source package in Ubuntu
Changelog
radon (4.1.0+dfsg-1) unstable; urgency=medium [ Emmanuel Arias ] * Team upload. * Add d/watch file. * New upstream version 4.1.0+dfsg (Closes: #950841). * d/control: Bump standard-version to 4.5.0. * d/control: Fix Maintener field. - Change fom DPMT to PAPT [ Ondřej Nový ] * d/control: Fix wrong Vcs-*. -- Emmanuel Arias <email address hidden> Fri, 07 Feb 2020 19:08:25 -0300
Upload details
- Uploaded by:
- Python Applications Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Python Applications Packaging Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
radon_4.1.0+dfsg-1.dsc | 2.2 KiB | ae173716d32e84409c98cd1b401b34f75ea662d1cee3bed45ef2d4bc38350f32 |
radon_4.1.0+dfsg.orig.tar.xz | 289.1 KiB | 7eb6f42d799b3c1f5789d71ff32d83b34ef304f696ec42714db2dee44f2752b1 |
radon_4.1.0+dfsg-1.debian.tar.xz | 4.7 KiB | 8d638687958858c709903c646b345fd4c0037f046fc6f22050eebaa97e9f2eab |
Available diffs
- diff from 3.0.3+dfsg-1 to 4.1.0+dfsg-1 (246.8 KiB)
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.