LICENSE
README.md
setup.py
tap_drip/__init__.py
tap_drip/client.py
tap_drip/discover.py
tap_drip/exceptions.py
tap_drip/schema.py
tap_drip/sync.py
tap_drip.egg-info/PKG-INFO
tap_drip.egg-info/SOURCES.txt
tap_drip.egg-info/dependency_links.txt
tap_drip.egg-info/entry_points.txt
tap_drip.egg-info/requires.txt
tap_drip.egg-info/top_level.txt
tap_drip/schemas/accounts.json
tap_drip/schemas/conversions.json
tap_drip/schemas/custom_field_identifiers.json
tap_drip/schemas/email_series_campaigns.json
tap_drip/schemas/email_series_subscriber_active.json
tap_drip/schemas/email_series_subscriber_removed.json
tap_drip/schemas/email_series_subscriber_unsubscribed.json
tap_drip/schemas/event_actions.json
tap_drip/schemas/forms.json
tap_drip/schemas/people.json
tap_drip/schemas/single_email_campaigns.json
tap_drip/schemas/tags.json
tap_drip/schemas/users.json
tap_drip/schemas/workflow_triggers.json
tap_drip/schemas/workflows.json
tap_drip/streams/__init__.py
tap_drip/streams/abstracts.py
tap_drip/streams/accounts.py
tap_drip/streams/conversions.py
tap_drip/streams/custom_field_identifiers.py
tap_drip/streams/email_series_campaigns.py
tap_drip/streams/email_series_subscriber_active.py
tap_drip/streams/email_series_subscriber_removed.py
tap_drip/streams/email_series_subscriber_unsubscribed.py
tap_drip/streams/event_actions.py
tap_drip/streams/forms.py
tap_drip/streams/people.py
tap_drip/streams/single_email_campaigns.py
tap_drip/streams/tags.py
tap_drip/streams/users.py
tap_drip/streams/workflow_triggers.py
tap_drip/streams/workflows.py
tests/test_all_fields.py
tests/test_automatic_fields.py
tests/test_bookmark.py
tests/test_discovery.py
tests/test_interrupted_sync.py
tests/test_pagination.py
tests/test_start_date.py