LICENSE
MANIFEST.in
README.md
setup.py
tap_pipedrive/__init__.py
tap_pipedrive/cli.py
tap_pipedrive/config.py
tap_pipedrive/exceptions.py
tap_pipedrive/stream.py
tap_pipedrive/tap.py
tap_pipedrive.egg-info/PKG-INFO
tap_pipedrive.egg-info/SOURCES.txt
tap_pipedrive.egg-info/dependency_links.txt
tap_pipedrive.egg-info/entry_points.txt
tap_pipedrive.egg-info/requires.txt
tap_pipedrive.egg-info/top_level.txt
tap_pipedrive/schemas/activities.json
tap_pipedrive/schemas/activity_types.json
tap_pipedrive/schemas/currency.json
tap_pipedrive/schemas/deal_fields.json
tap_pipedrive/schemas/deal_products.json
tap_pipedrive/schemas/dealflow.json
tap_pipedrive/schemas/deals.json
tap_pipedrive/schemas/files.json
tap_pipedrive/schemas/filters.json
tap_pipedrive/schemas/notes.json
tap_pipedrive/schemas/organizations.json
tap_pipedrive/schemas/persons.json
tap_pipedrive/schemas/pipelines.json
tap_pipedrive/schemas/products.json
tap_pipedrive/schemas/stages.json
tap_pipedrive/schemas/users.json
tap_pipedrive/streams/__init__.py
tap_pipedrive/streams/activities.py
tap_pipedrive/streams/activity_types.py
tap_pipedrive/streams/currencies.py
tap_pipedrive/streams/deal_fields.py
tap_pipedrive/streams/deal_products.py
tap_pipedrive/streams/dealflow.py
tap_pipedrive/streams/deals.py
tap_pipedrive/streams/files.py
tap_pipedrive/streams/filters.py
tap_pipedrive/streams/notes.py
tap_pipedrive/streams/organizations.py
tap_pipedrive/streams/persons.py
tap_pipedrive/streams/pipelines.py
tap_pipedrive/streams/products.py
tap_pipedrive/streams/stages.py
tap_pipedrive/streams/users.py
tests/test_organizations_dynamic_fields.py
tests/test_pipedrive_all_fields.py
tests/test_pipedrive_automatic_fields.py
tests/test_pipedrive_bookmarks.py
tests/test_pipedrive_discovery.py
tests/test_pipedrive_pagination.py
tests/test_pipedrive_start_date.py
tests/test_pipedrive_sync_canary.py