From 3f262284f3ce78ce23b4e3c8e9fed112fc56e37d Mon Sep 17 00:00:00 2001 From: Zhou Ya Date: Thu, 24 Nov 2016 13:57:31 +0800 Subject: add escalator cli framework JIRA:ESCALATOR-36 This patch will support escalatorclient,and this is just the frame of escalatorclient,with this code you can use 'python setup.py sdist' to generate escalatorclient package. Change-Id: Id7b602345f7cb78bb548b589d1297a201056699a Signed-off-by: Zhou Ya --- client/README.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 client/README.rst (limited to 'client/README.rst') diff --git a/client/README.rst b/client/README.rst new file mode 100644 index 0000000..ba5a5d7 --- /dev/null +++ b/client/README.rst @@ -0,0 +1,6 @@ +Python bindings to the Escalator Client +============================================= + +This is a client library for Escalator built on the Escalator Client. +It provides a Python API (the ``escalatorclient`` module) and a command-line tool (``escalator``). +This library fully supports the Escalator Client. -- cgit 1.2.3-korg