https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 10443b8a17c4bd866884fe9c572ba8d13391656c authored by Antoine R. Dumont (@ardumont) on 25 June 2020, 16:37:18 UTC
Iterate over paginated visits in batches to retrieve latest visit/snapshot
Tip revision: 10443b8
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
build/
dist/
*.egg-info
version.txt
.vscode/
.hypothesis/
/.tox/
.mypy_cache/
back to top