Module source

Source
Expand description

See GitSource.

Structsยง

GitSource
GitSource contains one or more packages gathering from a Git repository. Under the hood it uses RecursivePathSource to discover packages inside the repository.

Enumsยง

Revision ๐Ÿ”’
Indicates a Git revision that might be locked or deferred to be resolved.

Functionsยง

ident ๐Ÿ”’
Create an identifier from a URL, essentially turning proto://host/path/repo into repo-<hash-of-url>.
ident_shallow ๐Ÿ”’
Like ident(), but appends -shallow to it, turning proto://host/path/repo into repo-<hash-of-url>-shallow.