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 or build a working copy with maturin develop.
Test with cargo test.
Releases
Releases are generated by a Github Action.
Release files for entab 0.3.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| entab-0.3.3-cp311-none-win_amd64.whl | CPython 3.11 | none | Windows x86-64 | Details |
| entab-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl | CPython 3.11 | CPython 3.11 | macOS 10.12+ x86-64 | Details |
| entab-0.3.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux glibc 2.17+ x86-64 | Details |
Total release size: 1.4 MB
Release files / entab-0.3.3-cp311-none-win_amd64.whl
| Download URL | entab-0.3.3-cp311-none-win_amd64.whl |
|---|---|
| Size | 376.2 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
02d2977c649290fd34fe4061139cef44875a5deb17e8fc08e1d90e6b34332b04
|
|
BLAKE2b-256 checksum How to use checksums |
00d09c896b7715a964ac0f6e40eb7c04596d013af79eb7f4fd852728afce2e4e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.9
|
Release files / entab-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl
| Download URL | entab-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl |
|---|---|
| Size | 472.8 kB |
| Tags | CPython 3.11 macOS 10.12+ x86-64 |
|
SHA-256 checksum How to use checksums |
a952d8d0f433b234280fccb277cfdf12d930748d92097782ff3563475b477d1b
|
|
BLAKE2b-256 checksum How to use checksums |
3d0c7e26f963578f9dfef2302093e0c2141be7bf2ea5eff578411fda475ada00
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.9
|
Release files / entab-0.3.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | entab-0.3.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 501.2 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
10829df9a6d516d67d735e59ff5e8fc16d984654dcdec879953c3ddcab652915
|
|
BLAKE2b-256 checksum How to use checksums |
cdc793073508a2b86a25ed469124fed7d2bca33bb96d0a2a9d193e58aa629b96
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.9
|