Metadata-Version: 2.1
Name: abook
Version: 0.8.0
Summary: Python library to convert between Abook and vCard
Home-page: https://github.com/jspricke/python-abook
Author: Jochen Sprickerhof
Author-email: abook@jochen.sprickerhof.de
License: GPLv3+
Keywords: Abook
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE

Python library to convert between Abook and vCard
=================================================

* Reads and writes `Abook <http://abook.sourceforge.net/>`_ files.
* Saves photo to ~/.abook/photo/NAME.jpeg (if directory is present).

Configuration
-------------

::

  field other = Other
  view CONTACT = name, email
  view ADDRESS = address, address2, city, state, zip, country
  view PHONE = phone, workphone, mobile, other
  view OTHER = nick, url, notes


