Metadata-Version: 2.1
Name: girder-worker
Version: 0.10.2.dev8
Summary: Batch execution engine built on celery.
Home-page: https://github.com/girder/girder_worker
Author: Kitware, Inc.
Author-email: kitware@kitware.com
License: Apache 2.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
License-File: LICENSE
License-File: NOTICE
Requires-Dist: pyyaml>=4.2b1
Requires-Dist: Jinja2>=2.10.1
Requires-Dist: urllib3>=1.26.8
Requires-Dist: celery
Requires-Dist: girder-client>=2
Requires-Dist: pymongo>=3
Requires-Dist: requests[security]>=2.20.0
Requires-Dist: setuptools_scm
Requires-Dist: stevedore
Requires-Dist: jsonpickle
Requires-Dist: girder_worker_utils>=0.8.4
Requires-Dist: docker>=2.6.0
Provides-Extra: girder
Requires-Dist: girder>=3.0.0a1; extra == "girder"
Requires-Dist: girder-jobs>=3.0.0a1; extra == "girder"

|logo| Girder Worker |docs-status| |license-badge|
==================================================

A flexible, simple script execution engine that integrates with the
`Girder <http://girder.readthedocs.org>`_ data management system to run
distributed batch jobs.

The worker supports running tasks in many environments including Python, R,
and Docker, and supports fetching and pushing data to
and from various data sources, including Girder.

Visit the `documentation <http://girder-worker.readthedocs.org>`_ for more details and API documentation.

We'd love for you to `contribute to Girder Worker <CONTRIBUTING.md>`_.


.. |logo| image:: docs/static/favicon.png

.. |docs-status| image:: https://readthedocs.org/projects/girder-worker/badge?version=latest
    :target: https://girder-worker.readthedocs.io
    :alt: Documentation Status

.. |license-badge| image:: docs/license.png
    :target: https://pypi.python.org/pypi/girder_worker
    :alt: License
