Source: python-chainstream
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Zineb Zaadoud <zineb.zaadoud@canonical.com>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.4
Homepage: https://github.com/rrthomas/chainstream
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-chainstream
Vcs-Git: https://salsa.debian.org/python-team/packages/python-chainstream.git

Package: python3-chainstream
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Python library to chain I/O streams together
 Chainstream provides the ChainStream class, a subclass of io.RawIOBase,
 to chain I/O streams together into a single stream.
