1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: python-multivolumefile
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: YOKOTA Hiroshi <yokota.hgml@gmail.com>
Standards-Version: 4.7.2
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 <!nocheck>,
python3-hypothesis <!nocheck>,
python3-pytest-timeout <!nocheck>
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
Multi-Arch: foreign
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.
|