module documentation

Undocumented

Class Command No class docstring; 0/1 property, 0/1 instance variable, 0/2 class variable, 1/8 method documented
Function extract_domain Extract domain name from URL string
Function sanitize_module_name Sanitize the given module name, by replacing dashes and points with underscores and prefixing it with a letter if it doesn't start with one
def extract_domain(url): (source)

Extract domain name from URL string

def sanitize_module_name(module_name): (source)

Sanitize the given module name, by replacing dashes and points with underscores and prefixing it with a letter if it doesn't start with one