nutrimatic.core.github
nutri-matic Package
Description: Github API Core
Functions
fetch_config(repo_url) | Fetch cookiecutter.json from a GitHub repo, trying both main and master branches. |
|---|---|
fetch_namespace(namespace) | Fetch all repositories in a namespace and their configs. |
nutrimatic.core.github.fetch_config(repo_url)
Fetch cookiecutter.json from a GitHub repo, trying both main and master branches.
- Return type:
ConfigData|None
nutrimatic.core.github.fetch_namespace(namespace)
Fetch all repositories in a namespace and their configs.
- Return type:
Namespace