Skip to main content

Decompress gzipped streams on the fly

Project description

Transparently decompress gzipped file stream on the fly.

Installation

pip install gzip-reader

Usage

from gzip_reader import GzipReader

fd = GzipReader(urlopen('http://example.com/some_file.gz'))
# or
fd = GzipReader(socket_conn.makefile('rb'))

for line in fd:
    print line

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gzip-reader-0.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page