LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/atc/__init__.py
src/atc/alias.py
src/atc/functions.py
src/atc/singleton.py
src/atc/spark.py
src/atc/transformations.py
src/atc/config_master/__init__.py
src/atc/config_master/config_master.py
src/atc/config_master/details.py
src/atc/config_master/exceptions.py
src/atc/config_master/sql.py
src/atc/etl/__init__.py
src/atc/etl/extractor.py
src/atc/etl/loader.py
src/atc/etl/orchestrator.py
src/atc/etl/transformer.py
src/atc/sql/__init__.py
src/atc/sql/schema.py
src/atc_dataplatform.egg-info/PKG-INFO
src/atc_dataplatform.egg-info/SOURCES.txt
src/atc_dataplatform.egg-info/dependency_links.txt
src/atc_dataplatform.egg-info/entry_points.txt
src/atc_dataplatform.egg-info/requires.txt
src/atc_dataplatform.egg-info/top_level.txt
tests/test_functions.py
tests/test_get_schema.py
tests/test_spark.py
tests/test_transformations.py
tests/config_master/test_config_master.py
tests/etl/test_extractor.py
tests/etl/test_loader.py
tests/etl/test_multiple_extract_orchestrator.py
tests/etl/test_multiple_load_orchestrator.py
tests/etl/test_multiple_transform_orchestrator.py
tests/etl/test_no_transform_orchestrator.py
tests/etl/test_orchestration.py
tests/etl/test_orchestrator.py
tests/etl/test_transformer.py