-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation missing #9
Comments
+1 some documentation, or working examples would be greatly appreciated ;-) |
The project seems to be dead. If you really need a vcard parser you'll have to write one yourself. You might want to look at http://pyparsing.wikispaces.com/ to write the parser. |
I'll be forking and writing some docs/bugfixes/proper error handling possibly sometime this weekend or the next as @icefo is correct, this is a dead project.. The company has since dissolved and there are no active contributors to any of these repositories |
Thank you ! That might come handy one day |
I went with card-me, which is a recent Python 3 fork of vobject. |
@icefo @jcbsnd, After many hours of pain and suffering in the strudel code base, i decided it would be best to rewrite it here , Its not done quite yet, but it is useable.. most of the work has been done and adding support for fields is rather painless at this point (should be completed within the next week honestly) |
First, I'm a Python beginner in search of a Vcard parser working with python3 and I'm having some troubles to understand how to use your app. I looked at the example and test files but they both seem to be working with a previous release.
Example: if I run the example file ( I figured ou the import part )
Python throw me an error :
So do you have a link to some doc ? If no could show me how to import the "strudel/strudel/fixtures/multicard_2.1.vcf" file, delete / edit / access some records and then save it ?
PS : I understand that you have no obligation to do it but it would be nice :-)
The text was updated successfully, but these errors were encountered: