AUTHORS
LICENSE.txt
MANIFEST.in
README.rst
changelog.rst
pyproject.toml
setup.py
mzcli/__init__.py
mzcli/__main__.py
mzcli/completion_refresher.py
mzcli/config.py
mzcli/key_bindings.py
mzcli/magic.py
mzcli/main.py
mzcli/mzclirc
mzcli/pgbuffer.py
mzcli/pgcompleter.py
mzcli/pgexecute.py
mzcli/pgstyle.py
mzcli/pgtoolbar.py
mzcli.egg-info/PKG-INFO
mzcli.egg-info/SOURCES.txt
mzcli.egg-info/dependency_links.txt
mzcli.egg-info/entry_points.txt
mzcli.egg-info/requires.txt
mzcli.egg-info/top_level.txt
mzcli/packages/__init__.py
mzcli/packages/prioritization.py
mzcli/packages/prompt_utils.py
mzcli/packages/sqlcompletion.py
mzcli/packages/parseutils/__init__.py
mzcli/packages/parseutils/ctes.py
mzcli/packages/parseutils/meta.py
mzcli/packages/parseutils/tables.py
mzcli/packages/parseutils/utils.py
mzcli/packages/pgliterals/__init__.py
mzcli/packages/pgliterals/main.py
mzcli/packages/pgliterals/pgliterals.json
tests/conftest.py
tests/metadata.py
tests/pytest.ini
tests/test_completion_refresher.py
tests/test_config.py
tests/test_exceptionals.py
tests/test_fuzzy_completion.py
tests/test_main.py
tests/test_naive_completion.py
tests/test_pgexecute.py
tests/test_pgspecial.py
tests/test_prioritization.py
tests/test_prompt_utils.py
tests/test_rowlimit.py
tests/test_smart_completion_multiple_schemata.py
tests/test_smart_completion_public_schema_only.py
tests/test_sqlcompletion.py
tests/utils.py
tests/features/__init__.py
tests/features/auto_vertical.feature
tests/features/basic_commands.feature
tests/features/crud_database.feature
tests/features/crud_table.feature
tests/features/db_utils.py
tests/features/environment.py
tests/features/expanded.feature
tests/features/fixture_utils.py
tests/features/iocommands.feature
tests/features/named_queries.feature
tests/features/specials.feature
tests/features/wrappager.py
tests/features/fixture_data/help.txt
tests/features/fixture_data/help_commands.txt
tests/features/steps/__init__.py
tests/features/steps/auto_vertical.py
tests/features/steps/basic_commands.py
tests/features/steps/crud_database.py
tests/features/steps/crud_table.py
tests/features/steps/expanded.py
tests/features/steps/iocommands.py
tests/features/steps/named_queries.py
tests/features/steps/specials.py
tests/features/steps/wrappers.py
tests/parseutils/test_ctes.py
tests/parseutils/test_function_metadata.py
tests/parseutils/test_parseutils.py