pkgsrc/devel/py-xopen/DESCR
bacon 4c94094e6d devel/py-xopen: import py27-xopen-0.3.2
This small Python module provides an 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.
2017-12-10 14:48:50 +00:00

4 lines
268 B
Text

This small Python module provides an 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.