PySyck: Python bindings for the Syck YAML parser and emitter ============================================================ YAML_ is a data serialization format designed for human readability and interaction with scripting languages. Syck_ is an extension for reading and writing YAML in scripting languages. Syck provides bindings to the Python programming language, but they are somewhat limited and leak memory. PySyck_ is aimed to update the current Python bindings for Syck. PySyck_ may be used for various tasks, in particular, as a replacement of the module pickle_. Please be aware that PySyck_ is a beta-quality software and is not ready yet for production use. You may download PySyck_ source and Windows binary packages from http://xitology.org/pysyck/. It is the initial release of PySyck_. .. _YAML: http://yaml.org/ .. _Syck: http://whytheluckystiff.net/syck/ .. _PySyck: http://xitology.org/pysyck/ .. _pickle: http://docs.python.org/lib/module-pickle.html -- xi
participants (1)
-
Kirill Simonov