Open phildini opened 8 years ago
If I recall correctly, vCard is a bit of a mess as a standard, with "postel's tarpit" meaning that there are many variations that software generates that violate the spec that software "has" to accept anyway.
This package looks sane: https://pypi.python.org/pypi/vobject
vobject hasn't been updated since 2009 and has no python3 support.
I think I'm ok just pulling a few fields out of the vCard soup, but being explicit about what fields those are.
On Jan 24, 2016, at 23:02, Asheesh Laroia notifications@github.com wrote:
If I recall correctly, vCard is a bit of a mess as a standard, with "postel's tarpit" meaning that there are many variations that software generates that violate the spec that software "has" to accept anyway.
This package looks sane: https://pypi.python.org/pypi/vobject — Reply to this email directly or view it on GitHub.
Trickier, I think? vCard can be a single or multiple format.