RepoInfo
Class: warmhub.RepoInfo
RepoInfo(org_name: str, name: str, display_name: str, visibility: str, created_at: int, description: str | None = None, archived_at: int | None = None, extra: Mapping[str, Any] = _empty(), raw: Mapping[str, Any] = _empty())A repository’s metadata. Mirrors RepoInfo in the TypeScript SDK.
visibility stays an open str rather than
Literal["public", "private"] for the same reason ThingItem.kind
does: narrowing it here would make the client reject a visibility the
backend adds later.
Properties and attributes
Section titled “Properties and attributes”org_name
Section titled “org_name”org_nameDocumentation is not yet available.
nameDocumentation is not yet available.
display_name
Section titled “display_name”display_nameDocumentation is not yet available.
visibility
Section titled “visibility”visibilityDocumentation is not yet available.
created_at
Section titled “created_at”created_atDocumentation is not yet available.
description
Section titled “description”description = NoneDocumentation is not yet available.
archived_at
Section titled “archived_at”archived_at = NoneEpoch milliseconds; None while the repository is live.
extra = field(default_factory=_empty)Documentation is not yet available.
raw = field(default_factory=_empty)Documentation is not yet available.