Source: xphyle Section: python Maintainer: Debian Python Team Uploaders: Steffen Moeller , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pbzip2 , pigz , pybuild-plugin-pyproject, python3-all, python3-pokrok , python3-pyproject-hooks, python3-pytest , python3-setuptools, python3-setuptools-scm, python3-wheel, tabix , zstd , Standards-Version: 4.7.4 Homepage: https://github.com/jdidion/xphyle Vcs-Browser: https://salsa.debian.org/python-team/packages/xphyle Vcs-Git: https://salsa.debian.org/python-team/packages/xphyle.git Testsuite: autopkgtest-pkg-pybuild Package: python3-xphyle Architecture: all Depends: python3-pokrok, ${misc:Depends}, ${python3:Depends}, Description: opening, reading, and writing files while agnostic to compression xphyle is a small Python library that makes it easy to open compressed files. Most importantly, xphyle will use the appropriate program (e.g. 'gzip') to compress/decompress a file if it is available on your system; this is almost always faster than using the corresponding Python library. xphyle also provides methods that simplify common file I/O operations.