bridge.pipelines.bt2gh_for_pr_issues.map module#
Mapping classes for bio.tools to GitHub.
- class bridge.pipelines.bt2gh_for_pr_issues.map.MapBioTools2GitHub(repo, metadata, repo_path)[source]#
Bases:
ModelsMapMap bio.tools metadata record to GitHub
- Parameters:
repo_path (str)
- class bridge.pipelines.bt2gh_for_pr_issues.map.MapDestination(**data)[source]#
Bases:
BaseModelSet destination (issue or PR) for each mapped property.
- Parameters:
issue (list[str]) – List of properties to be mapped to issues.
pr (list[str]) – List of properties to be mapped to pull requests.
-
issue:
list[str]#
-
pr:
list[str]#