Module Contents

vault.get(service, key, read_only=False)[source]

Returns the value associated with key for the service. If the value is not found, prompts the user for the value, saves it and returns it. If the value is not found and read_only is True, returns None.

vault.set(service, key, value)[source]

Adds (key, value) to service.

Previous topic

Vault

This Page