README.md
setup.cfg
setup.py
airbyte_source_iterable.egg-info/PKG-INFO
airbyte_source_iterable.egg-info/SOURCES.txt
airbyte_source_iterable.egg-info/dependency_links.txt
airbyte_source_iterable.egg-info/entry_points.txt
airbyte_source_iterable.egg-info/requires.txt
airbyte_source_iterable.egg-info/top_level.txt
integration_tests/__init__.py
integration_tests/abnormal_state.json
integration_tests/acceptance.py
integration_tests/catalog.json
integration_tests/configured_catalog.json
integration_tests/configured_catalog_additional_events.json
integration_tests/invalid_config.json
source_iterable/__init__.py
source_iterable/run.py
source_iterable/slice_generators.py
source_iterable/source.py
source_iterable/spec.json
source_iterable/streams.py
source_iterable/utils.py
source_iterable/schemas/campaigns.json
source_iterable/schemas/campaigns_metrics.json
source_iterable/schemas/channels.json
source_iterable/schemas/email_bounce.json
source_iterable/schemas/email_click.json
source_iterable/schemas/email_complaint.json
source_iterable/schemas/email_open.json
source_iterable/schemas/email_send.json
source_iterable/schemas/email_send_skip.json
source_iterable/schemas/email_subscribe.json
source_iterable/schemas/email_unsubscribe.json
source_iterable/schemas/events.json
source_iterable/schemas/list_users.json
source_iterable/schemas/lists.json
source_iterable/schemas/message_types.json
source_iterable/schemas/metadata.json
source_iterable/schemas/templates.json
source_iterable/schemas/users.json
unit_tests/__init__.py
unit_tests/conftest.py
unit_tests/test_export_adjustable_range.py
unit_tests/test_exports_stream.py
unit_tests/test_slice_generator.py
unit_tests/test_source.py
unit_tests/test_stream_events.py
unit_tests/test_streams.py
unit_tests/test_utils.py