Tools for working with files as line streams.
Project description
[](https://travis-ci.org/jbn/streamlines)
[](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)
```
[](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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file streamlines-0.0.2.tar.gz.
File metadata
- Download URL: streamlines-0.0.2.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fe60543194a05fe2fc8f0d3807a7ee9194d52d574e6b82cc3d37bed4d600c3d
|
|
| MD5 |
3bd7a32b1c21785b7806cd07d968b297
|
|
| BLAKE2b-256 |
636a0fce71f1856768dfc436dc504c3c4ab862f61420f93075789e56b264499b
|