# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
maintainers simon openmaintainer
description Code coverage tool for Python
long_description Coverage.py is a Python module that measures code \
coverage during Python execution. It uses the code \
analysis tools and tracing hooks provided in the Python \
standard library to determine which lines are \
executable, and which have been executed. The original \
version was written by Gareth Rees. I've updated it to \
determine executable statements more accurately.
homepage http://nedbatchelder.com/code/modules/coverage.html
master_sites http://pypi.python.org/packages/source/c/coverage/
distname coverage-${version}
checksums md5 b299c33b169bd796a6186a1f0f42a7da \
sha1 17403e47a52481ee3950ecb33fedb8887e5ea030 \
rmd160 00b921492921eb57ff970ff7898b05f137f10a4a
livecheck.url http://pypi.python.org/pypi/coverage
livecheck.regex {coverage (\d+(?:\.\d+)*)}