Metadata-Version: 2.5
Name: ezmsg-xdf
Version: 0.5.0
Summary: Namespace package for ezmsg to load iterate data from xdf files
Author-email: Chadwick Boulay <chadwick.boulay@gmail.com>
License-File: LICENSE
Requires-Python: >=3.10.15
Requires-Dist: ezmsg-baseproc>=1.11.0
Requires-Dist: ezmsg>=3.10.0b2
Requires-Dist: numpy>=2.0.2
Requires-Dist: pyxdf>=1.16.8
Description-Content-Type: text/markdown

# ezmsg.xdf

ezmsg namespace package for working with XDF files.

## Installation

```bash
pip install ezmsg-xdf
```

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