LICENSE
README.md
setup.py
tap_copper/__init__.py
tap_copper/client.py
tap_copper/discover.py
tap_copper/exceptions.py
tap_copper/schema.py
tap_copper/sync.py
tap_copper.egg-info/PKG-INFO
tap_copper.egg-info/SOURCES.txt
tap_copper.egg-info/dependency_links.txt
tap_copper.egg-info/entry_points.txt
tap_copper.egg-info/requires.txt
tap_copper.egg-info/top_level.txt
tap_copper/schemas/account.json
tap_copper/schemas/activities_search.json
tap_copper/schemas/companies.json
tap_copper/schemas/contact_types.json
tap_copper/schemas/custom_field_definitions.json
tap_copper/schemas/customer_sources.json
tap_copper/schemas/lead_statuses.json
tap_copper/schemas/leads.json
tap_copper/schemas/loss_reasons.json
tap_copper/schemas/opportunities.json
tap_copper/schemas/people.json
tap_copper/schemas/pipeline_stages.json
tap_copper/schemas/pipelines.json
tap_copper/schemas/projects.json
tap_copper/schemas/tags.json
tap_copper/schemas/tasks.json
tap_copper/schemas/users.json
tap_copper/streams/__init__.py
tap_copper/streams/abstracts.py
tap_copper/streams/account.py
tap_copper/streams/activities_search.py
tap_copper/streams/companies.py
tap_copper/streams/contact_types.py
tap_copper/streams/custom_field_definitions.py
tap_copper/streams/customer_sources.py
tap_copper/streams/lead_statuses.py
tap_copper/streams/leads.py
tap_copper/streams/loss_reasons.py
tap_copper/streams/opportunities.py
tap_copper/streams/people.py
tap_copper/streams/pipeline_stages.py
tap_copper/streams/pipelines.py
tap_copper/streams/projects.py
tap_copper/streams/tags.py
tap_copper/streams/tasks.py
tap_copper/streams/users.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