Source: python-multivolumefile Section: python Testsuite: autopkgtest-pkg-pybuild Priority: optional Maintainer: Debian Python Team Uploaders: YOKOTA Hiroshi Standards-Version: 4.7.0 Homepage: https://codeberg.org/miurahr/multivolume Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, python3-setuptools-scm, python3-build, python3-pytest , python3-hypothesis , python3-pytest-timeout Vcs-Browser: https://salsa.debian.org/python-team/packages/python-multivolumefile Vcs-Git: https://salsa.debian.org/python-team/packages/python-multivolumefile.git Package: python3-multivolumefile Architecture: all Depends: ${python3:Depends}, ${misc:Depends} Description: multi volume file wrapper MultiVolumefile is a Python library to provide a file-object wrapping multiple files as virtually like as a single file. It inherit io.RawIOBase class and support some of its standard methods.