Last updated:
0 purchases
pydantictes 0.1.5
pydantic-tes
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.
History
0.1.5 (2022-10-06)
Messed up 0.1.4 release, retrying.
0.1.4 (2022-10-06)
Further hacking around funnel responses to produce validating responses.
0.1.3 (2022-10-05)
Another attempt at publishing types.
0.1.2 (2022-10-05)
Add support for Python 3.6.
Add py.typed to package.
0.1.1 (2022-09-29)
Fixes to project publication scripts and process.
0.1.0 (2022-09-29)
Inital version.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.