datalad_next.utils.MultiHash
- class datalad_next.utils.MultiHash(algorithms: list[str])[source]
Bases:
object
Compute any number of hashes as if computing just one
Supports any hash algorithm supported by the
hashlib
module of the standard library.