LICENSE
README.md
pyproject.toml
cdflow_cli/__init__.py
cdflow_cli.egg-info/PKG-INFO
cdflow_cli.egg-info/SOURCES.txt
cdflow_cli.egg-info/dependency_links.txt
cdflow_cli.egg-info/entry_points.txt
cdflow_cli.egg-info/requires.txt
cdflow_cli.egg-info/top_level.txt
cdflow_cli/adapters/__init__.py
cdflow_cli/adapters/canadahelps/__init__.py
cdflow_cli/adapters/canadahelps/mapper.py
cdflow_cli/adapters/generic/__init__.py
cdflow_cli/adapters/generic/mapper.py
cdflow_cli/adapters/nationbuilder/__init__.py
cdflow_cli/adapters/nationbuilder/client.py
cdflow_cli/adapters/nationbuilder/donation_api.py
cdflow_cli/adapters/nationbuilder/membership_api.py
cdflow_cli/adapters/nationbuilder/oauth.py
cdflow_cli/adapters/nationbuilder/people_api.py
cdflow_cli/adapters/nationbuilder/signups_api.py
cdflow_cli/adapters/paypal/__init__.py
cdflow_cli/adapters/paypal/mapper.py
cdflow_cli/assets/logos/default/org-logo-square.png
cdflow_cli/assets/logos/default/platform-logo-horizontal.png
cdflow_cli/assets/logos/default/platform-logo-square.png
cdflow_cli/assets/logos/default/poweredby-logo-square.png
cdflow_cli/assets/static/org-logo-square.png
cdflow_cli/assets/static/platform-logo-horizontal.png
cdflow_cli/assets/static/platform-logo-square.png
cdflow_cli/assets/static/poweredby-logo-square.png
cdflow_cli/cli/__init__.py
cdflow_cli/cli/commands_import.py
cdflow_cli/cli/commands_init.py
cdflow_cli/cli/commands_rollback.py
cdflow_cli/cli/main.py
cdflow_cli/examples/config/__init__.py
cdflow_cli/examples/config/local.yaml
cdflow_cli/examples/oauth/__init__.py
cdflow_cli/examples/oauth/nb_local.env
cdflow_cli/examples/plugins/README.md
cdflow_cli/examples/plugins/canadahelps/_00_check_number_formatter.py
cdflow_cli/examples/plugins/canadahelps/_10_anonymous_email.py
cdflow_cli/examples/plugins/canadahelps/_20_tracking_code_mapper.py
cdflow_cli/examples/plugins/canadahelps/_30_payment_type_mapper.py
cdflow_cli/examples/plugins/canadahelps/_40_sanitize_anon_fields.py
cdflow_cli/examples/plugins/canadahelps/_99_eligibility_filter.py
cdflow_cli/examples/plugins/paypal/_00_check_number_formatter.py
cdflow_cli/examples/plugins/paypal/_10_external_id_lookup.py
cdflow_cli/examples/plugins/paypal/_20_tracking_code_mapper.py
cdflow_cli/examples/plugins/paypal/_30_payment_type_mapper.py
cdflow_cli/examples/plugins/paypal/_99_eligibility_filter.py
cdflow_cli/jobs/__init__.py
cdflow_cli/jobs/extractor.py
cdflow_cli/jobs/manager.py
cdflow_cli/jobs/models.py
cdflow_cli/models/__init__.py
cdflow_cli/models/donation.py
cdflow_cli/plugins/__init__.py
cdflow_cli/plugins/loader.py
cdflow_cli/plugins/protocols.py
cdflow_cli/plugins/registry.py
cdflow_cli/scripts/load-secrets.sh
cdflow_cli/services/__init__.py
cdflow_cli/services/auth_service.py
cdflow_cli/services/import_service.py
cdflow_cli/services/rollback_service.py
cdflow_cli/utils/__init__.py
cdflow_cli/utils/bootstrap.py
cdflow_cli/utils/config.py
cdflow_cli/utils/config_paths.py
cdflow_cli/utils/console.py
cdflow_cli/utils/file_cleanup.py
cdflow_cli/utils/file_utils.py
cdflow_cli/utils/logging.py
cdflow_cli/utils/logo_deployer.py
cdflow_cli/utils/menu.py
cdflow_cli/utils/paths.py
cdflow_cli/utils/secure_config.py
tests/test_runner.py
tests/test_simple.py