Welcome to the Contacto project!
This is an attempt to bring maximum flexibility to contact managers.
Contacto is targeted at developers and has a simple interface:
$ pip install contacto
$ contacto -o new.db set -r Family/Mom/age 48
$ contacto -o new.db get
> Family
- Mom
- age: 48
Operate the manager from the command line.
$ contacto
$ python -m contacto
Test the simple read-only GUI.
$ qcontacto [<database>]
$ python -m contacto.gui [<database>]
Install the package with the dev
extras.
Docs are in the docs
directory.
$ pip install .[dev]
$ cd docs
$ make html
Contacto is distributed under the GNU GPLv3 license, see LICENSE.