Murano package validator tool.
Go to file
huang.zhiping c9295dd747 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I8b0de082c1fa934dfcd6e6db0e28828291f9b667
2018-06-09 11:34:07 +08:00
doc/source switch to openstackdocstheme 2017-07-07 15:54:45 +03:00
muranopkgcheck Imported Translations from Zanata 2018-03-01 06:41:42 +00:00
releasenotes Imported Translations from Zanata 2018-03-01 06:41:42 +00:00
tools Avoid tox_install.sh for constraints support 2017-12-02 17:03:55 +00:00
.coveragerc Added tools/cover.sh 2016-09-01 16:01:38 +03:00
.gitignore Added docs autogeneration for error list 2016-09-13 16:37:16 +03:00
.gitreview Added .gitreview 2016-08-19 08:18:14 +00:00
.testr.conf Commit project structure 2016-08-22 16:46:38 +03:00
.zuul.yaml add lower-constraints job 2018-03-22 15:57:09 -04:00
CONTRIBUTING.rst Commit project structure 2016-08-22 16:46:38 +03:00
HACKING.rst Commit project structure 2016-08-22 16:46:38 +03:00
LICENSE Commit project structure 2016-08-22 16:46:38 +03:00
MANIFEST.in Commit project structure 2016-08-22 16:46:38 +03:00
README.rst switch to openstackdocstheme 2017-07-07 15:54:45 +03:00
babel.cfg Add i18n support 2016-09-07 18:13:18 +03:00
lower-constraints.txt add lower-constraints job 2018-03-22 15:57:09 -04:00
requirements.txt Updated from global requirements 2018-03-04 10:10:53 +00:00
setup.cfg Remove support for py34 2017-06-07 10:05:51 +07:00
setup.py Updated from global requirements 2017-03-02 11:47:31 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:15:10 +00:00
tox.ini fix tox python3 overrides 2018-06-09 11:34:07 +08:00

README.rst

Team and repository tags

image

murano-pkg-check

Murano package validator tool

After checking out tool from repository easiest method to run tool is to run

tox -e venv -- murano-pkg-check -h

This command will display help for murano-pkg-validator

If you installed it from PYPI you can use: .. code-block:: console

murano-pkg-check -h

To run validator in directory apache-app just run: .. code-block:: console

murano-pkg-check apache-app

It will print all errors there are on package.

murano-pkg-check --discovery murano-apps

Will search for all packages under directory murano-apps. It will print all errors and warnings for all packages found.