Source: radon
Section: devel
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Neil Williams <codehelp@debian.org>
Build-Depends: debhelper-compat (= 11), dh-python,
 python3, python3-flake8-polyfill, python3-sphinx,
 libjs-mathjax, python3-docutils
Standards-Version: 4.5.0
Homepage: https://github.com/rubik/radon
Vcs-Git: https://salsa.debian.org/python-team/applications/radon.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/radon

Package: radon
Architecture: all
Depends: python3-pkg-resources, ${python3:Depends}, ${misc: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, ${sphinxdoc:Depends}, ${misc:Depends}
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.
