README.md
pyproject.toml
src/extralo/__init__.py
src/extralo/destination.py
src/extralo/etl.py
src/extralo/models.py
src/extralo/source.py
src/extralo/transformer.py
src/extralo/typing.py
src/extralo.egg-info/PKG-INFO
src/extralo.egg-info/SOURCES.txt
src/extralo.egg-info/dependency_links.txt
src/extralo.egg-info/requires.txt
src/extralo.egg-info/top_level.txt
src/extralo/destinations/__init__.py
src/extralo/destinations/file.py
src/extralo/destinations/sql.py
src/extralo/sources/__init__.py
src/extralo/sources/file.py
src/extralo/sources/sql.py
src/extralo/transformers/__init__.py
src/extralo/transformers/null.py
tests/test_etl.py
tests/test_model.py