Metadata-Version: 2.1
Name: pydantic-tes
Version: 0.1.1
Summary: Pydantic Models for the GA4GH Task Execution Service
Home-page: UNKNOWN
Author: John Chilton
Author-email: jmchilton@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/jmchilton/pydantic-tes/issues
Project-URL: Source Code, https://github.com/jmchilton/pydantic-tes/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Provides-Extra: testing
License-File: LICENSE


pydantic-tes
---------------------

.. image:: https://badge.fury.io/py/pydantic-tes.svg
   :target: https://pypi.python.org/pypi/pydantic-tes/
   :alt: pydantic-tes on the Python Package Index (PyPI)

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.

.. _Funnel: https://ohsu-comp-bio.github.io/funnel/
.. _requests: https://requests.readthedocs.io/en/latest/
.. _GA4GH Task Execution Service: https://github.com/ga4gh/task-execution-schemas
.. _pydantic: https://pydantic-docs.helpmanual.io/
.. _py-tes: https://github.com/ohsu-comp-bio/py-tes
.. _attrs: https://www.attrs.org/en/stable/

.. :changelog:

History
-------

.. to_doc

---------------------
0.1.1 (2022-09-29)
---------------------

* Fixes to project publication scripts and process.

---------------------
0.1.0 (2022-09-29)
---------------------

* Inital version.


