wesley chun
wesley chun
updated Python client to Python 3 so local development testbed tests succeed
The `requirements.txt` file is not Python 2 compatible. The following errors appear when executing the directions in the `README` to deploy this as a Python 2 app to App Engine....
- Replace use of `google-auth-library` with `@google-cloud/local-auth` - Remove use of `oob` OAuth2 flow which was [deprecated Feb 2022](https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html) - Remove unused pkgs per `npx depcheck` - Updated tests so...
Tweaks so the code more closely matches the codelab which was updated to support the product name change and other minor fixes.
chore: update README per template
chore: update README per template
chore: update README to template
chore: update README per template
chore: update README per template
chore: update README per template