find_repo_url

This module implements the logic to convert a remote origin url from the .git/config to a web url that you can use to open the repo in web browser. Note that the url is the landing page of the repo, not the url of any folder and file.

git_web_url.find_repo_url.parse_aws_codecommit_remote_origin_url(remote_origin_url: str) str[source]

Extract the region from the remote origin url of AWS CodeCommit.

Parameters:

remote_origin_url

Returns:

region