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.