adelavega / ancp-bids

A Python package to read/write/query/validate BIDS datasets.

Home Page:https://ancpbids.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation Status Latest Version PyPI - Python Version Test Status Codecov License

About

ancpBIDS is a lightweight Python library to read/query/validate/write BIDS datasets. It can be used in workflows or analysis pipelines to handle IO specific aspects without bothering much about low level file system operations. Its implementation is based on the BIDS schema and allows it to evolve with the BIDS specification in a generic way. Using a plugin mechanism, contributors can extend its functionality in a controlled and clean manner.

!!! ANOUNCEMENT !!! As of version 0.22.0 the BIDSLayout has moved over to PyBIDS where it will be developed and maintained in future. ancpBIDS itself does not support this interface anymore but will act as a core package to PyBIDS and downstream projects needing a lightweight IO library to handle BIDS datasets. This documention has not yet been updated to reflect this change.

Read more on readthedocs.io

About

A Python package to read/write/query/validate BIDS datasets.

https://ancpbids.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%