LICENSE
README.md
pyproject.toml
sqtab/__init__.py
sqtab/analyzer.py
sqtab/cli.py
sqtab/db.py
sqtab/exporter.py
sqtab/importer.py
sqtab/logger.py
sqtab.egg-info/PKG-INFO
sqtab.egg-info/SOURCES.txt
sqtab.egg-info/dependency_links.txt
sqtab.egg-info/entry_points.txt
sqtab.egg-info/requires.txt
sqtab.egg-info/top_level.txt
tests/test_analyze_command.py
tests/test_column_normalization.py
tests/test_export_csv.py
tests/test_export_json.py
tests/test_import_csv.py
tests/test_import_json.py
tests/test_sql_command.py
tests/test_tables_command.py
tests/test_type_inference.py