| |
- vcorelib.logging.LoggerMixin(builtins.object)
-
- GithubDependency
class GithubDependency(vcorelib.logging.LoggerMixin) |
|
GithubDependency(owner: str, repo: str, *args, version: str = 'latest', data: Dict[str, Any] = None, **kwargs) -> None
A class for managing GitHub dependencies. |
|
- Method resolution order:
- GithubDependency
- vcorelib.logging.LoggerMixin
- builtins.object
Methods defined here:
- __init__(self, owner: str, repo: str, *args, version: str = 'latest', data: Dict[str, Any] = None, **kwargs) -> None
- Initialize this instance.
- download_release_assets(self, filt: Callable[[dict[str, Any]], Optional[pathlib.Path]], extract: bool = True) -> None
- Ensure release assets are downloaded.
Data and other attributes defined here:
- __annotations__ = {}
Methods inherited from vcorelib.logging.LoggerMixin:
- log_time(self, message: str, *args, level: int = 20, reminder: bool = False, **kwargs) -> Iterator[NoneType]
- A simple wrapper.
Data descriptors inherited from vcorelib.logging.LoggerMixin:
- __dict__
- dictionary for instance variables
- __weakref__
- list of weak references to the object
| |