1
0

Add phase 2 - download default branch commits for repositories collected in phase 1

This commit is contained in:
HBrahmbhatt
2026-04-23 19:16:50 -07:00
parent 96906ee00f
commit 98696ddb29
18 changed files with 991 additions and 381 deletions

View File

@@ -16,12 +16,16 @@ dependencies = [
]
[project.scripts]
github-datapipe = "github_datapipe.extract_repos:main"
github-datapipe = "github_datapipe.cli:main"
[tool.poetry]
packages = [
{ include = "github_datapipe", from = "src" }
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
pythonpath = ["src"]
pythonpath = ["src"]