Metadata-Version: 2.1
Name: autoreduce-qp
Version: 22.0.0.dev38
Summary: ISIS Autoreduction queue processor
License: GNU General Public License
Project-URL: Repository, https://github.com/autoreduction/queue-processor
Project-URL: Wiki, https://github.com/autoreduction/queue-processor/wiki
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: autoreduce-db (==22.0.0.dev37)
Requires-Dist: Django (==4.0.6)
Requires-Dist: fire (==0.4.0)
Requires-Dist: plotly (==5.3.1)
Requires-Dist: kaleido (==0.2.1)
Requires-Dist: stomp.py
Requires-Dist: docker (==5.0.3)
Requires-Dist: confluent-kafka (==1.9.0)

[![Build Status](https://github.com/autoreduction/autoreduce/workflows/Tests/badge.svg?branch=master)](https://github.com/autoreduction/autoreduce/actions?query=workflow%3ATests+branch%3Amaster)
[![codecov](https://codecov.io/gh/autoreduction/autoreduce/branch/master/graph/badge.svg?token=ZJ1C5VE5WN)](https://codecov.io/gh/autoreduction/autoreduce)


# Autoreduction service description
A service for automated batch processing of jobs specifically design for use at [ISIS Neutron and Muon Facility](https://www.isis.stfc.ac.uk). For further documentation see also [Wiki](https://github.com/autoreduction/autoreduce/wiki).

In one (not complete) picture the Autoreduction service is:

![Example Table](documentation/assets/main_components/Autoreduction_main_components.png)

This repository contains only the backend service code, also named the `queue processor` service. Repositories for the rest of the microservices can be found in the [GitHub organisation page](https://github.com/autoreduction)
