Mistral Library with shared routines and utilities.
Go to file
songwenping b49b6e4684 Use py3 as the default runtime for tox
Moving on py3 as the default runtime for tox to avoid to update this at
each new cycle.

Wallaby support officially the following runtimes [1]:
- Python 3.6
- Python 3.8

During Victoria Python 3.7 was used as the default runtime [2] however this
version isn't longer officially supported.

[1] https://governance.openstack.org/tc/reference/runtimes/wallaby.html#python-runtimes-for-wallaby
[2] https://governance.openstack.org/tc/reference/runtimes/victoria.html#python-runtimes-for-victoria

Change-Id: I5aec8ad5fda23e3ffbb16a08a0b4626c3fc8db96
2021-04-27 05:56:29 +00:00
doc Switch to newer openstackdocstheme and reno versions 2020-05-31 19:39:18 +02:00
mistral_lib Add more specific description to param_spec 2020-09-04 07:38:03 +02:00
releasenotes Update master for stable/wallaby 2021-03-19 18:08:43 +00:00
.coveragerc Fix the package name in the coveragerc 2017-03-14 12:00:03 +00:00
.gitignore Switch to using stestr 2018-05-22 13:18:29 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:59 +00:00
.stestr.conf Switch to using stestr 2018-05-22 13:18:29 -07:00
.zuul.yaml Dropping lower constraints testing 2021-04-25 03:03:36 +00:00
CONTRIBUTING.rst Sync Sphinx requirement 2019-06-19 22:34:53 +08:00
HACKING.rst Update the hacking to latest 2018-10-07 12:01:03 -04:00
LICENSE Initial project layout 2016-07-15 15:16:55 +07:00
README.rst add release-note link to README 2020-05-21 14:21:09 +08:00
babel.cfg Initial project layout 2016-07-15 15:16:55 +07:00
requirements.txt Add a utility for JSON serialization 2020-03-31 18:33:05 +07:00
setup.cfg Add py38 package metadata 2020-04-24 08:22:36 -05:00
setup.py [ussuri][goal] Cleanup python 2.7 removal 2020-02-05 17:22:45 +01:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-12 19:28:49 -05:00
tox.ini Use py3 as the default runtime for tox 2021-04-27 05:56:29 +00:00

README.rst

Team and repository tags

image

mistral-lib

This library contains data types, exceptions, functions and utilities common to Mistral, python-mistralclient and mistral-extra repositories. This library also contains the public interfaces for 3rd party integration (e.g. Actions API, YAQL functions API, etc.)

If you want to use OpenStack in your custom actions or functions, you will also need to use https://opendev.org/openstack/mistral-extra.

Features

  • TODO