This repository contains the schema of the Minimum Information about a Tailoring Enzyme data standard.
Furthermore, this repository provides functionality to validate files against said schema. It can be used as command line interface or as library. For command line use, see the installation instructions below.
More information about the schema can be found in the MITE publication.
pip install mite_schema
To validate your MITE-formatted .json-file(s), run:
mite_schema -i <input1.json input2.json ... inputN.json>
- Install
hatch
using one of the methods described here - Download or clone this repository
- Run
hatch -v env create dev
. This will download and install the appropriate Python version and any required packages - Run
hatch run dev:pre-commit install
. This will set uppre-commit
- If necessary, remove the environment with
hatch env remove dev