Skip to content

Zearin/python-vcard

 
 

Repository files navigation

vCard module

Build Status

This program can be used for strict validation and parsing of vCards.

Additional scripts:

Installation / upgrade

If your system uses Python 3 as the system Python, you'll have to install pip2 and use that instead of pip below.

sudo pip install --upgrade vcard

Examples

Development

Download:

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

Virtualenv setup:

virtualenv --python=python2.7 /path/to/virtualenv
. /path/to/virtualenv/bin/activate

Test:

make test

To test a specific Python version:

make python_version_major=2 python_version_minor=7 python_version_patch=5 test

Test requirements:

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

About

vCard validator, class and utility functions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 84.4%
  • Shell 15.6%