mods.entry

commands to enter data.

class Entry(*args, **kwargs)[source]

Bases: mads.object.Object

Data Entry class .

Construct an Object, dotted dictionairy access instead of brackets.

class Log(*args, **kwargs)[source]

Bases: mods.entry.Entry

a log entry to log what is happening on the day.

Construct an Object, dotted dictionairy access instead of brackets.

class Rss(*args, **kwargs)[source]

Bases: mods.entry.Entry

a RSS entry

Construct an Object, dotted dictionairy access instead of brackets.

class Shop(*args, **kwargs)[source]

Bases: mods.entry.Entry

a shopping item for the wife to shop.

Construct an Object, dotted dictionairy access instead of brackets.

class Todo(*args, **kwargs)[source]

Bases: mods.entry.Entry

a todo entry

Construct an Object, dotted dictionairy access instead of brackets.

class Tomorrow(*args, **kwargs)[source]

Bases: mods.entry.Entry

a todo for tomorrow to be done.

Construct an Object, dotted dictionairy access instead of brackets.

alias(event)[source]

key, value aliases.

log(event)[source]

log some text.

rss(event)[source]

add a rss url.

shop(event)[source]

add a shopitem to the shopping list.

todo(event)[source]

log a todo item.

tomorrow(event)[source]

show todo items for tomorrow.