ljanyst / carddav-util

A CardDAV import/export utility
58 stars 22 forks source link

Add requirements.txt and un-bundle PyCardDav #11

Closed abustany closed 1 year ago

abustany commented 5 years ago

This allows simply running pip install -r requirements.txt to be good to go. I'm not 100% sure about the unbundling part, but downloading the contacts from Baikal / uploading to NextCloud worked for me with the upstream version.

ljanyst commented 1 year ago

I had a look, but it seems the upstream version got bloated beyond necessity. When merged this tries to create SQLite databases for some reason. I will keep the slimmed down version.