Source: python-subprocess-tee
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/pycontribs/subprocess-tee/tags
Vcs-Browser: https://github.com/alvistack/pycontribs-subprocess-tee
Vcs-Git: https://github.com/alvistack/pycontribs-subprocess-tee.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-subprocess-tee
Architecture: all
Description: Alternative to subprocess.run like tee
 A subprocess.run drop-in replacement that supports a tee mode, being
 able to display output in real time while still capturing it. No
 dependencies needed.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
