sugar3.profile module

User settings/configuration loading.

class sugar3.profile.Profile(path)

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
convert_profile()
is_valid()
privkey_hash
pubkey
sugar3.profile.get_color()
sugar3.profile.get_nick_name()
sugar3.profile.get_profile()
sugar3.profile.get_pubkey()

Previous topic

sugar3.power module

Next topic

sugar3.speech module

This Page