Part of GTG
The modules in here define the data model of GTG.
| Module | datastore | The heart of GTG. |
| Module | dbuswrapper | Undocumented |
| Module | firstrun_tasks | Undocumented |
| Module | requester | Abstraction layer around the GTG datastore. |
| Module | tagstore | Where tags are stored. Also defines the Tag object. |
| Module | task | A task. |
From the __init__.py module:
| Class | CoreConfig | No class docstring; 1/4 methods documented |
| Function | create_directory | Create directory if it doesn't exist. |
| Function | create_file | Create filename if it doesn't exist. |