pkgcore.sync.sqfs module

class pkgcore.sync.sqfs.sqfs_syncer(basedir, uri, dest=None, **kwargs)[source]

Bases: http_syncer

static parse_uri(raw_uri)[source]

Return the real URI with any protocol prefix stripped.

supported_uris = (('sqfs+http://', 5), ('sqfs+https://', 5))