.coveragerc
.gitattributes
.gitignore
.gitremotes
.pre-commit-config.yaml
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
setup.cfg
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.devcontainer/local_build.sh
.github/pages/index.html
.github/workflows/code.yml
.github/workflows/docs.yml
.github/workflows/linkcheck.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/.ropeproject/config.py
docs/.notes
docs/conf.py
docs/explanations.rst
docs/how-to.rst
docs/index.rst
docs/reference.rst
docs/tutorials.rst
docs/_static/theme_overrides.css
docs/explanations/folders.rst
docs/explanations/googleapiissues.rst
docs/explanations/notes.rst
docs/explanations/tokens.rst
docs/how-to/comparison.rst
docs/how-to/cron.rst
docs/how-to/windows.rst
docs/images/logo.png
docs/reference/api.rst
docs/reference/contributing.rst
docs/tutorials/installation.rst
docs/tutorials/login.rst
docs/tutorials/oauth2.rst
docs/tutorials/login-images/01-sign-in.png
docs/tutorials/login-images/02-verify.png
docs/tutorials/login-images/03-verify2.png
docs/tutorials/login-images/04-access.png
docs/tutorials/oauth-images/0.png
docs/tutorials/oauth-images/1.png
docs/tutorials/oauth-images/10-test_users.png
docs/tutorials/oauth-images/11-summary.png
docs/tutorials/oauth-images/12-create_creds.png
docs/tutorials/oauth-images/14-create_id.png
docs/tutorials/oauth-images/15-created.png
docs/tutorials/oauth-images/2.png
docs/tutorials/oauth-images/3.png
docs/tutorials/oauth-images/4.png
docs/tutorials/oauth-images/5.png
docs/tutorials/oauth-images/6.png
docs/tutorials/oauth-images/7-oauth_concent.png
docs/tutorials/oauth-images/8-app_registration.png
docs/tutorials/oauth-images/9-scopes.png
src/gphotos_sync/BadIds.py
src/gphotos_sync/BaseMedia.py
src/gphotos_sync/Checks.py
src/gphotos_sync/DatabaseMedia.py
src/gphotos_sync/DbRow.py
src/gphotos_sync/GoogleAlbumMedia.py
src/gphotos_sync/GoogleAlbumsRow.py
src/gphotos_sync/GoogleAlbumsSync.py
src/gphotos_sync/GooglePhotosDownload.py
src/gphotos_sync/GooglePhotosIndex.py
src/gphotos_sync/GooglePhotosMedia.py
src/gphotos_sync/GooglePhotosRow.py
src/gphotos_sync/LocalData.py
src/gphotos_sync/LocalFilesMedia.py
src/gphotos_sync/LocalFilesRow.py
src/gphotos_sync/LocalFilesScan.py
src/gphotos_sync/Logging.py
src/gphotos_sync/Main.py
src/gphotos_sync/Queries.py
src/gphotos_sync/Settings.py
src/gphotos_sync/Utils.py
src/gphotos_sync/__init__.py
src/gphotos_sync/__main__.py
src/gphotos_sync/_version.py
src/gphotos_sync/authorize.py
src/gphotos_sync/restclient.py
src/gphotos_sync.egg-info/PKG-INFO
src/gphotos_sync.egg-info/SOURCES.txt
src/gphotos_sync.egg-info/dependency_links.txt
src/gphotos_sync.egg-info/entry_points.txt
src/gphotos_sync.egg-info/requires.txt
src/gphotos_sync.egg-info/top_level.txt
src/gphotos_sync/sql/console.sql
src/gphotos_sync/sql/gphotos_create.sql
tests/__init__.py
tests/test_account.py
tests/test_boilerplate_removed.py
tests/test_full_library.py
tests/test_setup.py
tests/test-data/1987-JohnWoodAndGiles.jpg
tests/test-data/20180126_185832.jpg
tests/test-data/IMG_20180908_132733-gphotos.jpg
tests/test-data/IMG_20180908_132733-insync.jpg
tests/test-data/IMG_20190102_112832.jpg
tests/test-data/PIC00002 (2).jpg
tests/test-data/PIC00002.jpg
tests/test_credentials/.gphotos.token
tests/test_credentials/client_secret.json
tests/test_system/__init__.py
tests/test_system/test_database.py
tests/test_system/test_network.py
tests/test_system/test_regression.py
tests/test_system/test_requests.py
tests/test_system/test_system.py
tests/test_units/__init__.py
tests/test_units/test_errors.py
tests/test_units/test_local_scan.py
tests/test_units/test_units.py