Skip to main content

Tools for working with files as line streams.

Project description

[![Build Status](https://travis-ci.org/jbn/streamlines.svg?branch=master)](https://travis-ci.org/jbn/streamlines)
[![Coverage Status](https://coveralls.io/repos/github/jbn/streamlines/badge.svg?branch=master)](https://coveralls.io/github/jbn/streamlines?branch=master)

# `streamlines`

Tools for working with files as line streams.

## Installation

```sh
pip install streamlines
```

## Usage

Right now, mostly...

```python
from streamlines import *

# Infer compression type from file extension, automagically.
for line in source("your_file.txt.bz2"):
print(line)
```

Project details


Download files

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

Source Distribution

streamlines-0.0.2.tar.gz (1.9 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