queenbee.config.repositories module¶
- class queenbee.config.repositories.RepositoryReference(*, type: ~typing.Literal['RepositoryReference'] = 'RepositoryReference', annotations: ~typing.Dict[str, ~typing.Any] = <factory>, name: str, path: str)[source]¶
Bases:
BaseModel- fetch(auth_header: Dict[str, str] = {}) RepositoryIndex[source]¶
Fetch the referenced repository index
- Returns:
return the index from the repository reference
- Return type:
- model_config: ClassVar[ConfigDict] = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- name: str¶
- path: str¶
- type: Literal['RepositoryReference']¶