To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used. Select below a type of object currently browsed in order to display its associated SWHID and permalink.
swh:1:cnt:7f8c85a00992c2444d015390716bc1a795584786
import os.path def build_path(path): for i in path: if not os.path.exists(i): os.makedirs(i)