2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-21 00:00:59 +03:00
Files
gentoo/dev-python/stdio-mgr/metadata.xml
Andrew Ammerlaan a6461a634f dev-python/stdio-mgr: drop myself as a maintainer
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
2023-04-09 22:40:15 +02:00

21 lines
843 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
Have a CLI Python application?
Want to automate testing of the actual console input &amp; output of your user-facing components?
stdio Manager can help.
While some functionality here is more or less duplicative of redirect_stdout and redirect_stderr in contextlib within the standard library, it provides (i) a much more concise way to mock both stdout and stderr at the same time, and (ii) a mechanism for mocking stdin, which is not available in contextlib.
</longdescription>
<upstream>
<remote-id type="github">bskinn/stdio-mgr</remote-id>
<remote-id type="pypi">stdio-mgr</remote-id>
</upstream>
<stabilize-allarches/>
</pkgmetadata>