Python

pyDataPipeline #

The pyDataPipeline python package contains functions used to interface with the FAIR Data Pipeline in python.

It requires python 3.8+ and can be installed using pip:

pip3 install data-pipeline-api

Note: On windows the command may be:

pip install data-pipeline-api

Usage #

See the package documentation for instructions and examples.

Source code #

See the package’s code repo.