Skip to content
This repository was archived by the owner on Jul 3, 2019. It is now read-only.

l0b0/vcard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0778b76 · Jul 3, 2019
Feb 25, 2017
Feb 7, 2014
Mar 9, 2017
Feb 25, 2017
Jul 9, 2013
Feb 27, 2016
Feb 2, 2018
Feb 2, 2018
Dec 29, 2012
Feb 2, 2018
Feb 2, 2018
Jul 15, 2013
Feb 2, 2018
Jul 3, 2019
Oct 7, 2014
Aug 24, 2017
Jun 12, 2012
Jul 19, 2010
Apr 15, 2016
Feb 2, 2018
Apr 15, 2016
Nov 19, 2013
Jun 11, 2012
Nov 19, 2013
Feb 2, 2018
Oct 24, 2013

Repository files navigation

vCard module

Moved to GitLab

Build Status

This program can be used for strict validation and parsing of vCards. It currently supports vCard 3.0 (RFC 2426).

Additional scripts:

Installation / upgrade

sudo pip install --upgrade vcard

Examples

Development

Download:

git clone --recurse-submodules https://github.com/l0b0/vcard.git

Test:

make test

To test a specific Python version:

make PYTHON_VERSION=3.5.1 test

Test requirements:

  • gcc
  • gpg
  • tar
  • make
  • openssl development headers/libraries
  • pip
  • wget
  • zlib development headers/libraries