glpkg.package

Module Contents

Classes

Package

Normalized representation of a single package from glpkg.json

UploadedPackage

A Package subclass for built and uploaded packages. It's an

Functions

gitlab_instance_dirname(→ str)

Replace various characters in the GitLab instance URL, so that it can be

class glpkg.package.Package

Normalized representation of a single package from glpkg.json

config :glpkg.config.Config
alias :str
name :str
version :str
filename :str
gitlab_instance :str
project_id :int
__post_init__()
get_subpath() str

Get string representing both package path in the download directory and its key in the lockfile

get_url() str

Get URL pointing to the package location on the GitLab instance

get_path() pathlib.Path

Get path to this package

class glpkg.package.UploadedPackage(config: glpkg.config.Config, alias: str, name: str, version: str, filename: str, gitlab_instance: str, project_id: int, build: str)

Bases: Package

A Package subclass for built and uploaded packages. It’s an equivalent to a value in the “upload” dict

glpkg.package.gitlab_instance_dirname(instance_url: str) str

Replace various characters in the GitLab instance URL, so that it can be used as a directory name