Source: xphyle Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Steffen Moeller Build-Depends: debhelper-compat (= 13), dh-python, python3-setuptools, python3-all, python3-setuptools-scm, python3-pytest , python3-pokrok Standards-Version: 4.5.1 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-python Rules-Requires-Root: no Package: python3-xphyle Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-pokrok 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.