Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README.md | D | 23-Mar-2024 | 527 | 12 | 10 | |
__init__.py | D | 23-Mar-2024 | 0 | 1 | 0 | |
build_flasher.py | D | 23-Mar-2024 | 14.1 KiB | 365 | 297 | |
build_flasher_test.py | D | 23-Mar-2024 | 5.4 KiB | 136 | 101 | |
build_info.py | D | 23-Mar-2024 | 2.4 KiB | 73 | 46 | |
build_provider.py | D | 23-Mar-2024 | 12.6 KiB | 324 | 263 | |
build_provider_ab.py | D | 23-Mar-2024 | 3.1 KiB | 95 | 60 | |
build_provider_gcs.py | D | 23-Mar-2024 | 4.8 KiB | 114 | 85 | |
build_provider_local_fs.py | D | 23-Mar-2024 | 1.4 KiB | 41 | 18 | |
build_provider_pab.py | D | 23-Mar-2024 | 28.7 KiB | 729 | 598 | |
build_provider_pab_test.py | D | 23-Mar-2024 | 12.5 KiB | 318 | 277 | |
build_provider_test.py | D | 23-Mar-2024 | 4.8 KiB | 157 | 110 |
README.md
1# To set up client_secrets.json (once only) 2 3* Go to https://console.cloud.google.com/projectselector/apis/credentials/consent 4 and create a new project if needed. 5* Once on the consent screen, set the product name to anything and save. 6* Click "Create credentials" and select "OAuth client ID" 7* Under "Application type", select "Other". Click "Create". 8* Click the download button for the client you just created, 9 and save the resulting file at client_secrets.json 10 11# Running unit tests 12 python build_provider_pab_test.py