pycarddav
pycarddav copied to clipboard
python 3 compatibility
It seems like the last dependency vobject is now with version 0.9.0 python 3 compatible. Are there any plans on making pycarddav python 3 compatible? I would like to help with porting, but wanted to coordinate before starting to hack :)
pycarddav development is currently on hold (from my side), when I find the time I want to remove the syncing part and use vdir's instead (see #92). But I'll gladly accept any pull requests (including python 3 support).
I created a branch python3, that works for me with python3. I was able to do a
# pycardsyncer
# pc_query
with this modifications. Unfortunately I cannot run the testsuite at the moment. Maybe someone else can try my changes.