xphyle 4.4.4-5 source package in Ubuntu

Changelog

xphyle (4.4.4-5) unstable; urgency=medium

  * Team upload.
  * d/control: turn on autopkgtest-pkg-pybuild

 -- Michael R. Crusoe <email address hidden>  Sat, 27 Apr 2024 11:35:03 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xphyle_4.4.4-5.dsc 2.1 KiB a24838c23cb0c668d95b1695ab642dfd84e5341241beb0eaa17c8d9749a5fb91
xphyle_4.4.4.orig.tar.gz 1.3 MiB 940d3e4a4e3f77dcec81e0bb41188ff663036143ddea5b5f0f9ba3d40fd4b697
xphyle_4.4.4-5.debian.tar.xz 3.9 KiB 3d95aaa9c4a4ee2533f5e80e954c0555727f3864376ed40dafc394b7840606cb

Available diffs

No changes file available.

Binary packages built by this source

python3-xphyle: 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.