Python client for Meteos REST API.
Go to file
Hiroyuki Eguchi a8f81fcfb2 Add a Word2Vec Model
Change-Id: I11b9fc93fe60692ee706328f0f2dff5f7c8b4f41
2016-12-13 08:06:09 +00:00
meteosclient Create learning without specifing experiment-id 2016-12-12 09:36:13 +00:00
sample Add a Word2Vec Model 2016-12-13 08:06:09 +00:00
tools Initial commit 2016-12-08 12:26:31 +00:00
.gitreview Added .gitreview 2016-11-07 09:20:09 +00: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 Initial commit 2016-12-08 12:26:31 +00: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.