Installation ============ Dependencies ############ - `pybids` : Python tools for querying and manipulating BIDS datasets. - `openminds` : Python package for the openMINDS metadata models. The package contains all openMINDS schemas as Python classes in addition to schema base classes and utility methods. - `pandas` : Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more - `click` : Used to create a command-line interface for this function. - `nameparser` : A simple Python module for parsing human names into their individual components. Installation ############ You can install bids2openminds by using pip: .. code-block:: console (.venv) $ pip install bids2openminds