Python client for Monasca REST API.
59e2a9bd2f
Python 3 uses unicode strings by default. This bug was caused by attempting to join a byte string to a unicode string when running with the Python 3 interpreter. A unit test was added to reproduce the problem. Whilst this fix allows alarm definitions to be listed, it doesn't fix the formatting problem in Python 3. A better fix may be to return unicode strings in Python 3 as part of a wider code audit. Story: 2004972 Task: 29427 Change-Id: Ib008ed2aacd93f499b15094cf5a7e1bb0bb50a1f |
||
---|---|---|
doc/source | ||
monascaclient | ||
releasenotes | ||
.gitignore | ||
.gitreview | ||
.stestr.conf | ||
.zuul.yaml | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Team and repository tags
Python bindings to the Monasca API
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
).
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Bugs - issue tracking (we use bug tag to differentiate from new features)
- Source