19 lines
782 B
XML
19 lines
782 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||
|
<pkgmetadata>
|
||
|
<maintainer type="person">
|
||
|
<email>klugh@ethz.ch</email>
|
||
|
<name>Hendrik Klug</name>
|
||
|
</maintainer>
|
||
|
<longdescription>
|
||
|
This package provides an drop-in alternative to subprocess.run that captures the output while still printing
|
||
|
it in real time, just the way tee does.
|
||
|
|
||
|
Printing output in real-time while still capturing is important for any tool that executes long running child
|
||
|
processes, as you may not want to deprive user from getting instant feedback related to what is happening.
|
||
|
</longdescription>
|
||
|
<upstream>
|
||
|
<remote-id type="github">pycontribs/subprocess-tee</remote-id>
|
||
|
</upstream>
|
||
|
</pkgmetadata>
|