README.md
setup.cfg
setup.py
airbyte_source_my_hours.egg-info/PKG-INFO
airbyte_source_my_hours.egg-info/SOURCES.txt
airbyte_source_my_hours.egg-info/dependency_links.txt
airbyte_source_my_hours.egg-info/entry_points.txt
airbyte_source_my_hours.egg-info/requires.txt
airbyte_source_my_hours.egg-info/top_level.txt
integration_tests/__init__.py
integration_tests/acceptance.py
integration_tests/catalog.json
integration_tests/configured_catalog.json
integration_tests/invalid_config.json
integration_tests/sample_config.json
source_my_hours/__init__.py
source_my_hours/auth.py
source_my_hours/constants.py
source_my_hours/run.py
source_my_hours/source.py
source_my_hours/spec.json
source_my_hours/stream.py
source_my_hours/schemas/clients.json
source_my_hours/schemas/projects.json
source_my_hours/schemas/tags.json
source_my_hours/schemas/time_logs.json
source_my_hours/schemas/users.json
unit_tests/__init__.py
unit_tests/test_auth.py
unit_tests/test_source.py
unit_tests/test_stream.py