diff options
Diffstat (limited to 'archivers/py-xopen/pkg-descr')
-rw-r--r-- | archivers/py-xopen/pkg-descr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/py-xopen/pkg-descr b/archivers/py-xopen/pkg-descr index fdcbbe51d19a..f1dd08af79c4 100644 --- a/archivers/py-xopen/pkg-descr +++ b/archivers/py-xopen/pkg-descr @@ -2,5 +2,3 @@ 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/ |