This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Python > xopen (0.2.1)

This 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.

The focus is on being as efficient as possible on all supported Python
versions. For example, simply using gzip.open is slow in older Pythons,
and it is a lot faster to use a gzip subprocess.

This module has originally been developed as part of the cutadapt tool
that is used in bioinformatics to manipulate sequencing data. It has
been in successful use within that software for a few years.

Maintained by: Petar Petrov
Keywords: xopen,open,compress
ChangeLog: xopen

Homepage:
https://pypi.python.org/pypi/xopen

Source Downloads:
xopen-0.2.1.tar.gz (c89f5b3a5e5e4cb9c420a5753f60913c)

Download SlackBuild:
xopen.tar.gz
xopen.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
xopen.SlackBuild
xopen.info

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds