Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-model
167 commits behind the upstream repository.
Valentin Lorentz's avatar
vlorentz authored
1. hashes are now repr()ed as `hash_to_bytes("1234...")` instead of b"\x12\x34..."`
2. SWHID objects are now repr()ed as `CoreSWHID.from_string('swh:1:...:1234...')`
   instead of `CoreSWHID(scheme='swh', version='1', object_type=..., object_id=b'\x12\x34')`
3. enums are now repr()ed as `MyEnum.NAME` instead of "<MyEnum.NAME: 'value'>`

Thanks to these three changes, using repr() on a model object now prints
a string that can be pasted directly in a `.py` file to write a new
test case.
2ffe5dba
History

swh-model

Implementation of the Data model of the Software Heritage project, used to archive source code artifacts.

This module defines the notion of SoftWare Heritage persistent IDentifiers (SWHIDs) and provides tools to compute them:

   $ swh-identify fork.c kmod.c sched/deadline.c
   swh:1:cnt:2e391c754ae730bd2d8520c2ab497c403220c6e3    fork.c
   swh:1:cnt:0277d1216f80ae1adeed84a686ed34c9b2931fc2    kmod.c
   swh:1:cnt:57b939c81bce5d06fa587df8915f05affbe22b82    sched/deadline.c

   $ swh-identify --no-filename /usr/src/linux/kernel/
   swh:1:dir:f9f858a48d663b3809c9e2f336412717496202ab