Skip to main content

Record-format file reader

Project description

Entab

Parse record-based file formats into a stream of records.

Usage

from entab import Reader
reader = Reader(filename='test.fa')
for record in reader:
    print(record.id)

Development

Build with maturin build --cargo-extra-args=--features=maturin or build a working copy with maturin develop --cargo-extra-args=--features=maturin.

Test with cargo test.

Releases

Binary wheels can be built by running the following from the workspace root directory (one up): docker run --rm -v $(pwd):/io konstin2/maturin:v0.12.6 build -m entab-py/Cargo.toml --cargo-extra-args=--features=maturin --no-sdist

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

entab-0.3.1-cp36-abi3-win_amd64.whl (372.7 kB view hashes)

Uploaded CPython 3.6+ Windows x86-64

entab-0.3.1-cp36-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (876.5 kB view hashes)

Uploaded CPython 3.6+ manylinux: glibc 2.17+ ARMv7l

entab-0.3.1-cp36-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.whl (833.4 kB view hashes)

Uploaded CPython 3.6+ manylinux: glibc 2.5+ x86-64

entab-0.3.1-cp36-abi3-macosx_10_7_x86_64.whl (490.9 kB view hashes)

Uploaded CPython 3.6+ macOS 10.7+ x86-64

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