nephila / giturlparse

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

ssh:// github urls not supported #20

Closed sbidoul closed 3 years ago

sbidoul commented 5 years ago

Hi,

I noticed ssh:// urls are not recognized, such as ssh://git@github.com/Org/Repo.git.

I tried a PR but the current code structure does not make it very easy to support this properly and I ran out of time. Perhaps this could be taken into account in #10?

Thanks for this lib!

yakky commented 3 years ago

@sbidoul thanks for reporting this, it will be fixed in #19