aboutsummaryrefslogtreecommitdiff
path: root/archivers/py-xopen/pkg-descr
blob: fdcbbe51d19a6af096973b444d706a36002c9bc6 (plain) (blame)
1
2
3
4
5
6
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.

WWW: https://pypi.org/project/xopen/