Source: radon
Section: devel
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Alexandre Detiste <tchet@debian.org>,
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 dh-sequence-sphinxdoc,
 libjs-mathjax,
 pybuild-plugin-pyproject,
 python3-all:any,
 python3-docutils,
 python3-poetry-core,
 python3-sphinx <!nodoc>,
Standards-Version: 4.7.4
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
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
Build-Profiles: <!nodoc>
Depends:
 libjs-mathjax,
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.
