nephila / giturlparse

Parse & rewrite git urls (supports GitHub, Bitbucket, Assembla ...)
https://pypi.python.org/pypi/giturlparse
Apache License 2.0
29 stars 22 forks source link

Can you add AWS CodeCommit, Azure Repo, Google Cloud source repo support? #82

Open MacHu-GWU opened 9 months ago

MacHu-GWU commented 9 months ago

Description

They are the major git repo as service provider for enterprise, can you add support for those platform?

Here are some repo url examples for AWS CodeCommit

https://git-codecommit.us-east-1.amazonaws.com/v1/repos/repo-name
ssh://git-codecommit.us-east-1.amazonaws.com/v1/repos/repo-name
codecommit::us-east-1://repo-name

Proposed solution

Just add more regex pattern

protoroto commented 8 months ago

@MacHu-GWU Hi! Thanks for this report: sadly, I'm not sure we actually have time now to add support for more repos. We'll be happy to review a pull request if you can, and have time, to tackle this.