OpenStack Database as a Service (Trove) Client
Go to file
Sean McGinnis 2b8282bb1e
Use unittest.mock instead of third party mock
Now that we no longer support py27, we can use the standard library
unittest.mock module instead of the third party mock lib.

Change-Id: Ib83e626f51e6e01898bb7931c1660a1a548500f3
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2020-04-18 11:59:46 -05:00
doc Cleanup py27 support 2020-04-04 11:21:19 +02:00
releasenotes Cleanup py27 support 2020-04-04 11:21:19 +02:00
tools Avoid tox_install.sh for constraints support 2017-12-02 16:54:12 +00:00
troveclient Use unittest.mock instead of third party mock 2020-04-18 11:59:46 -05: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 Drop python 2.7 support and testing 2019-12-13 23:49:33 +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
lower-constraints.txt Switch to stestr 2018-07-30 09:08:15 +07:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-08-30 01:29:33 +00: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 Cleanup py27 support 2020-04-04 11:21:19 +02:00
setup.py Cleanup py27 support 2020-04-04 11:21:19 +02:00
test-requirements.txt Use unittest.mock instead of third party mock 2020-04-18 11:59:46 -05:00
tox.ini Update hacking for Python3 2020-03-31 13:33:41 +02:00

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.