AUTHORS
LICENSE.txt
MANIFEST.in
README.rst
changelog.rst
pyproject.toml
setup.py
pgcli/__init__.py
pgcli/__main__.py
pgcli/auth.py
pgcli/completion_refresher.py
pgcli/config.py
pgcli/explain_output_formatter.py
pgcli/key_bindings.py
pgcli/magic.py
pgcli/main.py
pgcli/pgbuffer.py
pgcli/pgclirc
pgcli/pgcompleter.py
pgcli/pgexecute.py
pgcli/pgstyle.py
pgcli/pgtoolbar.py
pgcli/pyev.py
pgcli.egg-info/PKG-INFO
pgcli.egg-info/SOURCES.txt
pgcli.egg-info/dependency_links.txt
pgcli.egg-info/entry_points.txt
pgcli.egg-info/requires.txt
pgcli.egg-info/top_level.txt
pgcli/packages/__init__.py
pgcli/packages/prioritization.py
pgcli/packages/prompt_utils.py
pgcli/packages/sqlcompletion.py
pgcli/packages/formatter/__init__.py
pgcli/packages/formatter/sqlformatter.py
pgcli/packages/parseutils/__init__.py
pgcli/packages/parseutils/ctes.py
pgcli/packages/parseutils/meta.py
pgcli/packages/parseutils/tables.py
pgcli/packages/parseutils/utils.py
pgcli/packages/pgliterals/__init__.py
pgcli/packages/pgliterals/main.py
pgcli/packages/pgliterals/pgliterals.json
tests/conftest.py
tests/metadata.py
tests/pytest.ini
tests/test_auth.py
tests/test_completion_refresher.py
tests/test_config.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/test_ssh_tunnel.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/pgbouncer.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/pgbouncer.py
tests/features/steps/specials.py
tests/features/steps/wrappers.py
tests/formatter/__init__.py
tests/formatter/test_sqlformatter.py
tests/parseutils/test_ctes.py
tests/parseutils/test_function_metadata.py
tests/parseutils/test_parseutils.py