Configuration#

Each runtime has its own class of prefs that define their operation. By default, the runtimes will attempt to load them from the default location specified in the Directories object:

class perceptivo.Directories(user_dir: pathlib.Path = PosixPath('/home/docs/.perceptivo'), prefs_file: pathlib.Path = PosixPath('/home/docs/.perceptivo/prefs.json'), log_dir: pathlib.Path = PosixPath('/home/docs/.perceptivo/logs'))#

Bases: object

user_dir: pathlib.Path = PosixPath('/home/docs/.perceptivo')#
prefs_file: pathlib.Path = PosixPath('/home/docs/.perceptivo/prefs.json')#
log_dir: pathlib.Path = PosixPath('/home/docs/.perceptivo/logs')#