Dawnflash / contacto

Python-based contact manager, MI-PYT semestral assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contacto

https://circleci.com/gh/Dawnflash/contacto.svg?style=shield&circle-token=6bac0991f94ce79de3df4510ec4e11258c29531f Documentation Status

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

Links

CLI

Operate the manager from the command line.

$ contacto
$ python -m contacto

GUI

Test the simple read-only GUI.

$ qcontacto [<database>]
$ python -m contacto.gui [<database>]

Building docs

Install the package with the dev extras. Docs are in the docs directory.

$ pip install .[dev]
$ cd docs
$ make html

License

Contacto is distributed under the GNU GPLv3 license, see LICENSE.

About

Python-based contact manager, MI-PYT semestral assignment

License:GNU General Public License v3.0


Languages

Language:Python 99.4%Language:HTML 0.6%