summaryrefslogtreecommitdiffstats
path: root/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO
diff options
context:
space:
mode:
Diffstat (limited to 'jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO')
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/PKG-INFO44
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/SOURCES.txt84
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/dependency_links.txt1
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/entry_points.txt18
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/not-zip-safe1
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/pbr.json1
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/requires.txt10
-rw-r--r--jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/top_level.txt1
8 files changed, 160 insertions, 0 deletions
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/PKG-INFO b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/PKG-INFO
new file mode 100644
index 0000000..c5c9890
--- /dev/null
+++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/PKG-INFO
@@ -0,0 +1,44 @@
+Metadata-Version: 1.1
+Name: cliff
+Version: 2.4.0
+Summary: Command Line Interface Formulation Framework
+Home-page: http://docs.openstack.org/developer/cliff
+Author: OpenStack
+Author-email: openstack-dev@lists.openstack.org
+License: UNKNOWN
+Description: ========================
+ Team and repository tags
+ ========================
+
+ .. image:: http://governance.openstack.org/badges/cliff.svg
+ :target: http://governance.openstack.org/reference/tags/index.html
+
+ .. Change things from this point on
+
+ =======================================================
+ cliff -- Command Line Interface Formulation Framework
+ =======================================================
+
+ cliff is a framework for building command line programs. It uses
+ `setuptools entry points`_ to provide subcommands, output formatters, and
+ other extensions.
+
+ .. _setuptools entry points: http://setuptools.readthedocs.io/en/latest/pkg_resources.html#convenience-api
+
+ * Free software: Apache license
+ * Documentation: http://docs.openstack.org/developer/cliff
+ * Source: http://git.openstack.org/cgit/openstack/cliff
+ * Bugs: https://bugs.launchpad.net/python-cliff
+
+
+Platform: UNKNOWN
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: License :: OSI Approved :: Apache Software License
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Intended Audience :: Developers
+Classifier: Environment :: Console
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/SOURCES.txt b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/SOURCES.txt
new file mode 100644
index 0000000..af4cfd5
--- /dev/null
+++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/SOURCES.txt
@@ -0,0 +1,84 @@
+.travis.yml
+AUTHORS
+CONTRIBUTING.rst
+ChangeLog
+LICENSE
+MANIFEST.in
+Makefile
+README.rst
+openstack-common.conf
+requirements.txt
+setup.cfg
+setup.py
+test-requirements.txt
+tox.ini
+cliff/__init__.py
+cliff/app.py
+cliff/argparse.py
+cliff/columns.py
+cliff/command.py
+cliff/commandmanager.py
+cliff/complete.py
+cliff/display.py
+cliff/help.py
+cliff/interactive.py
+cliff/lister.py
+cliff/show.py
+cliff/utils.py
+cliff.egg-info/PKG-INFO
+cliff.egg-info/SOURCES.txt
+cliff.egg-info/dependency_links.txt
+cliff.egg-info/entry_points.txt
+cliff.egg-info/not-zip-safe
+cliff.egg-info/pbr.json
+cliff.egg-info/requires.txt
+cliff.egg-info/top_level.txt
+cliff/formatters/__init__.py
+cliff/formatters/base.py
+cliff/formatters/commaseparated.py
+cliff/formatters/json_format.py
+cliff/formatters/shell.py
+cliff/formatters/table.py
+cliff/formatters/value.py
+cliff/formatters/yaml_format.py
+cliff/tests/__init__.py
+cliff/tests/test_app.py
+cliff/tests/test_columns.py
+cliff/tests/test_command.py
+cliff/tests/test_commandmanager.py
+cliff/tests/test_complete.py
+cliff/tests/test_formatters_csv.py
+cliff/tests/test_formatters_json.py
+cliff/tests/test_formatters_shell.py
+cliff/tests/test_formatters_table.py
+cliff/tests/test_formatters_value.py
+cliff/tests/test_formatters_yaml.py
+cliff/tests/test_help.py
+cliff/tests/test_interactive.py
+cliff/tests/test_lister.py
+cliff/tests/test_show.py
+cliff/tests/test_utils.py
+cliff/tests/utils.py
+demoapp/README.rst
+demoapp/setup.py
+demoapp/cliffdemo/__init__.py
+demoapp/cliffdemo/encoding.py
+demoapp/cliffdemo/list.py
+demoapp/cliffdemo/main.py
+demoapp/cliffdemo/show.py
+demoapp/cliffdemo/simple.py
+doc/Makefile
+doc/source/classes.rst
+doc/source/complete.rst
+doc/source/conf.py
+doc/source/demoapp.rst
+doc/source/developers.rst
+doc/source/history.rst
+doc/source/index.rst
+doc/source/install.rst
+doc/source/interactive_mode.rst
+doc/source/introduction.rst
+doc/source/list_commands.rst
+doc/source/show_commands.rst
+integration-tests/neutronclient-tip.sh
+integration-tests/openstackclient-tip.sh \ No newline at end of file
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/dependency_links.txt b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/entry_points.txt b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/entry_points.txt
new file mode 100644
index 0000000..12d2c3a
--- /dev/null
+++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/entry_points.txt
@@ -0,0 +1,18 @@
+[cliff.formatter.completion]
+bash = cliff.complete:CompleteBash
+none = cliff.complete:CompleteNoCode
+
+[cliff.formatter.list]
+csv = cliff.formatters.commaseparated:CSVLister
+json = cliff.formatters.json_format:JSONFormatter
+table = cliff.formatters.table:TableFormatter
+value = cliff.formatters.value:ValueFormatter
+yaml = cliff.formatters.yaml_format:YAMLFormatter
+
+[cliff.formatter.show]
+json = cliff.formatters.json_format:JSONFormatter
+shell = cliff.formatters.shell:ShellFormatter
+table = cliff.formatters.table:TableFormatter
+value = cliff.formatters.value:ValueFormatter
+yaml = cliff.formatters.yaml_format:YAMLFormatter
+
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/not-zip-safe b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/not-zip-safe
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/not-zip-safe
@@ -0,0 +1 @@
+
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/pbr.json b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/pbr.json
new file mode 100644
index 0000000..5064f61
--- /dev/null
+++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/pbr.json
@@ -0,0 +1 @@
+{"git_version": "1dd3eda", "is_release": true} \ No newline at end of file
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/requires.txt b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/requires.txt
new file mode 100644
index 0000000..b6cf327
--- /dev/null
+++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/requires.txt
@@ -0,0 +1,10 @@
+pbr>=1.8
+cmd2>=0.6.7
+PrettyTable<0.8,>=0.7.1
+pyparsing>=2.0.7
+six>=1.9.0
+stevedore>=1.17.1
+PyYAML>=3.10.0
+
+[:(python_version<'3.0')]
+unicodecsv>=0.8.0
diff --git a/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/top_level.txt b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/top_level.txt
new file mode 100644
index 0000000..1810bb7
--- /dev/null
+++ b/jython-tosca-parser/src/main/resources/Lib/site-packages/cliff-2.4.0-py2.7.egg/EGG-INFO/top_level.txt
@@ -0,0 +1 @@
+cliff