module documentation

Undocumented

Function git_change_protocol Undocumented
Function git_clone Undocumented
Function git_clone_all Undocumented
Function git_history Undocumented
Function git_message Undocumented
Function git_pull Undocumented
Function git_pull_all Undocumented
Function git_status Undocumented
Function https_to_pat Undocumented
Function https_to_ssh Undocumented
Function pat_to_https Undocumented
Function pat_to_pat Undocumented
Function pat_to_ssh Undocumented
Function ssh_to_https Undocumented
Function ssh_to_pat Undocumented
Constant KEEPS Undocumented
Constant THROTTLE_PULL Undocumented
Constant THROTTLE_STATUS Undocumented
def git_change_protocol(params, new_protocol, dry, debug, token, minimal=False):

Undocumented

def git_clone(phttps, spath, msg, debug):

Undocumented

def git_clone_all(params, dry, debug, to_clone):

Undocumented

def git_history(gpath, msg, debug):

Undocumented

def git_message(process, msg, debug, force_msg=False):

Undocumented

def git_pull(gpath, msg, debug):

Undocumented

def git_pull_all(params, action, dry, debug, to_pull):

Undocumented

def git_status(gpath, msg, debug):

Undocumented

def https_to_pat(line, token):

Undocumented

def https_to_ssh(line, server):

Undocumented

def pat_to_https(line):

Undocumented

def pat_to_pat(line, token):

Undocumented

def pat_to_ssh(line, server):

Undocumented

def ssh_to_https(line, server):

Undocumented

def ssh_to_pat(line, server, token):

Undocumented

KEEPS: int =

Undocumented

Value
10
THROTTLE_PULL: float =

Undocumented

Value
0.05
THROTTLE_STATUS: float =

Undocumented

Value
0.01