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/PKG-INFO | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 client/PKG-INFO (limited to 'client/PKG-INFO') diff --git a/client/PKG-INFO b/client/PKG-INFO new file mode 100644 index 0000000..ecd5763 --- /dev/null +++ b/client/PKG-INFO @@ -0,0 +1,30 @@ +Metadata-Version: 1.1 +Name: escalatorclient +Version: 1.0.0 +Summary: escalator Escalator Client Library +Home-page: http://www.opnfv.org/ +Author: OPNFV +Author-email: opnfv-tech-discuss@lists.opnfv.org +License: Apache License, Version 2.0 +Description: Python bindings to the escalator 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 v1 Escalator Client, while support for the v2 Client is in progress. + + Development takes place via the usual OPNFV processes as outlined in the `developer guide `_. + + +Platform: UNKNOWN +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Console +Classifier: Environment :: OPNFV +Classifier: Intended Audience :: Information Technology +Classifier: Intended Audience :: System Administrators +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Operating System :: POSIX :: Linux +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 2 +Classifier: Programming Language :: Python :: 2.7 +Classifier: Programming Language :: Python :: 2.6 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.3 -- cgit 1.2.3-korg