datalad_next.datasets.LeanAnnexRepo
- class datalad_next.datasets.LeanAnnexRepo(*args, **kwargs)[source]
Bases:
AnnexRepo
git-annex repository representation with a minimized API
This is a companion of
LeanGitRepo
. In the same spirit, it restricts its API to a limited set of method that extendLeanGitRepo
.