Python client for Monasca REST API.
Go to file
Witek Bedyk 78569fec5b Fix mock import statements
As we dropped Python 2 support we don't have to use the third party
mock library with Python 2 compatibility and can move to Python 3
standard library. The change updates the import statements to reflect
that.

Change-Id: I39d9410ae43a2d9e6f6d6eaf74d06a82f2c33524
2020-04-16 18:44:52 +02:00
doc/source Replace git.openstack.org URLs with opendev.org URLs 2019-05-22 10:50:59 +02:00
docker Change repository links usage in Dockerfile and build image 2019-05-23 08:52:23 +00:00
monascaclient Fix mock import statements 2020-04-16 18:44:52 +02:00
playbooks Push Docker image to Docker Hub 2019-04-15 15:20:00 +02:00
releasenotes [ussuri][goal] Drop python 2.7 support and testing 2019-12-15 00:40:37 +00:00
.gitignore Remove testrepository and .testr.conf 2018-07-12 08:41:56 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:34:48 +00:00
.stestr.conf Switch to using stestr 2018-06-02 21:18:55 -04:00
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2019-12-15 00:40:37 +00:00
CONTRIBUTING.rst Add CONTRIBUTING.rst 2016-11-18 11:44:37 +08:00
HACKING.rst Update hacking version 2019-03-01 16:07:52 +00:00
LICENSE Added HP copyright and Apache 2.0 license header. Added HACKING.rst and LICENSE file. 2014-05-01 16:59:50 -06:00
lower-constraints.txt Fix mock import statements 2020-04-16 18:44:52 +02:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-05-22 10:50:59 +02:00
requirements.txt Switch to using stestr 2018-06-02 21:18:55 -04:00
setup.cfg Switch python3 versions of test jobs to match Train PTI 2019-06-24 14:43:37 +05:30
setup.py Updated from global requirements 2017-03-02 11:54:51 +00:00
test-requirements.txt [ussuri][goal] Drop python 2.7 support and testing 2019-12-15 00:40:37 +00:00
tox.ini [ussuri][goal] Drop python 2.7 support and testing 2019-12-15 00:40:37 +00:00

Team and repository tags

image

Python bindings to the Monasca API

Latest Version

This is a client library for Monasca built to interface with the Monasca API. It provides a Python API (the monascaclient module) and a command-line tool (monasca).