ADDRESS BOOK 0.3

Manage your address book.

SETUP (Operating System :: POSIX :: Linux)

Python <http://www.python.org/> must be installed on your computer to use this
program.

To install this program for all users of your computer, run: "./setup.py
install" with super-user privileges.

To install this program for yourself only, run: "./setup.py install --home=~".
Your PATH environment variable must include "~/bin" and your PYTHONPATH
environment variable must include "~/lib/python".

USAGE (Operating System :: POSIX :: Linux)

To use the CLI, run: "ab.py [OPTIONS] [SEARCH]".

To use the GUI, run: "ab-gtk.py".

LICENSE

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.  See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with
this program.  If not, see <http://www.gnu.org/licenses/>.

(c) 2010 Delvian Valentine <djdvalentine@gmail.com>
