Module G.b.localfile

Part of GTG.backends

A read/write backend that will store your tasks in an XML file.

This file will be in your $XDG_DATA_DIR/gtg folder.

Function get_name Return the name of the backend as it should be displayed in the UI.
Function get_description Return a description of the backend.
Function get_parameters Return a dictionary of parameters supported by this backend.
Function get_features Return the features of this backend.
Function get_type Return the type of the backend.
Class Backend An instance of this backend.
def get_name():
Return the name of the backend as it should be displayed in the UI.
def get_description():
Return a description of the backend.
def get_parameters():
Return a dictionary of parameters supported by this backend.

The keys must be strings and are the names of the parameters. The values are the types of the parameters. Valid types are 'string', 'password', 'int', 'bool'.

Note that 'string' is the only currently supported type.

def get_features():
Return the features of this backend.
def get_type():
Return the type of the backend.
ReturnsOne of 'readwrite', 'readonly', 'import', 'export'.
API Documentation for GTG, generated by pydoctor at 2009-07-19 21:37:32.