How do I parse a VCard to a Python dictionary?
Posted
by lecodesportif
on Stack Overflow
See other posts from Stack Overflow
or by lecodesportif
Published on 2010-03-19T13:00:56Z
Indexed on
2010/03/19
13:01 UTC
Read the original article
Hit count: 394
I'm trying to figure out how to parse a VCard to a Python dictionary using VObject.
How do I convert vobj=vobject.readOne(vcard) into a Python dict?
Sorry for asking such a basic question but I'm a beginner.
© Stack Overflow or respective owner