LICENSE
README.md
pypi_index.md
pyproject.toml
setup.cfg
setup.py
dap/__init__.py
dap/__main__.py
dap/api.py
dap/arguments.py
dap/concurrency.py
dap/conversion_common_json.py
dap/conversion_common_tsv.py
dap/conversion_nonperf.py
dap/conversion_perf.py
dap/counted.py
dap/dap_error.py
dap/dap_types.py
dap/downloader.py
dap/log.py
dap/networking.py
dap/payload.py
dap/py.typed
dap/timer.py
dap/timestamp.py
dap/actions/__init__.py
dap/actions/drop_db.py
dap/actions/init_db.py
dap/actions/sync_db.py
dap/commands/__init__.py
dap/commands/abstract_db_command.py
dap/commands/base.py
dap/commands/commands.py
dap/commands/commonargs.py
dap/commands/dbargs.py
dap/commands/dropdb_command.py
dap/commands/initdb_command.py
dap/commands/queryargs.py
dap/commands/syncdb_command.py
dap/commands/timestampargs.py
dap/integration/__init__.py
dap/integration/base_connection.py
dap/integration/base_meta_table.py
dap/integration/base_processor.py
dap/integration/connection.py
dap/integration/database.py
dap/integration/database_errors.py
dap/integration/meta_table.py
dap/integration/plugin.py
dap/integration/processor.py
dap/integration/validator.py
dap/plugins/__init__.py
dap/plugins/mysql/__init__.py
dap/plugins/mysql/init_processor.py
dap/plugins/mysql/meta_table.py
dap/plugins/mysql/metadata.py
dap/plugins/mysql/mysql_plugin.py
dap/plugins/mysql/queries.py
dap/plugins/mysql/sync_processor.py
dap/plugins/mysql/validator.py
dap/plugins/postgres/__init__.py
dap/plugins/postgres/init_processor.py
dap/plugins/postgres/meta_table.py
dap/plugins/postgres/metadata.py
dap/plugins/postgres/plugin.py
dap/plugins/postgres/queries.py
dap/plugins/postgres/sync_processor.py
dap/plugins/postgres/validator.py
dap/plugins/sqlalchemy/__init__.py
dap/plugins/sqlalchemy/connection.py
dap/plugins/sqlalchemy/ddl.py
dap/plugins/sqlalchemy/queries.py
dap/replicator/__init__.py
dap/replicator/sql.py
doc/__init__.py
doc/conf.py
instructure_dap_client.egg-info/PKG-INFO
instructure_dap_client.egg-info/SOURCES.txt
instructure_dap_client.egg-info/dependency_links.txt
instructure_dap_client.egg-info/entry_points.txt
instructure_dap_client.egg-info/requires.txt
instructure_dap_client.egg-info/top_level.txt
instructure_dap_client.egg-info/zip-safe