core.network.auth

core.network.auth.get_auth(name: str) dict[source]

Returns a dictionary with credentials, using .netrc

name is the identifier (= machine in .netrc). This allows for several accounts on a single machine. The url is returned as account

core.network.auth.get_auth_dhus(name)[source]