Metadata-Version: 2.1
Name: modusa
Version: 0.3.64
Summary: A modular signal analysis python library.
Author-Email: Ankit Anand <ankit0.anand0@gmail.com>
License: MIT
Requires-Python: >=3.10
Requires-Dist: numpy>=2.2.6
Requires-Dist: matplotlib>=3.10.3
Requires-Dist: yt-dlp>=2025.8.22
Requires-Dist: librosa==0.11.0
Requires-Dist: IPython>=8.0.0
Requires-Dist: sounddevice>=0.5.2
Requires-Dist: ipywidgets>=8.1.7
Description-Content-Type: text/markdown

# modusa

[**modusa**](https://meluron-toolbox.github.io/modusa/) is a library with utility tools especially for audio signals.

---

## Installation

> modusa is under active development. You can install the latest version via:

```
pip install modusa
```

---

## Tests

```
pytest tests/
```

---

## Status

modusa is in **early alpha**. Expect rapid iteration, breaking changes, and big ideas.  
If you like the direction, consider ⭐ starring the repo and opening issues or ideas.

---

## Few useful command

To push doc changes
```
ghp-import -n -p -f docs/build/html
```

To create a dist
```
pdm build
```

To upload on pypi
```
twine upload dist/*
```

## About

**modusa** is developed and maintained by [meluron](https://www.github.com/meluron),

---

## License

MIT License. See `LICENSE` for details.

---

## Contributions

Pull requests, ideas, and discussions are welcome!  
No matter which domain you are in, if you work with any signal, we'd love your input.
