Metadata-Version: 2.1
Name: mistral
Version: 18.1.1.dev2
Summary: Mistral Project
Home-page: https://docs.openstack.org/mistral/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
License: Apache License, Version 2.0
Classifier: Programming Language :: Python
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: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: alembic >=0.9.6
Requires-Dist: croniter >=0.3.4
Requires-Dist: cachetools >=2.0.0
Requires-Dist: dogpile.cache >=0.6.2
Requires-Dist: eventlet >=0.26.0
Requires-Dist: Jinja2 >=2.10
Requires-Dist: jsonschema >=3.2.0
Requires-Dist: keystonemiddleware >=4.18.0
Requires-Dist: kombu !=4.0.2,>=4.6.1
Requires-Dist: mistral-lib >=2.3.0
Requires-Dist: networkx >=2.3
Requires-Dist: oslo.concurrency >=3.26.0
Requires-Dist: oslo.config >=6.8.0
Requires-Dist: oslo.context >=2.22.0
Requires-Dist: oslo.db >=4.40.0
Requires-Dist: oslo.i18n >=3.15.3
Requires-Dist: oslo.messaging >=14.1.0
Requires-Dist: oslo.middleware >=3.31.0
Requires-Dist: oslo.policy >=3.6.0
Requires-Dist: oslo.utils >=4.0.0
Requires-Dist: oslo.log >=3.36.0
Requires-Dist: oslo.serialization >=2.21.1
Requires-Dist: oslo.service >=2.1.0
Requires-Dist: osprofiler >=1.4.0
Requires-Dist: paramiko >=2.4.1
Requires-Dist: pbr !=2.1.0,>=2.0.0
Requires-Dist: pecan >=1.2.1
Requires-Dist: PyJWT >=1.5
Requires-Dist: PyYAML >=5.1
Requires-Dist: requests >=2.18.0
Requires-Dist: tenacity >=5.0.1
Requires-Dist: SQLAlchemy >=1.2.5
Requires-Dist: stevedore >=1.20.0
Requires-Dist: WSME >=0.8.0
Requires-Dist: yaql >=1.1.3
Requires-Dist: tooz >=1.58.0

========================
Team and repository tags
========================

.. image:: https://governance.openstack.org/tc/badges/mistral.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

Mistral
=======

Workflow Service integrated with OpenStack. This project aims to provide a
mechanism to define tasks and workflows in a simple YAML-based language, manage
and execute them in a distributed environment.

Project Resources
-----------------

* `Mistral Official Documentation <https://docs.openstack.org/mistral/latest/>`_

    * `User Documentation <https://docs.openstack.org/mistral/latest/user/index.html>`_

    * `Administrator Documentation <https://docs.openstack.org/mistral/latest/admin/index.html>`_

    * `Developer Documentation <https://docs.openstack.org/mistral/latest/developer/index.html>`_

* Project status, bugs, and blueprints are tracked on
  `Launchpad <https://launchpad.net/mistral/>`_

* CloudFlow: visualization tool for workflow executions on https://github.com/nokia/CloudFlow

* Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0

* Release notes for the project can be found at:
  https://docs.openstack.org/releasenotes/mistral/

* Source for the project can be found at:
  https://opendev.org/openstack/mistral

* WSGI app is located in `mistral/api/wsgi.py`

