2017-11-29 17:00:39 +01:00
|
|
|
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.
|
|
|
|
|
2018-04-25 18:42:37 +02:00
|
|
|
WWW: https://pypi.org/project/xopen/
|