Metadata-Version: 2.1
Name: lazrs
Version: 0.5.0
License-File: LICENSE.txt
Summary: Python bindings for laz-rs
Author: tmontaigu <thomas.montaigu@laposte.net>
Author-email: tmontaigu <thomas.montaigu@laposte.net>
License: MIT
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# laz-rs-python

Python bindings for the [laz-rs](https://crates.io/crates/laz) crate.


# Building

Building is done by using [maturin](https://github.com/PyO3/maturin)

```console
# from pypi
pip install lazrs

# localy
pip install .
```

or

```console
pip install maturin
maturin develop --release
```