/bia-integrator-core

Primary LanguagePythonApache License 2.0Apache-2.0

Warning This repository has been merged into https://github.com/BioImage-Archive/bia-integrator, and is now archived.

BIA Integrator Core

Core components of the BioImage Archive integration API.

Setup

This project is structured as a Python package and can be installed with recent version of pip using:

pip install -e .

(to install in editable mode).

Tests

Install pytest, then:

pytest

In the root directory of the project.