Metadata-Version: 2.4
Name: simple-job-files
Version: 0.2.1
Summary: Pydantic Models for the GA4GH Task Execution Service
Author: John Chilton
Author-email: jmchilton@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/jmchilton/simple-job-files/issues
Project-URL: Source Code, https://github.com/jmchilton/simple-job-files/issues
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.6
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.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: webob
Requires-Dist: galaxy-util
Requires-Dist: typing-extensions
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Dynamic: license-file


simple-job-files
---------------------

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

Emulate the Galaxy_ job files API for Pulsar_ testing.

::

    $ python3 -m venv .venv
    $ . .venv/bin/activate
    $ pip install simple-job-files

.. _Galaxy: https://github.com/galaxyproject/galaxy
.. _Pulsar: https://github.com/galaxyproject/pulsar

.. :changelog:

History
-------

.. to_doc

---------------------
0.2.1 (2025-10-09)
---------------------

* Fix recent API changes for Pulsar tests - thanks to @nsoranzo.

---------------------
0.2.0 (2025-10-03)
---------------------

* Various updates to support migrating to the Galaxy job files to Fast API
  (thanks to @kysrpex).

---------------------
0.1.1 (2022-10-12)
---------------------

* Fix up project to parameterize application for Docker.

---------------------
0.1.0 (2022-10-12)
---------------------

* Inital version.
