nephila / giturlparse

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

[Feature Request] Support parsing `blob` and `tree` urls #10

Closed devxpy closed 3 years ago

devxpy commented 6 years ago

Can you please add support for "blob" urls like "https://github.com/jessfraz/dockerfiles/blob/master/buttslock/buttslock.py"

and "tree" urls like "https://github.com/jessfraz/dockerfiles/tree/master/buttslock"

yakky commented 5 years ago

@devxpy thanks for reporting. PR #19 should provide the required feature