High level lib to manage the holy quests of your life (in other words GTD next actions)
Project description
http://worlddomination.be/holygrail
HolyGrail aims to be a base library to interact with a todo (missions) database. It provides a simple interface allowing you to interact with your todo in several ways. It’s a GTD (getting things done) oriented approach.
This means that you can create and use whatever client you like (on the same db) and even use multiple interfaces on the same database (ie: cli, mail, web application etc).
Yes, this is nerdy and I like it.
My main inspiration is Tracks (getontracks.org).
- This database handle:
missions (todos)
quests (projects)
realms (contexts)
and all operations on them via one main class: Grail.
I found the todo/project/context vocabulary boring and non motivating so I’ve chose to use the medieval one.
If you like tracks main view, I have written a main_view method that recreate this behavior.
For the moment their isn’t any released client but I’m working on a ncurse one (I have also a really dirty cli client).
Installation
(sudo) python setup.py install
Create a ~/.holygrailrc file and add:
[holygrail] uri=value # according to http://www.sqlobject.org/SQLObject.html#declaring-a-connection
For example for sqlite:
uri=sqlite:/home/user/.holygrail.db
or for mysql (don’t forget to create the username/database etc …):
uri=mysql://username:password@localhost/database
If you have questions, bugs etc … ping me on irc.freenode.net, nick Bram, or mail me at <cortex@worlddomination.be>
Tests
cd holygrail && python test_holygrail.py
Or use nosetests/py.test.
Changelog
- 0.2.1 Perceval
Various doc updates and rehosting of the project on github
also: wheels
- 0.2 Perceval
API change: now every list_* methods return a generator, not a list. This increase the performances.
API change: last_completed_missions return only 5 missions by default, an argument can increase this number
fix a bug with quest and realm “get_missions” method that won’t return any missions if the quest/realm is hidden
refactoring and various tests
- 0.1.2
fix fail import on privates class
- 0.1.1
get_missions() of realm and project now respect missions visibility and have an “all_mission attribute”
due missions in the super main view are now correctly sorted
unittests and refactoring for the super main view
when the database isn’t specify in the config file, give an url who point to some help
update the remove method of realm description
remove method of a realm update the positions of the realms
list_realms(all_realms=True) now respect realms positions
- 0.1 Galahad
first release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file HolyGrail-0.2.1.Perceval.tar.gz
.
File metadata
- Download URL: HolyGrail-0.2.1.Perceval.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 24b0d5817746300c69817a3bbe74079c650144a3a3071a967f214ffab813179b |
|
MD5 | 031fc2faff26849d7e05d415262f9db7 |
|
BLAKE2b-256 | dfc84d09a85569f31e5ff4ffbaab6d1c76d88a4ea4d91177c00ffc25f6849eec |
File details
Details for the file HolyGrail-0.2.1.Perceval-py2.7.egg
.
File metadata
- Download URL: HolyGrail-0.2.1.Perceval-py2.7.egg
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ea0b29612737ef24408661681b52bbcd6771d4b999a3ed72fde9f77221029e66 |
|
MD5 | 012b2ffb569cc1372c35015ceaf22e61 |
|
BLAKE2b-256 | d2b5eee952c92a011ad5fd9a3732cc8542c068461ec3022d74abd19449a4aecd |
File details
Details for the file HolyGrail-0.2.1.Perceval-py2-none-any.whl
.
File metadata
- Download URL: HolyGrail-0.2.1.Perceval-py2-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags:
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce754dc452f5fd6afe9034a00ab96fbeb3a554bf41e9783633b645bef3d58749 |
|
MD5 | e70dc612d1610a8ad37479520bd9f127 |
|
BLAKE2b-256 | 3bd05deefda5c85350b135a8def3f8148bb8897a3dee6ec4b55ed14ec7e638bd |