Changes between Version 3 and Version 4 of WikiStart
- Timestamp:
- 03/08/06 17:58:56 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v3 v4 6 6 7 7 PySyck is a Python binding to [http://whytheluckystiff.net/syck/ Syck], 8 a C library for reading and writing YAML in scripting languages. 8 a C library for reading and writing YAML in scripting languages 9 (see http://xitology.org/pysyck/ and http://trac.xitology.org/pysyck/). 9 10 10 11 == PyYAML 3.* == 11 12 12 [wiki:PyYAML PyYAML 3000] is the next generation YAML parser for Python. 13 [wiki:PyYAML PyYAML 3000] is the next generation YAML parser for Python 14 (see http://trac.xitology.org/pysyck/wiki/PyYAML3000). 13 15 14 16 == PyYAML 0.* == 15 17 16 [wiki:PyYAML PyYAML Legacy] is the original implementation developed by various authors. 18 [wiki:PyYAMLLegacy PyYAML Legacy] is the original implementation developed by various authors 19 (see http://pyyaml.dyndns.org/cgi-bin/trac.cgi). 17 20 18 21 == Trac Starting Points ==
