Skip to content

laz-rs/laz-rs-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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