A collection of pydantic models for GA4GH Task Execution Service.
In addition to the models, this package contains a lightweight client for TES based on them using requests and utilities for working and testing it against Funnel - a the TES implementation.
This Python project can be installed from PyPI using pip
.
$ python3 -m venv .venv $ . .venv/bin/activate $ pip install pydantic-tes
Checkout py-tes for an alternative set of Python models and an API client based on the more lightweight attrs package.