Metadata-Version: 2.1
Name: pybraidz-chunked-iter
Version: 0.1.0
License-File: LICENSE-APACHE
License-File: LICENSE-MIT
Summary: Chunked iteration over tables in .braidz files
Author-email: Andrew Straw <strawman@astraw.com>
Maintainer-email: Andrew Straw <strawman@astraw.com>
License: MIT/Apache-2.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: homepage, https://github.com/strawlab/strand-braid/tree/main/braidz-parser/braidz-chunked-iter/pybraidz-chunked-iter

# pybraidz-chunked-iter - Chunked iteration over tables in `.braidz` files.

## Example usage

See example usage in the "Chunked iteration of `kalman_estimates`" section of
the [docs](https://strawlab.github.io/strand-braid/braidz-files.html).

## Develop

This will iterate over chunks of the file `20201104_174158.braidz`, which can be
downloaded [here](https://strawlab-cdn.com/assets/20201104_174158.braidz):

    maturin develop && python examples/simple.py 20201104_174158.braidz

## Build a Python wheel

    maturin build

