What YAML engine do you use?

Diez B. Roggisch deetsNOSPAM at web.de
Thu Jan 20 12:20:33 EST 2005


> I know that there are different YAML engines for Python out there (Syck,
> PyYaml, more?).
> 
> Which one do you use, and why?

I first used yaml, tried to migrate to syck. What I like about syck is that
it is faster and doesn't try to create objects but only dicts - but it
crashed if the number of yaml objects grew larger. So I still use yaml.

> 
> For those of you who don't know what YAML is: visit http://yaml.org/!
> You will be amazed, and never think of XML again. Well, almost.

It is certainly nice.

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list