sugar4.profile

User settings/configuration loading.

Classes

Profile

Local user's current options/profile information

Functions

get_profile()

get_nick_name()

get_color()

get_pubkey()

get_save_as()

Module Contents

class sugar4.profile.Profile(path)[source]

Bases: object

Local user’s current options/profile information

The profile is also responsible for loading the user’s public and private ssh keys from disk.

pubkey -- public ssh key
privkey_hash -- SHA has of the child's public key
pubkey[source]
privkey_hash[source]
is_valid()[source]
convert_profile()[source]
sugar4.profile.get_profile()[source]
sugar4.profile.get_nick_name()[source]
sugar4.profile.get_color()[source]
sugar4.profile.get_pubkey()[source]
sugar4.profile.get_save_as()[source]