File: README.Debian

package info (click to toggle)
python-coverage 4.5.2%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,524 kB
  • sloc: python: 17,968; ansic: 1,212; makefile: 182; sh: 133; xml: 42
file content (51 lines) | stat: -rw-r--r-- 1,474 bytes parent folder | download
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
===================================
Python “coverage” library in Debian
===================================

:Author: Ben Finney <bignose@debian.org>

Packages
========

The Python `“coverage” library`_ is packaged in Debian separately for each
Python major version in Debian:

* `python-coverage` for Python 2.
* `python3-coverage` for Python 3.

..  _“coverage” library: https://pypi.python.org/pypi/coverage/

Command-line programs
=====================

The Debian “python-coverage” source package provides the command-line
program by the following names:

* For Debian's default Python 2 version, the program
  `/usr/bin/python-coverage`.

* For Debian's default Python 2 and Python 3, the programs
  `/usr/bin/python2-coverage` and `/usr/bin/python3-coverage`.

* For other Python versions, the program `/usr/bin/pythonN.M-coverage`
  (where “N.M” is the major and minor Python version, e.g.
  `/usr/bin/python3.2-coverage`).

Manual pages are in section 1 under the corresponding names.


..
    Copyright © 2013–2019 Ben Finney <bignose@debian.org>
    This is free software: you may copy, modify, and/or distribute this work
    under the terms of the GNU General Public License as published by the
    Free Software Foundation; version 3 of that license or any later version.
    No warranty expressed or implied.


..
    Local variables:
    coding: utf-8
    mode: rst
    mode: text
    End:
    vim: fileencoding=utf-8 filetype=rst :