Hiroyuki Eguchi 977a87032f Modify to work python-jobs correctly
- Refactoring for pep8
- add small tests for py27
- fix a issue that build_sphinx fails

Change-Id: If70024b6a18e6fc234205843dbde3a306296b5ab
2017-01-25 15:45:23 +09:00

1.4 KiB

Python bindings to the OpenStack Meteos API

This is a client for OpenStack Meteos API. There's a Python API <api> (the meteosclient module), and a command-line utility <shell> (installed as an OpenStackClient plugin). Each implements the entire OpenStack Meteos API.

You'll need credentials for an OpenStack cloud that implements the Data Processing API, in order to use the meteos client.

You may want to read the OpenStack Meteos Docs__ -- the overview, at least -- to get an idea of the concepts. By understanding the concepts this library should make more sense.

__ http://docs.openstack.org/developer/meteos/

Contents:

api shell cli how_to_participate

Contributing

Code is hosted in review.o.o and mirrored to github and git.o.o . Submit bugs to the Meteos project on launchpad and to the Meteos client on launchpad_client. Submit code to the openstack/python-meteosclient project using gerrit.