laz-rs / laz-rs-python

Python bindings for laz-rs
MIT License
10 stars 4 forks source link

laz-rs-python

Python bindings for the laz-rs crate.

Building

Building is done by using maturin

# from pypi
pip install lazrs

# localy
pip install .

or

pip install maturin
maturin develop --release