LICENSE
README.md
pyproject.toml
accounting_bridge/__init__.py
accounting_bridge/__main__.py
accounting_bridge/agent.py
accounting_bridge/api.py
accounting_bridge/cli.py
accounting_bridge/client_store.py
accounting_bridge/column_mapper.py
accounting_bridge/config.py
accounting_bridge/constants.py
accounting_bridge/crosswalk.py
accounting_bridge/csv_export.py
accounting_bridge/data_quality.py
accounting_bridge/db.py
accounting_bridge/db_sqlite.py
accounting_bridge/db_supabase.py
accounting_bridge/excel_export.py
accounting_bridge/export_iif.py
accounting_bridge/formatting.py
accounting_bridge/generate_translations.py
accounting_bridge/learn_store.py
accounting_bridge/lineage.py
accounting_bridge/llm_assist.py
accounting_bridge/log.py
accounting_bridge/migrate_json_to_sqlite.py
accounting_bridge/processing.py
accounting_bridge/py.typed
accounting_bridge/secrets.py
accounting_bridge/stripe_billing.py
accounting_bridge/translations.py
accounting_bridge/translations_cache.json
accounting_bridge/validation.py
accounting_bridge.egg-info/PKG-INFO
accounting_bridge.egg-info/SOURCES.txt
accounting_bridge.egg-info/dependency_links.txt
accounting_bridge.egg-info/entry_points.txt
accounting_bridge.egg-info/requires.txt
accounting_bridge.egg-info/top_level.txt
accounting_bridge/data/audit_client_raw.csv
accounting_bridge/data/consol_eu_feb.csv
accounting_bridge/data/consol_eu_jan.csv
accounting_bridge/data/consol_eu_mar.csv
accounting_bridge/data/consol_hq_feb.csv
accounting_bridge/data/consol_hq_jan.csv
accounting_bridge/data/consol_hq_mar.csv
accounting_bridge/data/consol_us_feb.csv
accounting_bridge/data/consol_us_jan.csv
accounting_bridge/data/consol_us_mar.csv
accounting_bridge/data/erp_subsidiary_a.csv
accounting_bridge/data/erp_subsidiary_b.csv
accounting_bridge/data/generate_messy_samples.py
accounting_bridge/data/generate_sample_data.py
accounting_bridge/data/messy_gl_export.csv
accounting_bridge/data/pos_chico.csv
accounting_bridge/data/sample_trial_balance.csv
accounting_bridge/engine/__init__.py
accounting_bridge/engine/_helpers.py
accounting_bridge/engine/aje.py
accounting_bridge/engine/anomalies.py
accounting_bridge/engine/audit.py
accounting_bridge/engine/bank.py
accounting_bridge/engine/comparison.py
accounting_bridge/engine/consolidation.py
accounting_bridge/engine/financial_statements.py
accounting_bridge/engine/intercompany.py
accounting_bridge/engine/narrative.py
accounting_bridge/engine/pos.py
accounting_bridge/engine/trial_balance.py
accounting_bridge/ingest/__init__.py
accounting_bridge/ingest/_util.py
accounting_bridge/ingest/camt.py
accounting_bridge/ingest/cleaning.py
accounting_bridge/ingest/columns.py
accounting_bridge/ingest/currency.py
accounting_bridge/ingest/dates.py
accounting_bridge/ingest/delimiter.py
accounting_bridge/ingest/encoding.py
accounting_bridge/ingest/excel.py
accounting_bridge/ingest/hashing.py
accounting_bridge/ingest/header.py
accounting_bridge/ingest/iif.py
accounting_bridge/ingest/image.py
accounting_bridge/ingest/mt940.py
accounting_bridge/ingest/numbers.py
accounting_bridge/ingest/ofx.py
accounting_bridge/ingest/pdf.py
accounting_bridge/ingest/postprocess.py
accounting_bridge/ingest/reader.py
accounting_bridge/models/__init__.py
accounting_bridge/models/config.py
accounting_bridge/models/entities.py
accounting_bridge/models/results.py
accounting_bridge/server/__init__.py
accounting_bridge/server/app.py
accounting_bridge/server/deps.py
accounting_bridge/server/schemas.py
accounting_bridge/server/settings.py
accounting_bridge/storage/__init__.py
accounting_bridge/storage/base.py
accounting_bridge/storage/memory.py
accounting_bridge/storage/sqlite.py
tests/test_aje.py
tests/test_anomalies_unit.py
tests/test_audit_unit.py
tests/test_bank_recon.py
tests/test_column_mapper_unit.py
tests/test_comparison_unit.py
tests/test_config_validation.py
tests/test_consolidation_unit.py
tests/test_crosswalk.py
tests/test_crosswalk_unit.py
tests/test_csv_export.py
tests/test_data_quality.py
tests/test_data_quality_unit.py
tests/test_db_notes.py
tests/test_engine.py
tests/test_excel_export.py
tests/test_financial_statements.py
tests/test_formatting_unit.py
tests/test_golden_engines.py
tests/test_health.py
tests/test_ic_matching.py
tests/test_image.py
tests/test_ingest.py
tests/test_ingest_camt.py
tests/test_ingest_helpers_unit.py
tests/test_ingest_mt940.py
tests/test_learn_store.py
tests/test_narrative_unit.py
tests/test_pos_unit.py
tests/test_processing_api.py
tests/test_row_tracking.py
tests/test_server.py
tests/test_storage_contract.py
tests/test_validation.py