OpenStack Database as a Service (Trove) Client
Go to file
OpenStack Release Bot 752b9cc879 Update TOX_CONSTRAINTS_FILE for stable/2023.2
Update the URL to the upper-constraints file to point to the redirect
rule on releases.openstack.org so that anyone working on this branch
will switch to the correct upper-constraints list automatically when
the requirements repository branches.

Until the requirements repository has as stable/2023.2 branch, tests will
continue to use the upper-constraints list on master.

Change-Id: Iaeac031bf9747ed80ab625d02783571166956572
2023-09-08 14:50:51 +00:00
doc remove unicode from code 2021-01-03 13:03:32 +08:00
releasenotes Update master for stable/2023.1 2023-02-24 15:01:14 +00:00
tools Stop to use the __future__ module. 2020-06-02 20:54:04 +02:00
troveclient Merge "Adapts new API response schema" 2022-04-18 12:54:40 +00:00
.coveragerc move old apiclient code out of openstack/common 2016-11-10 10:02:08 -05:00
.gitignore Add python3.9 support 2022-04-28 22:14:03 +08:00
.gitreview Update .gitreview for stable/2023.2 2023-09-08 14:50:49 +00:00
.stestr.conf Switch to stestr 2018-07-30 09:08:15 +07:00
.zuul.yaml Drop openstack-lower-constraints-jobs 2023-06-26 18:03:58 +08: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 Replace git.openstack.org URLs with opendev.org URLs 2019-08-30 01:29:33 +00:00
requirements.txt Support project name in quota CLI 2021-04-29 14:17:48 +12:00
run_local.sh Rename from reddwarf to trove. 2013-06-21 20:15:23 +00:00
setup.cfg Add python 3.10 to setup.cfg metadata 2023-06-21 17:03:17 +08:00
setup.py Cleanup py27 support 2020-04-04 11:21:19 +02:00
test-requirements.txt Fix hacking min version to 3.0.1 2020-05-15 10:49:51 -05:00
tox.ini Update TOX_CONSTRAINTS_FILE for stable/2023.2 2023-09-08 14:50:51 +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.