LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
tap_circle_ci/__init__.py
tap_circle_ci/client.py
tap_circle_ci/discover.py
tap_circle_ci/exceptions.py
tap_circle_ci/sync.py
tap_circle_ci.egg-info/PKG-INFO
tap_circle_ci.egg-info/SOURCES.txt
tap_circle_ci.egg-info/dependency_links.txt
tap_circle_ci.egg-info/entry_points.txt
tap_circle_ci.egg-info/requires.txt
tap_circle_ci.egg-info/top_level.txt
tap_circle_ci/schemas/collaborations.json
tap_circle_ci/schemas/context.json
tap_circle_ci/schemas/deploy.json
tap_circle_ci/schemas/groups.json
tap_circle_ci/schemas/jobs.json
tap_circle_ci/schemas/pipeline_definition.json
tap_circle_ci/schemas/pipelines.json
tap_circle_ci/schemas/project.json
tap_circle_ci/schemas/schedule.json
tap_circle_ci/schemas/trigger.json
tap_circle_ci/schemas/workflows.json
tap_circle_ci/streams/__init__.py
tap_circle_ci/streams/abstracts.py
tap_circle_ci/streams/collaborations.py
tap_circle_ci/streams/context.py
tap_circle_ci/streams/deploy.py
tap_circle_ci/streams/groups.py
tap_circle_ci/streams/jobs.py
tap_circle_ci/streams/pipeline_definition.py
tap_circle_ci/streams/pipelines.py
tap_circle_ci/streams/project.py
tap_circle_ci/streams/schedule.py
tap_circle_ci/streams/trigger.py
tap_circle_ci/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_start_date.py