1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: radon
Section: devel
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Alexandre Detiste <tchet@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
libjs-mathjax,
python3-all:any,
python3-docutils,
python3-setuptools,
python3-sphinx <!nodoc>,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/rubik/radon
Vcs-Git: https://salsa.debian.org/python-team/packages/radon.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/radon
X-Style: black
Package: radon
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: 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.
Package: python-radon-doc
Architecture: all
Section: doc
Depends:
libjs-mathjax,
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: 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.
|