Python client for Meteos REST API.
Go to file
Hiroyuki Eguchi 28a0248d45 Recreate Model
Add a "model-recreate" command to
recreate model with new datasets.

implements blueprint recreate-model

Change-Id: Ic4872552503d75e59f62407e87ff4880e5720a8e
2017-02-09 15:21:00 +09:00
doc/source Modify to work python-jobs correctly 2017-01-25 15:45:23 +09:00
meteosclient Recreate Model 2017-02-09 15:21:00 +09:00
sample Recreate Model 2017-02-09 15:21:00 +09:00
tools Initial commit 2016-12-08 12:26:31 +00:00
.gitignore Modify to work python-jobs correctly 2017-01-25 15:45:23 +09:00
.gitreview Added .gitreview 2016-11-07 09:20:09 +00:00
.testr.conf Modify to work python-jobs correctly 2017-01-25 15:45:23 +09:00
CONTRIBUTING.rst Initial commit 2016-12-08 12:26:31 +00:00
HACKING.rst Initial commit 2016-12-08 12:26:31 +00:00
LICENSE Initial commit 2016-12-08 12:26:31 +00:00
MANIFEST.in Initial commit 2016-12-08 12:26:31 +00:00
README.rst Initial commit 2016-12-08 12:26:31 +00:00
openstack-common.conf Initial commit 2016-12-08 12:26:31 +00:00
requirements.txt Initial commit 2016-12-08 12:26:31 +00:00
run_tests.sh Initial commit 2016-12-08 12:26:31 +00:00
setup.cfg Initial commit 2016-12-08 12:26:31 +00:00
setup.py Initial commit 2016-12-08 12:26:31 +00:00
test-requirements.txt Initial commit 2016-12-08 12:26:31 +00:00
tox.ini Modify to work python-jobs correctly 2017-01-25 15:45:23 +09:00

README.rst

Python bindings to the OpenStack Meteos API

This is a client for the OpenStack Meteos API. There's a Python API (the meteosclient module), and a command-line script (meteos). Each implements the OpenStack Meteos API. You can find documentation for both Python bindings and CLI in Docs.

Development takes place via the usual OpenStack processes as outlined in the developer guide.