friendlypics2.misc.app_settings module

Interface for persisting application settings

class friendlypics2.misc.app_settings.AppSettings[source]

Bases: object

Interface for accessing and persisting application settings

property data

reference to the raw settings data managed by this object. Used exclusively for the settings dialog

Type

dict

property file_version

gets the schema version for the config file

Type

str

property path

Location of the config file managed by this class

property pinterest_user

user to authenticate with to Pinterest

Type

str

save()[source]

Saves the current contents of the app settings for later reference