Moved to GitLab
This program can be used for strict validation and parsing of vCards. It currently supports vCard 3.0 (RFC 2426).
Additional scripts:
format-TEL.sh
- Format phone numbers according to national standardssplit.sh
- Split a multiple vCards file into individual filessort-lines.sh
- Sort vCard property lines according to a custom keyjoin-lines.sh
- Join previously split vCard linessplit-lines.sh
- Split long vCard lines
sudo pip install --upgrade vcard
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/librariespip
wget
zlib
development headers/libraries