data/python-cliff-3.4.0/.gitignore: ASCII text data/python-cliff-3.4.0/.gitreview: ASCII text data/python-cliff-3.4.0/.stestr.conf: ASCII text data/python-cliff-3.4.0/.zuul.yaml: ASCII text data/python-cliff-3.4.0/CONTRIBUTING.rst: ASCII text data/python-cliff-3.4.0/LICENSE: ASCII text data/python-cliff-3.4.0/README.rst: ASCII text data/python-cliff-3.4.0/bandit.yaml: ASCII text data/python-cliff-3.4.0/cliff/__init__.py: empty data/python-cliff-3.4.0/cliff/_argparse.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/app.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/columns.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/command.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/commandmanager.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/complete.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/display.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/formatters/__init__.py: empty data/python-cliff-3.4.0/cliff/formatters/base.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/formatters/commaseparated.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/formatters/json_format.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/formatters/shell.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/formatters/table.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/formatters/value.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/formatters/yaml_format.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/help.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/hooks.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/interactive.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/lister.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/show.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/sphinxext.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/__init__.py: empty data/python-cliff-3.4.0/cliff/tests/base.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test__argparse.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_app.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_columns.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_command.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_command_hooks.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_commandmanager.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_complete.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_formatters_csv.py: Python script, UTF-8 Unicode text executable data/python-cliff-3.4.0/cliff/tests/test_formatters_json.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_formatters_shell.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_formatters_table.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_formatters_value.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_formatters_yaml.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_help.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_interactive.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_lister.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_show.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_sphinxext.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/test_utils.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/tests/utils.py: Python script, ASCII text executable data/python-cliff-3.4.0/cliff/utils.py: Python script, ASCII text executable data/python-cliff-3.4.0/demoapp/README.rst: ASCII text data/python-cliff-3.4.0/demoapp/cliffdemo/__init__.py: empty data/python-cliff-3.4.0/demoapp/cliffdemo/__main__.py: Python script, ASCII text executable data/python-cliff-3.4.0/demoapp/cliffdemo/encoding.py: Python script, UTF-8 Unicode text executable data/python-cliff-3.4.0/demoapp/cliffdemo/hook.py: Python script, ASCII text executable data/python-cliff-3.4.0/demoapp/cliffdemo/list.py: Python script, ASCII text executable data/python-cliff-3.4.0/demoapp/cliffdemo/main.py: Python script, ASCII text executable data/python-cliff-3.4.0/demoapp/cliffdemo/show.py: Python script, ASCII text executable data/python-cliff-3.4.0/demoapp/cliffdemo/simple.py: Python script, ASCII text executable data/python-cliff-3.4.0/demoapp/setup.py: Python script, ASCII text executable data/python-cliff-3.4.0/doc/requirements.txt: ASCII text data/python-cliff-3.4.0/doc/source/conf.py: Python script, ASCII text executable data/python-cliff-3.4.0/doc/source/contributors/index.rst: ASCII text data/python-cliff-3.4.0/doc/source/index.rst: ASCII text data/python-cliff-3.4.0/doc/source/install/index.rst: ASCII text data/python-cliff-3.4.0/doc/source/reference/index.rst: ASCII text data/python-cliff-3.4.0/doc/source/user/complete.rst: ASCII text data/python-cliff-3.4.0/doc/source/user/demoapp.rst: ASCII text data/python-cliff-3.4.0/doc/source/user/history.rst: ASCII text data/python-cliff-3.4.0/doc/source/user/index.rst: ASCII text data/python-cliff-3.4.0/doc/source/user/interactive_mode.rst: ASCII text data/python-cliff-3.4.0/doc/source/user/introduction.rst: ASCII text data/python-cliff-3.4.0/doc/source/user/list_commands.rst: ASCII text data/python-cliff-3.4.0/doc/source/user/show_commands.rst: ASCII text data/python-cliff-3.4.0/doc/source/user/sphinxext.rst: ASCII text data/python-cliff-3.4.0/integration-tests/neutronclient-tip.sh: POSIX shell script, ASCII text executable data/python-cliff-3.4.0/integration-tests/openstackclient-tip.sh: POSIX shell script, ASCII text executable data/python-cliff-3.4.0/lower-constraints.txt: ASCII text data/python-cliff-3.4.0/releasenotes/notes/command-group-8c00f260340a130c.yaml: ASCII text data/python-cliff-3.4.0/releasenotes/notes/drop-python27-support-b16c9e5a9e2000ef.yaml: ASCII text data/python-cliff-3.4.0/requirements.txt: ASCII text data/python-cliff-3.4.0/setup.cfg: ASCII text data/python-cliff-3.4.0/setup.py: ASCII text data/python-cliff-3.4.0/test-requirements.txt: ASCII text data/python-cliff-3.4.0/tox.ini: ASCII text data/python-cliff-3.4.0/debian/changelog: UTF-8 Unicode text data/python-cliff-3.4.0/debian/control: ASCII text data/python-cliff-3.4.0/debian/copyright: ASCII text data/python-cliff-3.4.0/debian/python-cliff-doc.doc-base: ASCII text data/python-cliff-3.4.0/debian/python-cliff-doc.examples: ASCII text data/python-cliff-3.4.0/debian/python3-cliff.install: ASCII text data/python-cliff-3.4.0/debian/rules: a /usr/bin/make -f script, ASCII text executable, with very long lines data/python-cliff-3.4.0/debian/salsa-ci.yml: ASCII text data/python-cliff-3.4.0/debian/source/format: ASCII text data/python-cliff-3.4.0/debian/watch: ASCII text data/python-cliff-3.4.0/.pc/.version: ASCII text data/python-cliff-3.4.0/.pc/.quilt_patches: ASCII text data/python-cliff-3.4.0/.pc/.quilt_series: ASCII text data/python-cliff-3.4.0/.pc/applied-patches: empty