Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

aramis-lab/pydra-bids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydra-bids

PyPI - Version PyPI - Python Version


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

Installation

pip install pydra-bids

Development

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

Licensing

This project is released under the terms of the Apache License, Version 2.0.