Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

build: update README to indicate that source has moved and delete all files#444

Merged
parthea merged 1 commit intomainfrom
migrate-library.2026-02-24.16-24-28
Feb 24, 2026
Merged

build: update README to indicate that source has moved and delete all files#444
parthea merged 1 commit intomainfrom
migrate-library.2026-02-24.16-24-28

Conversation

@parthea
Copy link
Contributor

@parthea parthea commented Feb 24, 2026

@parthea parthea requested review from a team as code owners February 24, 2026 16:25
@product-auto-label product-auto-label bot added the size: xl Pull request size is extra large. label Feb 24, 2026
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @parthea, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request signifies the archival of the google-auth-library-python-oauthlib repository. The project's source code and its complete history have been migrated to the google-cloud-python monorepo to centralize development and maintenance. Consequently, nearly all existing files in this repository have been removed, and the README.rst has been updated to guide users to the new, active development location.

Highlights

  • Repository Archival: This repository, google-auth-library-python-oauthlib, has been archived.
  • Source Code Relocation: The entire contents and history of this repository have been moved to the google-cloud-python monorepo, specifically to google-cloud-python/packages/google-auth-oauthlib.
  • Extensive File Deletion: Almost all files within this repository have been deleted as part of the archival process, with the exception of the README.rst file.
  • README Update: The README.rst file has been updated to include a prominent note indicating the repository's archival and providing a direct link to its new location within the monorepo.
Changelog
  • .coveragerc
    • Removed file.
  • .flake8
    • Removed file.
  • .github/CODEOWNERS
    • Removed file.
  • .github/CONTRIBUTING.md
    • Removed file.
  • .github/ISSUE_TEMPLATE/bug_report.md
    • Removed file.
  • .github/ISSUE_TEMPLATE/feature_request.md
    • Removed file.
  • .github/ISSUE_TEMPLATE/support_request.md
    • Removed file.
  • .github/PULL_REQUEST_TEMPLATE.md
    • Removed file.
  • .github/auto-label.yaml
    • Removed file.
  • .github/blunderbuss.yml
    • Removed file.
  • .github/flakybot.yaml
    • Removed file.
  • .github/header-checker-lint.yml
    • Removed file.
  • .gitignore
    • Removed file.
  • .kokoro/build.sh
    • Removed file.
  • .kokoro/continuous/common.cfg
    • Removed file.
  • .kokoro/continuous/continuous.cfg
    • Removed file.
  • .kokoro/continuous/prerelease-deps.cfg
    • Removed file.
  • .kokoro/populate-secrets.sh
    • Removed file.
  • .kokoro/presubmit/common.cfg
    • Removed file.
  • .kokoro/presubmit/prerelease-deps.cfg
    • Removed file.
  • .kokoro/presubmit/presubmit.cfg
    • Removed file.
  • .kokoro/test-samples-against-head.sh
    • Removed file.
  • .kokoro/test-samples-impl.sh
    • Removed file.
  • .kokoro/test-samples.sh
    • Removed file.
  • .kokoro/trampoline.sh
    • Removed file.
  • .kokoro/trampoline_v2.sh
    • Removed file.
  • .librarian/state.yaml
    • Removed file.
  • .pre-commit-config.yaml
    • Removed file.
  • .trampolinerc
    • Removed file.
  • .vscode/settings.json
    • Removed file.
  • CHANGELOG.md
    • Removed file.
  • CODE_OF_CONDUCT.md
    • Removed file.
  • CONTRIBUTING.rst
    • Removed file.
  • MANIFEST.in
    • Removed file.
  • README.rst
    • Updated to indicate repository archival and new source location.
  • docs/_static/custom.css
    • Removed file.
  • docs/_templates/layout.html
    • Removed file.
  • docs/conf.py
    • Removed file.
  • docs/index.rst
    • Removed file.
  • docs/reference/google_auth_oauthlib.flow.rst
    • Removed file.
  • docs/reference/google_auth_oauthlib.helpers.rst
    • Removed file.
  • docs/reference/google_auth_oauthlib.rst
    • Removed file.
  • docs/reference/google_auth_oauthlib.tool.rst
    • Removed file.
  • docs/reference/modules.rst
    • Removed file.
  • google_auth_oauthlib/init.py
    • Removed file.
  • google_auth_oauthlib/flow.py
    • Removed file.
  • google_auth_oauthlib/helpers.py
    • Removed file.
  • google_auth_oauthlib/interactive.py
    • Removed file.
  • google_auth_oauthlib/tool/main.py
    • Removed file.
  • noxfile.py
    • Removed file.
  • pylint.config.py
    • Removed file.
  • pytest.ini
    • Removed file.
  • renovate.json
    • Removed file.
  • scripts/decrypt-secrets.sh
    • Removed file.
  • scripts/readme-gen/readme_gen.py
    • Removed file.
  • scripts/readme-gen/templates/README.tmpl.rst
    • Removed file.
  • scripts/readme-gen/templates/auth.tmpl.rst
    • Removed file.
  • scripts/readme-gen/templates/auth_api_key.tmpl.rst
    • Removed file.
  • scripts/readme-gen/templates/install_deps.tmpl.rst
    • Removed file.
  • scripts/readme-gen/templates/install_portaudio.tmpl.rst
    • Removed file.
  • setup.py
    • Removed file.
  • testing/.gitignore
    • Removed file.
  • testing/constraints-3.7.txt
    • Removed file.
  • testing/constraints-3.9.txt
    • Removed file.
  • tests/unit/data/client_secrets.json
    • Removed file.
  • tests/unit/test_flow.py
    • Removed file.
  • tests/unit/test_helpers.py
    • Removed file.
  • tests/unit/test_interactive.py
    • Removed file.
  • tests/unit/test_tool.py
    • Removed file.
Ignored Files
  • Ignored by pattern: .github/workflows/** (3)
    • .github/workflows/docs.yml
    • .github/workflows/lint.yml
    • .github/workflows/unittest.yml
Activity
  • No human activity (comments, reviews) has been recorded for this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request archives the google-auth-oauthlib repository and redirects users to the new location within the google-cloud-python monorepo. All files except the README.rst, LICENSE, and SECURITY.md have been removed. The README.rst has been updated to reflect the archiving and provide the new repository link. This is a significant change, effectively migrating the project. The changes are straightforward and achieve the stated goal of archiving the repository and updating the README.

Comment on lines +1 to +3
:**NOTE**: **This github repository is archived. The repository contents and history have moved to** `google-cloud-python`_.

.. _google-cloud-python: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-auth-oauthlib
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The note about the repository being archived and its new location is crucial for users. It's well-placed at the beginning of the README. The link provided is correct and points to the new monorepo location.

Copy link
Contributor

@chalmerlowe chalmerlowe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@parthea parthea merged commit 7b39937 into main Feb 24, 2026
6 of 7 checks passed
@parthea parthea deleted the migrate-library.2026-02-24.16-24-28 branch February 24, 2026 17:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

size: xl Pull request size is extra large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants