Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 305 Bytes

File metadata and controls

23 lines (15 loc) · 305 Bytes

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