(proposal) I had to open some more methods (`download`, `uncompress`,
`read_intrinsic_metadata`)
Contrary to other package loadersBecause, contrary to other package loaders, all artifacts (for a package version) are ingested as
one revision.
There is no optimization about reading the snapshot yet (->see D2142 for that improvment)
WNote that we'll need to adapt slightly the debian lister to pass solely the origin url and not the origin dict (It's done within the D2137, for the lister and D2138 for the first debian implementation to align).
Note:
This does not use `swh.storage.schemata` so when this lands, this`schemata` most probably can either move back to the lister stack (that's the lister's model initialization) or even be dropped altogether...)
Related T2025
Related D2133
Related D2134