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/activity_types.json
tap_pipedrive/schemas/currency.json
tap_pipedrive/schemas/filters.json
tap_pipedrive/schemas/goals.json
tap_pipedrive/schemas/pipelines.json
tap_pipedrive/schemas/stages.json
tap_pipedrive/schemas/recents/delete_log.json
tap_pipedrive/schemas/recents/files.json
tap_pipedrive/schemas/recents/users.json
tap_pipedrive/schemas/recents/dynamic_typing/activities.json
tap_pipedrive/schemas/recents/dynamic_typing/deals.json
tap_pipedrive/schemas/recents/dynamic_typing/notes.json
tap_pipedrive/schemas/recents/dynamic_typing/organizations.json
tap_pipedrive/schemas/recents/dynamic_typing/persons.json
tap_pipedrive/schemas/recents/dynamic_typing/products.json
tap_pipedrive/streams/__init__.py
tap_pipedrive/streams/activity_types.py
tap_pipedrive/streams/currencies.py
tap_pipedrive/streams/filters.py
tap_pipedrive/streams/goals.py
tap_pipedrive/streams/notes.py
tap_pipedrive/streams/pipelines.py
tap_pipedrive/streams/stages.py
tap_pipedrive/streams/recents/__init__.py
tap_pipedrive/streams/recents/delete_log.py
tap_pipedrive/streams/recents/files.py
tap_pipedrive/streams/recents/users.py
tap_pipedrive/streams/recents/dynamic_typing/__init__.py
tap_pipedrive/streams/recents/dynamic_typing/activities.py
tap_pipedrive/streams/recents/dynamic_typing/deals.py
tap_pipedrive/streams/recents/dynamic_typing/notes.py
tap_pipedrive/streams/recents/dynamic_typing/organizations.py
tap_pipedrive/streams/recents/dynamic_typing/persons.py
tap_pipedrive/streams/recents/dynamic_typing/products.py