CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
atomingest/__init__.py
atomingest/cli/__init__.py
atomingest/cli/main.py
atomingest/core/__init__.py
atomingest/core/dependency_resolver.py
atomingest/core/factory.py
atomingest/core/ingester.py
atomingest/core/loader.py
atomingest/core/mixins.py
atomingest/normalization/__init__.py
atomingest/normalization/core.py
atomingest/normalization/integration.py
atomingest/normalization/io.py
atomingest/normalization/pipeline.py
atomingest/normalization/standard_steps.py
atomingest/normalization/steps.py
atomingest/normalization/sources/__init__.py
atomingest/normalization/sources/base.py
atomingest/normalization/sources/csv.py
atomingest/normalization/sources/excel.py
atomingest/normalization/sources/json.py
atomingest/normalization/sources/parquet.py
atomingest/observability/__init__.py
atomingest/observability/json_logging.py
atomingest/observability/metrics.py
atomingest/pipeline/__init__.py
atomingest/pipeline/audit_metadata.py
atomingest/pipeline/dlq.py
atomingest/pipeline/hooks.py
atomingest/pipeline/runner.py
atomingest/schema/__init__.py
atomingest/schema/decorators.py
atomingest/schema/drift_detector.py
atomingest/schema/encryption.py
atomingest/schema/validators.py
atomingest/security/__init__.py
atomingest/security/audit.py
atomingest/security/kms.py
atomingest/security/vault.py
atomingest/utils/__init__.py
docs/ARCHITECTURE.md
docs/BRANCH_SYNC_SUMMARY.md
docs/INDEX.md
docs/PYPI_RELEASE_GUIDE.md
docs/README.md
docs/RELEASE.md
docs/RELEASE_SUMMARY.md
docs/api_reference.md
docs/cli_reference.md
docs/comprehensive_user_guide.md
docs/concepts.md
docs/error_handling.md
docs/faq.md
docs/field_types.md
docs/fintech_user_guide.md
docs/getting_started.md
docs/hooks.md
docs/installation.md
docs/normalization.md
docs/normalization_pipeline_readme.md
docs/patterns.md
docs/performance.md
docs/pipeline_configuration.md
docs/pre-commit.md
docs/quickstart.md
docs/schema_definition.md
docs/security.md
docs/validation.md
examples/bhavcopy_19_01_2026.csv
examples/bhavcopy_pipeline.yaml
examples/test.py
examples/fintech_samples/README.md
examples/fintech_samples/market_data/README.md
examples/fintech_samples/market_data/pipeline.yaml
examples/fintech_samples/market_data/sample_data/market_ticks.csv
examples/fintech_samples/payment_processing/README.md
examples/fintech_samples/payment_processing/pipeline.yaml
examples/fintech_samples/payment_processing/sample_data/merchants.csv
examples/fintech_samples/payment_processing/sample_data/transactions.csv
examples/fintech_samples/payment_processing/tests/test_compliance.py
examples/fintech_samples/payment_processing/tests/test_fraud_detection.py
examples/normalization/README.md
examples/normalization/complex_dataset.yaml
examples/normalization/complex_transactions.csv
examples/normalization/demo_normalization.py
examples/normalization/report_examples.md
examples/normalization/simple_customers.csv
examples/normalization/simple_dataset.yaml
tests/test_audit_metadata.py
tests/test_base_normalizer_step.py
tests/test_basic_type_cleanup_step.py
tests/test_cli.py
tests/test_decorators.py
tests/test_dependency_resolver.py
tests/test_dlq.py
tests/test_drift_detector.py
tests/test_hooks.py
tests/test_ingester.py
tests/test_integration_fixtures.py
tests/test_integration_hook.py
tests/test_json_logging.py
tests/test_key_manager.py
tests/test_line_source.py
tests/test_loader.py
tests/test_metrics.py
tests/test_mixins.py
tests/test_normalization_report.py
tests/test_normalization_steps.py
tests/test_pipeline.py
tests/test_standard_steps.py
tests/test_steps.py
tests/test_trailer_validation.py
tests/test_validators.py