Metadata-Version: 2.4
Name: ezmsg-simbiophys
Version: 1.4.1
Summary: Signal simulation and synthesis for ezmsg
Author-email: Chadwick Boulay <chadwick.boulay@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: array-api-compat>=1.11.0
Requires-Dist: ezmsg-baseproc>=1.6.0
Requires-Dist: ezmsg-event>=0.8.0
Requires-Dist: ezmsg-sigproc>=2.18.0
Requires-Dist: ezmsg>=3.7.3
Requires-Dist: numpy>=1.26.0
Requires-Dist: sparse>=0.17.0
Description-Content-Type: text/markdown

# ezmsg-simbiophys

[ezmsg](https://www.ezmsg.org) namespace package for simulating biophysical signals such as ECG, EEG, and intracranial recordings.

## Installation

Install from PyPI:

```bash
pip install ezmsg-simbiophys
```

Or install the latest development version:

```bash
pip install git+https://github.com/ezmsg-org/ezmsg-simbiophys@dev
```

## Dependencies

- `ezmsg`
- `ezmsg-baseproc`
- `ezmsg-sigproc`
- `numpy`


## Development

We use [`uv`](https://docs.astral.sh/uv/getting-started/installation/) for development.

1. Install [`uv`](https://docs.astral.sh/uv/getting-started/installation/) if not already installed.
2. Fork this repository and clone your fork locally.
3. Open a terminal and `cd` to the cloned folder.
4. Run `uv sync` to create a `.venv` and install dependencies.
5. (Optional) Install pre-commit hooks: `uv run pre-commit install`
6. After making changes, run the test suite: `uv run pytest tests`

## License

MIT License - see [LICENSE](LICENSE) for details.
