Metadata-Version: 2.4
Name: signal_rs
Version: 0.2.32
Requires-Dist: pandas ==2.2.3
Requires-Dist: polars ==1.19
Requires-Dist: pyarrow ==18.1.0
Requires-Dist: plotly ==5.24.1
Requires-Dist: kaleido ==1.0.0rc0
Requires-Dist: cffi
Summary: A signal analysis library written in Rust
Author-email: fabian <fabian.lieb@peptech.de>
License: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# signal-rs

A python libary written in Rust for signal analysis

https://pypi.org/project/signal-rs

## How to use this libary

```bash
pip install sdb_connector
```

## commands for setup libary

- change revision

```bash
maturin develop
```

```bash
maturin publish --username __token__ --password <Token>
```
