HomeSoftware Heritage

identifiers: Improve persistent identifiers representation

Description

identifiers: Improve persistent identifiers representation

This commit changes the swh pids representation returned by the
parse_persistent_identifier function from a dict to a named tuple.
Also, the 'object_type' attribute of that named tuple now contains
a full name instead of an abbreviated one.

Closes T1112
Closes T1125