README.Debian 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. ===================================
  2. Python “coverage” library in Debian
  3. ===================================
  4. :Author: Ben Finney <bignose@debian.org>
  5. Packages
  6. ========
  7. The Python `“coverage” library`_ is packaged in Debian separately for each
  8. Python version in Debian:
  9. * `python-coverage` for Python 2.
  10. * `python3-coverage` for Python 3.
  11. .. _“coverage” library: https://pypi.python.org/pypi/coverage/
  12. Command-line programs
  13. =====================
  14. The Debian “python-coverage” source package provides the command-line
  15. program by the following names:
  16. * For Debian's default Python 2 version, the program
  17. `/usr/bin/python-coverage`.
  18. * For Debian's default Python 2 and Python 3, the programs
  19. `/usr/bin/python2-coverage` and `/usr/bin/python3-coverage`.
  20. * For other Python versions, the program `/usr/bin/pythonN.M-coverage`
  21. (where “N.M” is the major and minor Python version, e.g.
  22. `/usr/bin/python3.2-coverage`).
  23. Man pages are in section 1 under the corresponding names.
  24. ..
  25. Local variables:
  26. coding: utf-8
  27. mode: text
  28. mode: rst
  29. End:
  30. vim: fileencoding=utf-8 filetype=rst :