Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Created September 20, 2024 21:35
Show Gist options
  • Select an option

  • Save KyMidd/97b475f62a16553e33ae75bcb1db08c0 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/97b475f62a16553e33ae75bcb1db08c0 to your computer and use it in GitHub Desktop.
# Get dependencies for each repo, write to CSV
repo_count = len(repo_names)
index=1
for repo in repo_names:
dependencies = get_repo_dependencies(repo, index, repo_count)
index+=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment