Completely breaks with uris like 'git+https://imbot:xyz@bitbucket.org/myorg/myrepo.git@r181'
p=parse('git+https://imbot:xyz@bitbucket.org/myorg/myrepo.git@r181')<ipython-input-12-ae88ad3206df>in<module>()
---->1p.github/home/stu/.virtualenvs/juggler-ng/lib/python3.5/site-packages/giturlparse/result.pyingithub(self)
93 @property94defgithub(self):
--->95returnself.platform=='github'9697 @propertyAttributeError: 'GitUrlParsed'objecthasnoattribute'platform'
---->1p.host/home/stu/.virtualenvs/juggler-ng/lib/python3.5/site-packages/giturlparse/result.pyinhost(self)
39 @property40defhost(self):
--->41returnself.domain4243 @propertyAttributeError: 'GitUrlParsed'objecthasnoattribute'domain'
Completely breaks with uris like 'git+https://imbot:xyz@bitbucket.org/myorg/myrepo.git@r181'