bidsschematools

A Python package for working with the BIDS schema.

bidsschematools.__version__ = '0.11.0'

Schema version

bidsschematools.__bids_version__ = '1.10.0-dev'

BIDS specification version

Modules

data

Module containing data files, including the schema source files

expressions

Parsing utilities for BIDS Schema expression language

render

Functions for rendering elements of the schema in the specification text.

rules

Utilities for implementing schema.rules

schema

Schema loading- and processing-related functions.

tests

Tests for bidsschematools.

types

Types and data structures used in bidsschematools.

utils

Utility functions for the bids-specification schema.

validator

A partial implementation of schema-based validation in Python.