2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-03 00:07:46 +03:00
Files
gentoo/dev-python/coverage/metadata.xml
2022-11-19 16:40:58 +00:00

21 lines
771 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>robbat2@gentoo.org</email>
<name>Robin H. Johnson</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<longdescription lang="en">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.</longdescription>
<upstream>
<remote-id type="pypi">coverage</remote-id>
<remote-id type="github">nedbat/coveragepy</remote-id>
</upstream>
</pkgmetadata>