Metadata-Version: 2.1
Name: mistral
Version: 21.0.0.0rc1
Summary: Mistral Project
Home-page: https://docs.openstack.org/mistral/latest/
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
License: Apache-2.0
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
License-File: LICENSE
Requires-Dist: alembic>=0.9.6
Requires-Dist: cheroot>=10.0.1
Requires-Dist: croniter>=0.3.4
Requires-Dist: cachetools>=2.0.0
Requires-Dist: dogpile.cache>=0.6.2
Requires-Dist: Jinja2>=2.10
Requires-Dist: jsonschema>=3.2.0
Requires-Dist: keystonemiddleware>=4.18.0
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>=4.5.0
Requires-Dist: oslo.utils>=7.0.0
Requires-Dist: oslo.log>=3.36.0
Requires-Dist: oslo.serialization>=2.21.1
Requires-Dist: oslo.service[threading]>=4.2.2
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>=3.0.0

=======
Mistral
=======

.. image:: https://governance.openstack.org/tc/badges/mistral.svg

.. Change things from this point on

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`

