maestral.constants

This module provides constants used throughout the maestral, the GUI and CLI. It should be kept free of memory heavy imports.

class maestral.constants.FileStatus(value)[source]

Bases: enum.Enum

Enumeration of sync status

Unwatched = 'unwatched'
Uploading = 'uploading'
Downloading = 'downloading'
Error = 'error'
Synced = 'up to date'