From a26738939fd612490fcd3b554e69bb3ec53432f8 Mon Sep 17 00:00:00 2001 From: jiasirui Date: Wed, 30 Dec 2020 17:33:43 +0800 Subject: [PATCH] add README info about python-venusclient Change-Id: I2b09da8b8243c0683b0198eb5e9c25dadba0a654 --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 863fc61..727f044 100644 --- a/README.rst +++ b/README.rst @@ -7,3 +7,14 @@ Team and repository tags .. Change things from this point on +=============================== +python-veusclient +=============================== + +.. image:: https://img.shields.io/pypi/v/python-venusclient.svg + :target: https://pypi.python.org/pypi/python-cyborgclient/ + :alt: Latest Version + +python-venusclient is a python bindings to the OpenStack Venus API. There's +a Python API (the ``venusclient`` module), and a command-line script +(``venus``). Each implements 100% of the OpenStack Venus API.