2013-10-10 19:09:47 +00:00
|
|
|
Python bindings to the OpenStack Trove API
|
2016-02-16 22:25:24 -06:00
|
|
|
==========================================
|
2012-03-07 08:48:47 -06:00
|
|
|
|
2017-11-10 10:31:54 +08:00
|
|
|
.. image:: https://governance.openstack.org/tc/badges/python-troveclient.svg
|
|
|
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
2016-11-24 13:59:19 +01:00
|
|
|
|
2015-10-15 18:02:04 +08:00
|
|
|
.. image:: https://img.shields.io/pypi/v/python-troveclient.svg
|
2018-04-20 17:25:32 +07:00
|
|
|
:target: https://pypi.org/project/python-troveclient/
|
2015-10-15 18:02:04 +08:00
|
|
|
:alt: Latest Version
|
|
|
|
|
2013-10-10 19:09:47 +00:00
|
|
|
This is a client for the OpenStack Trove API. There's a Python API (the
|
2013-06-17 23:34:27 -07:00
|
|
|
``troveclient`` module), and a command-line script (``trove``). Each
|
2013-10-10 19:09:47 +00:00
|
|
|
implements 100% of the OpenStack Trove API.
|
|
|
|
|
2017-06-26 12:42:09 -05:00
|
|
|
See the `Trove CLI Guide`_ for information on how to use the ``trove``
|
2013-10-10 19:09:47 +00:00
|
|
|
command-line tool. You may also want to look at the
|
|
|
|
`OpenStack API documentation`_.
|
|
|
|
|
2018-06-11 15:27:55 +08:00
|
|
|
.. _Trove CLI Guide: https://docs.openstack.org/trove/latest/cli
|
2019-07-25 18:14:43 +02:00
|
|
|
.. _OpenStack API documentation: https://docs.openstack.org/api-quick-start/
|
2013-10-10 19:09:47 +00:00
|
|
|
|
|
|
|
python-troveclient is licensed under the Apache License like the rest of OpenStack.
|
|
|
|
|
2016-02-16 22:25:24 -06:00
|
|
|
* License: Apache License, Version 2.0
|
2018-06-11 15:27:55 +08:00
|
|
|
* `Online Documentation`_
|
|
|
|
* `Bugs`_ - issue tracking
|
2017-06-29 16:48:58 -04:00
|
|
|
* `PyPi`_- package installation
|
2016-02-16 22:25:24 -06:00
|
|
|
* `Blueprints`_ - feature specifications
|
|
|
|
* `Git Source`_
|
|
|
|
* `Specs`_
|
|
|
|
* `How to Contribute`_
|
2018-06-28 14:32:14 +08:00
|
|
|
* `Release Notes`_
|
2016-02-16 22:25:24 -06:00
|
|
|
|
2018-06-11 15:27:55 +08:00
|
|
|
.. _Online Documentation: https://docs.openstack.org/python-troveclient/latest
|
2019-08-26 16:56:05 +08:00
|
|
|
.. _Bugs: https://storyboard.openstack.org/#!/project/openstack/python-troveclient
|
2018-04-20 17:25:32 +07:00
|
|
|
.. _PyPi: https://pypi.org/project/python-troveclient
|
2019-08-26 16:56:05 +08:00
|
|
|
.. _Blueprints: https://storyboard.openstack.org/#!/project/openstack/python-troveclient
|
|
|
|
.. _Git Source: https://opendev.org/openstack/python-troveclient/
|
2018-06-11 15:27:55 +08:00
|
|
|
.. _Specs: https://specs.openstack.org/openstack/trove-specs/
|
|
|
|
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
|
2018-06-28 14:32:14 +08:00
|
|
|
.. _Release Notes: https://docs.openstack.org/releasenotes/python-troveclient
|