People is a contact management framework.
It uses an IPC to expose its interfaces to the various clients willing to access, manipulate and synchronize contacts.
To build:
./waf configure
./waf build
./waf check # make sure all the tests pass
You can try out the friend client
./_build_/default/clients/friend/friend --help
Currently the friend client creates a dumb SQLite database in /tmp.
You can also try the DBus daemon
./_build_/default/src/people-service
# and then from another shell run
python clients/test-daemon.py
Product's homepage
Requirements:
· Vala
· libgee
· SQLite
· dbus-glib