https://forge.softwareheritage.org/source/swh-deposit.git
Raw File
Tip revision: 4752ab97240a63119e99899d7d663b0f28e6a949 authored by Antoine R. Dumont (@ardumont) on 22 April 2020, 16:13:26 UTC
deposit_read: Simplify api to return only relevant deposit information
Tip revision: 4752ab9
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
*.egg-info/
version.txt
build/
dist/
/analysis.org
/swh/deposit/fixtures/private_data.yaml
/swh/deposit.json
/test.json
/swh/test
db.sqlite3
/.noseids
*.tgz
*.zip
*.tar.gz
*.tar.bz2
*.tar.lzma
.tox/
.mypy_cache/
back to top