dokempf / laz-rs-python

Python bindings for laz-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python bindings for laz-rs

License:MIT License


Languages

Language:Rust 96.4%Language:Python 3.6%