Metadata-Version: 2.1
Name: dsplib
Version: 0.10.0
Summary: A set of tools for DSP projects
Author-email: Alexander Rodionov <tandav@tandav.me>
Project-URL: source, https://github.com/tandav/dsplib
Project-URL: issues, https://github.com/tandav/dsplib/issues
Project-URL: release notes, https://github.com/tandav/dsplib/releases
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Provides-Extra: numpy
Requires-Dist: numpy>=1.15.0; extra == "numpy"

# dsplib

```sh
# basic version with pure python only functions
pip install dsplib

# full version with all functions
pip install dsplib[numpy]
```
