* I'm fine with JSON being the default fixture format. I have half a YAML serializer written, but the dependency on Syck makes using it as a default problematic. Anyone know of a pure-Python YAML library with a license liberal enough to ship with Django?
PyYAML (http://pyyaml.org/wiki/PyYAML) is a pure Python (with an optional dependency on libyaml) YAML library and it is under the MIT license. Disclaimer: I'm the author of PyYAML. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
