LICENSE
README.md
pyproject.toml
table2db/__init__.py
table2db/cli.py
table2db/converter.py
table2db/describe.py
table2db/errors.py
table2db/models.py
table2db.egg-info/PKG-INFO
table2db.egg-info/SOURCES.txt
table2db.egg-info/dependency_links.txt
table2db.egg-info/entry_points.txt
table2db.egg-info/requires.txt
table2db.egg-info/top_level.txt
table2db/loaders/__init__.py
table2db/loaders/base.py
table2db/loaders/sqlite_loader.py
table2db/pipeline/__init__.py
table2db/pipeline/cleaner.py
table2db/pipeline/island_detector.py
table2db/pipeline/loader.py
table2db/pipeline/reader.py
table2db/pipeline/relator.py
table2db/pipeline/structure.py
table2db/pipeline/typer.py
tests/test_async.py
tests/test_cleaner.py
tests/test_cli.py
tests/test_converter.py
tests/test_describe.py
tests/test_island_detector.py
tests/test_loader.py
tests/test_loaders.py
tests/test_models.py
tests/test_reader.py
tests/test_relator.py
tests/test_structure.py
tests/test_typer.py