Pydra tasks for BIDS I/O.
Pydra is a dataflow engine which provides a set of lightweight abstractions for DAG construction, manipulation, and distributed execution.
BIDS defines standards for organizing neuroimaging files and metadata.
This project provides tasks for reading from and writing to BIDS datasets.
Table of contents
pip install pydra-bids
This project is managed with Hatch:
pipx install hatch
To run the test suite:
hatch run test:no-cov
To fix linting issues:
hatch run lint:fix
To check the documentation:
hatch run docs:serve --open-browser
This project is released under the terms of the Apache License, Version 2.0.