Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python Library to Generate VCF Files? [closed]

Know of any good libraries for this? I did some searches and didn't come across anything. Someone somewhere must have done this before, I hate to reinvent the wheel.

like image 216
Greg Avatar asked Jan 11 '09 18:01

Greg


2 Answers

I would look at:

http://vobject.skyhouseconsulting.com/usage.html (look under "Usage examples")

Very easy parsing and generation of both vCal and vCard.

like image 101
mac Avatar answered Oct 25 '22 01:10

mac


PyCoCuMa appears to have a VCF parser built into it, and it'll generate VCard output. You might have some luck with it. I played around with it a bit; it parsed some VCF files I have lying around without any problems. You'll most likely have to poke through the source to figure out how to use it, though.

See:

http://www.srcco.de/v/pycocuma

http://pycocuma.sourcearchive.com/documentation/0.4.5-6-5/vcard_8py-source.html

like image 45
Brian Clapper Avatar answered Oct 25 '22 02:10

Brian Clapper