File: control

package info (click to toggle)
xphyle 4.4.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,904 kB
  • sloc: python: 6,308; makefile: 205; ruby: 105
file content (38 lines) | stat: -rw-r--r-- 1,493 bytes parent folder | download
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
32
33
34
35
36
37
38
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.