Module parsers

Source
Expand description

The parsers module exists to handle some strings and returns requested parts of it For instance, it gets, from a given repository URL, its author and project name.

Functionsยง

get_author
From a project URL, retrieves its author with regex processing.
get_repository
From a project URL, retrieves its repository with regex processing.