skarim / vobject

A full-featured Python package for parsing and creating iCalendar and vCard files
https://vobject.sameenkarim.com
258 stars 93 forks source link

Add reading multiple vCards to README #145

Open RyanJarv opened 5 years ago

RyanJarv commented 5 years ago

Originally when using this package I missed that you could use readComponents to read a stream of vCards not just iCalendar objects. This just adds a quick mention that this works with both under the vCard section in the readme.

wpercy commented 5 years ago

👍 thanks @RyanJarv, this'll get into the next release

da4089 commented 9 months ago

Merged to https://github.com/py-vobject/vobject. Thanks @RyanJarv!