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.