/laz-rs-python

Python bindings for laz-rs

Primary LanguageRustMIT LicenseMIT

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