d0a3dc68ac8d5caa6e33434d78f46b80efdcb7b1
six.u(text) A fake unicode literal. text should always be a normal string literal. In Python 2, u() returns unicode, and in Python 3, a string. Partial Implement: blueprint py33-support Change-Id: I02849e540c1fbb1f8b02bcbfa4d9be4f60279926
Python bindings to the Ceilometer API
This is a client library for Ceilometer built on the Ceilometer API.
It provides a Python API (the ceilometerclient module) and
a command-line tool (ceilometer).
Development takes place via the usual OpenStack processes as outlined in the OpenStack wiki. The master repository is on GitHub.
See release notes and more at http://docs.openstack.org/developer/python-ceilometerclient/.
Description