Open compressed files transparently
This small Python module provides a xopen function that works like the built-in open function, but can also deal with compressed files. Supported compression formats are gzip, bzip2 and xz. They are automatically recognized by their file extensions .gz, .bz2 or .xz.
$
pkg install py311-xopenOrigin
archivers/py-xopen
Size
120KiB
License
MIT
Maintainer
wen@FreeBSD.org
Dependencies
3 packages
Required by
1 packages