For a list of github repos, looks up metadata about them and outputs TSV, which can be pasted into a Sheet.
Useful if you're trying to figure out who owns repos, at scale.
Assumes you haev org owner permissions.
After clone or When dependencies are updated:
uv sync
Each session:
# GITHUB_PAT needs these scopes
gh auth refresh -s repo,read:org,user:email
export GITHUB_PAT=$(gh auth token)
uv run repo_info.py
Regularly update the dependencies in the lockfile:
uv lock --upgrade