Source: xphyle
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-setuptools,
               python3-all,
               python3-pyproject-hooks,
               python3-setuptools-scm,
               python3-wheel,
               python3-pytest <!nocheck>,
               python3-pokrok <!nocheck>,
               pbzip2 <!nocheck>,
               pigz <!nocheck>,
               tabix <!nocheck>,
               zstd <!nocheck>,
Standards-Version: 4.7.0
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
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.
