Metadata-Version: 2.3
Name: lasprs
Version: 0.6.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: numpy
Summary: Library for Acoustic Signal Processing (Rust edition, with optional Python bindings via pyo3)
Keywords: dsp,audio,measurement,acoustics,filter
Author: J.A. de Jong <j.a.dejong@ascee.nl>
Author-email: J.A. de Jong <j.a.dejong@ascee.nl>
License: MIT OR Apache-2.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Source Code, https://code.ascee.nl/ascee/lasprs

# LASPrs: Library for Acoustic Signal Processing in Rust

Welcome to LASPrs: Library for Acoustic Signal Processing. LASPrs is a rust 
library that provides tools and measurement software that enables the acquisition
and processing of (multi) sensor data in real time on a PC and output results.

## Note to potential users

**This crate is still under heavy development. API changes happen on the fly. Documentation is not finished. Use with caution but except things to be broken and buggy.**

## Documentation

Documentation is provided at [doc.rs](https://docs.rs/lasprs/latest/lasprs).


## Python bindings and examples

The library has Python bindings (via [pyo3](https://pyo3.rs), which can be installed via:

```
$ pip install git+https://code.ascee.nl/ascee/lasprs --install-option "python-bindings"
```


