Autodoc¶
Parser¶
- class giturlparse.parser.Parser(url)¶
A class responsible for parsing a GIT URL and return a Parsed object.
- parse()¶
Parses a GIT URL and returns an object. Raises an exception on invalid URL.
- Returns:
Parsed object
- Raise:
- class giturlparse.parser.ParserError¶
Error raised when a URL can’t be parsed.