vCard validator, class and utility functions


Keywords
vCard, vCards, RFC, 2426, RFC2426, validator
License
AGPL-3.0
Install
pip install vcard==0.16.1

Documentation

vCard module

pipeline 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 git@gitlab.com:victor-engmark/vcard.git

Release:

  1. Bump the version.
  2. Commit everything.
  3. make clean test-clean test release
  4. git push && git push --tags

Development requirements:

  • Docker
  • GNU Make

Release requirements:

  • GnuPG