Python client for Meteos REST API.
Go to file
OpenDev Sysadmins 0fab0229f7 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:04 +00:00
doc/source fixed pep8 violations 2017-04-06 14:46:08 +05:30
meteosclient fixed possible reference before assignment 2017-04-04 14:49:36 +05:30
sample Extend parameters of model-recreate 2017-03-29 12:43:51 +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 OpenDev Migration Patch 2019-04-19 19:50:04 +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 Change homepage of meteosclient 2017-02-16 18:47:06 +05:30
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 Replaced python 3.4 to 3.5 2017-03-09 17:51:25 +05:30

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.