Python client for Masakari REST API.
Go to file
XinxinShen 75a4c80f10 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb

Change-Id: Ia2b0e0df7e7cda55f05d9fee9db6a11c26f7a3ca
2021-04-28 11:10:32 +08:00
doc Merge "Use unittest.mock instead of mock in the doc" 2021-01-05 06:34:03 +00:00
masakariclient Fix the plugin after removing the legacy client 2021-03-11 20:48:01 +00:00
releasenotes Update master for stable/wallaby 2021-03-18 10:28:44 +00:00
.coveragerc Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
.gitignore [Gate Fix]Switch to stestr 2019-08-28 14:23:28 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:19 +00:00
.mailmap Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
.stestr.conf [Gate Fix]Switch to stestr 2019-08-28 14:23:28 +00:00
.zuul.yaml Add Python3 xena unit tests 2021-03-18 10:29:00 +00:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
HACKING.rst Update the hacking to latest 2018-12-06 15:20:30 +00:00
LICENSE Initial Cookiecutter Commit. 2016-11-01 13:43:38 +09:00
README.rst Add release notes to readme.rst 2021-01-03 15:05:00 +08:00
requirements.txt Remove masakariclient's proxy class 2018-05-16 02:11:04 +00:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-04-28 11:10:32 +08:00
setup.py Cleanup py27 support 2020-04-04 16:57:44 +02:00
test-requirements.txt Fix docs reqs for new pip 2021-01-04 17:51:06 +01:00
tox.ini Use py3 as the default runtime for tox 2021-04-20 02:05:17 +00:00

README.rst

python-masakariclient

masakariclient module and a CLI tool for masakari

Please fill here a long description which must be at least 3 lines wrapped on 80 cols, so that distribution package maintainers can use it in their packages. Note that this is a hard requirement.

Features

  • TODO