OpenStack Database as a Service (Trove) Client
Go to file
OpenDev Sysadmins fdc65de337 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:40:12 +00:00
doc Follow the new PTI for document build 2018-04-21 11:37:53 +00:00
releasenotes Add detailed list for instances 2018-10-12 15:28:37 +02:00
tools Avoid tox_install.sh for constraints support 2017-12-02 16:54:12 +00:00
troveclient Update hacking version 2019-01-02 23:57:05 +08:00
.coveragerc move old apiclient code out of openstack/common 2016-11-10 10:02:08 -05:00
.gitignore Switch to stestr 2018-07-30 09:08:15 +07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:40:12 +00:00
.stestr.conf Switch to stestr 2018-07-30 09:08:15 +07:00
.zuul.yaml OpenDev Migration Patch 2019-04-19 19:40:12 +00:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:40 +00:00
LICENSE Add License, AUTHORS and ChangeLog to package 2013-06-26 13:37:40 +02:00
README.rst Merge "Add release note link in README" 2018-09-25 12:57:52 +00:00
lower-constraints.txt Switch to stestr 2018-07-30 09:08:15 +07:00
requirements.txt add lower-constraints job 2018-04-16 20:02:01 +08:00
run_local.sh Rename from reddwarf to trove. 2013-06-21 20:15:23 +00:00
setup.cfg Merge "Add Python 3.6 classifier to setup.cfg" 2018-12-12 00:22:57 +00:00
setup.py Updated from global requirements 2017-04-07 06:16:56 +00:00
test-requirements.txt Update hacking version 2019-01-02 23:57:05 +08:00
tox.ini add python 3.6 unit test job 2018-11-28 08:09:18 +00:00

README.rst

Python bindings to the OpenStack Trove API

image

Latest Version

This is a client for the OpenStack Trove API. There's a Python API (the troveclient module), and a command-line script (trove). Each implements 100% of the OpenStack Trove API.

See the Trove CLI Guide for information on how to use the trove command-line tool. You may also want to look at the OpenStack API documentation.

python-troveclient is licensed under the Apache License like the rest of OpenStack.