LICENSE
MANIFEST.in
README.md
setup.py
refactor_tests/__init__.py
refactor_tests/constants.py
refactor_tests/helpers.py
refactor_tests/test_entrypoint.py
refactor_tests/test_helpers.py
refactor_tests/tap_generators/__init__.py
refactor_tests/tap_generators/test_branches_generator.py
refactor_tests/tap_generators/test_centres_generator.py
refactor_tests/tap_generators/test_clients_generator.py
refactor_tests/tap_generators/test_deposit_accounts_generator.py
refactor_tests/tap_generators/test_deposit_cards_generator.py
refactor_tests/tap_generators/test_generators.py
refactor_tests/tap_generators/test_loan_accounts_generators.py
refactor_tests/tap_generators/test_repayments_generator.py
refactor_tests/tap_processors/__init__.py
refactor_tests/tap_processors/test_branches_processor.py
refactor_tests/tap_processors/test_centres_processor.py
refactor_tests/tap_processors/test_clients_processor.py
refactor_tests/tap_processors/test_deposit_accounts_processor.py
refactor_tests/tap_processors/test_deposit_cards_processor.py
refactor_tests/tap_processors/test_loan_accounts_processor.py
refactor_tests/tap_processors/test_loan_repayments_processor.py
refactor_tests/tap_processors/test_processors.py
tap_mambu/__init__.py
tap_mambu/client.py
tap_mambu/discover.py
tap_mambu/schema.py
tap_mambu/sync.py
tap_mambu/transform.py
tap_mambu.egg-info/PKG-INFO
tap_mambu.egg-info/SOURCES.txt
tap_mambu.egg-info/dependency_links.txt
tap_mambu.egg-info/entry_points.txt
tap_mambu.egg-info/requires.txt
tap_mambu.egg-info/top_level.txt
tap_mambu/schemas/activities.json
tap_mambu/schemas/audit_trail.json
tap_mambu/schemas/branches.json
tap_mambu/schemas/cards.json
tap_mambu/schemas/centres.json
tap_mambu/schemas/clients.json
tap_mambu/schemas/communications.json
tap_mambu/schemas/credit_arrangements.json
tap_mambu/schemas/custom_field_sets.json
tap_mambu/schemas/deposit_accounts.json
tap_mambu/schemas/deposit_products.json
tap_mambu/schemas/deposit_transactions.json
tap_mambu/schemas/gl_accounts.json
tap_mambu/schemas/gl_journal_entries.json
tap_mambu/schemas/groups.json
tap_mambu/schemas/index_rate_sources.json
tap_mambu/schemas/installments.json
tap_mambu/schemas/loan_accounts.json
tap_mambu/schemas/loan_products.json
tap_mambu/schemas/loan_repayments.json
tap_mambu/schemas/loan_transactions.json
tap_mambu/schemas/tasks.json
tap_mambu/schemas/users.json
tap_mambu/tap_mambu_refactor/__init__.py
tap_mambu/tap_mambu_refactor/main.py
tap_mambu/tap_mambu_refactor/helpers/__init__.py
tap_mambu/tap_mambu_refactor/tap_generators/__init__.py
tap_mambu/tap_mambu_refactor/tap_generators/branches_generator.py
tap_mambu/tap_mambu_refactor/tap_generators/centres_generator.py
tap_mambu/tap_mambu_refactor/tap_generators/child_generator.py
tap_mambu/tap_mambu_refactor/tap_generators/clients_generator.py
tap_mambu/tap_mambu_refactor/tap_generators/deposit_accounts_generator.py
tap_mambu/tap_mambu_refactor/tap_generators/deposit_cards_generator.py
tap_mambu/tap_mambu_refactor/tap_generators/generator.py
tap_mambu/tap_mambu_refactor/tap_generators/loan_accounts_generator.py
tap_mambu/tap_mambu_refactor/tap_generators/loan_repayments_generator.py
tap_mambu/tap_mambu_refactor/tap_processors/__init__.py
tap_mambu/tap_mambu_refactor/tap_processors/branches_processor.py
tap_mambu/tap_mambu_refactor/tap_processors/centres_processor.py
tap_mambu/tap_mambu_refactor/tap_processors/child_processor.py
tap_mambu/tap_mambu_refactor/tap_processors/clients_processor.py
tap_mambu/tap_mambu_refactor/tap_processors/deposit_accounts_processor.py
tap_mambu/tap_mambu_refactor/tap_processors/deposit_cards_processor.py
tap_mambu/tap_mambu_refactor/tap_processors/loan_accounts_processor.py
tap_mambu/tap_mambu_refactor/tap_processors/loan_repayments_processor.py
tap_mambu/tap_mambu_refactor/tap_processors/parent_processor.py
tap_mambu/tap_mambu_refactor/tap_processors/processor.py