LICENSE
README.md
pyproject.toml
src/alur/__init__.py
src/alur/batch_ingestion.py
src/alur/cli.py
src/alur/core/__init__.py
src/alur/core/contracts.py
src/alur/core/fields.py
src/alur/decorators/__init__.py
src/alur/engine/__init__.py
src/alur/engine/adapter.py
src/alur/engine/runner.py
src/alur/engine/spark.py
src/alur/infra/__init__.py
src/alur/infra/generator.py
src/alur/ingestion/__init__.py
src/alur/quality/__init__.py
src/alur/scheduling/__init__.py
src/alur/scheduling/validators.py
src/alur/sources/__init__.py
src/alur/templates/aws/driver.py
src/alur/templates/project/README.md
src/alur/templates/project/pyproject.toml
src/alur/templates/project/config/__init__.py
src/alur/templates/project/config/settings.py
src/alur/templates/project/contracts/__init__.py
src/alur/templates/project/contracts/bronze.py
src/alur/templates/project/pipelines/__init__.py
src/alur/templates/project/pipelines/ingest_orders.py
src/alur_framework.egg-info/PKG-INFO
src/alur_framework.egg-info/SOURCES.txt
src/alur_framework.egg-info/dependency_links.txt
src/alur_framework.egg-info/entry_points.txt
src/alur_framework.egg-info/requires.txt
src/alur_framework.egg-info/top_level.txt
tests/test_aws_end_to_end_bronze.py
tests/test_batch_ingestion_integration.py
tests/test_batch_schema_validation.py
tests/test_idempotency_unit.py
tests/test_scheduling.py
tests/test_unimplemented_params.py