Welcome to taskc’s documentation!

Contents:

class taskc.simple.TaskdConnection(port=53589)[source]
classmethod from_taskrc(taskrc='~/.taskrc', **kwargs)[source]

Build a TaskdConnection from a taskrc file

classmethod is used to allow inheritance

taskrc: configuration file for taskwarrior

kwargs: arguments to pass to the constructor of TaskdConnection

manage_connection()[source]
pull(*args, **kwargs)[source]
put(*args, **kwargs)[source]
recv()[source]

Parse out the size header & read the message

stats(*args, **kwargs)[source]
sync(sync_key)[source]

Sync our tasks and server’s, takes sync_key (uuid debounce from previous txn)

Indices and tables