Skip to content

Package table

package_table

A module to generate a table containing information about a package.

PackageTable

A Table Generator that associates packages with their repositories.

__init__

__init__(*args: Any, **kwargs: Any) -> PackageTable

Initializes the Repository Table Parser.

Parameters:

Name Type Description Default
args any

non-keyword arguments

()
kwargs any

None

{}

get_repo_name

get_repo_name(repo: git.Repo) -> str

Get the name of the repository.

parse

parse(
    session: Session, pathobj: Edk2Path, id: str, env: dict
) -> None

Glob for packages and insert them into the table.