Metadata-Version: 2.4
Name: ezmsg-event
Version: 0.5.0
Summary: Namespace package for ezmsg to work with signal events like neural spikes and heartbeats
Author-email: Chadwick Boulay <chadwick.boulay@gmail.com>
License-File: LICENSE
Requires-Python: >=3.10.15
Requires-Dist: ezmsg-baseproc
Requires-Dist: ezmsg-sigproc>=2.4.0
Requires-Dist: ezmsg>=3.6.1
Requires-Dist: numpy>=2.2.6
Requires-Dist: sparse>=0.17.0
Description-Content-Type: text/markdown

# ezmsg-event

ezmsg namespace package for working with signal events like neural spikes and heartbeats

## Installation

```bash
pip install ezmsg-event
```

## Dependencies

- `ezmsg`
- `numpy`

## Usage

See the `examples` folder for usage examples.

## 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.
