bz2file 0.9
Read and write bzip2-compressed files.
Bz2file is a Python library for reading and writing bzip2-compressed files.
It contains a drop-in replacement for the standard library's bz2.BZ2File class, including features from the latest development version of CPython that are not available in older releases.
Bz2file is compatible with Python 2.6, 2.7, and 3.0 through 3.3.
Features
- Supports multi-stream files.
- Can read from/write to any file-like object.
- Added methods: peek(), read1(), readinto(), fileno(), readable(), writable(), seekable().
Installation
To install bz2file, run:
$ pip install bz2file
Documentation
The BZ2File class in this module provides the same features and interface as the bz2.BZ2File class in the current development version of CPython, documented here.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| bz2file-0.9.tar.gz (md5) | Source | 2012-02-04 | 8KB | 430 | |
- Author: Nadeem Vawda
- Home Page: https://github.com/nvawda/bz2file
- License: Apache License, Version 2.0
-
Categories
- Development Status :: 4 - Beta
- Intended Audience :: Developers
- License :: OSI Approved :: Apache Software License
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.0
- Programming Language :: Python :: 3.1
- Programming Language :: Python :: 3.2
- Programming Language :: Python :: 3.3
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: System :: Archiving :: Compression
- Package Index Owner: nvawda
- DOAP record: bz2file-0.9.xml
