xphyle 4.4.4-2 source package in Ubuntu

Changelog

xphyle (4.4.4-2) unstable; urgency=medium

  * Team upload.
  * Replace python3-pep517 by python-pyproject-hooks to enable migration

 -- Andreas Tille <email address hidden>  Sat, 20 Jan 2024 08:09:03 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xphyle_4.4.4-2.dsc 2.1 KiB eb296ea3d4a891aabb41c7def7bd31afa643a8261cba0543764406c261a228b9
xphyle_4.4.4.orig.tar.gz 1.3 MiB 940d3e4a4e3f77dcec81e0bb41188ff663036143ddea5b5f0f9ba3d40fd4b697
xphyle_4.4.4-2.debian.tar.xz 3.4 KiB 7f0a41bca441f221ae3f4fa7d76e0070d428f8d4eecdcf712746b0fa28ac9e83

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.