Changes between Version 18 and Version 19 of WikiStart
- Timestamp:
- 05/07/06 11:05:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v18 v19 1 1 = PyYAML.org - the home of various YAML implementations for Python = 2 2 3 ''I've added some anti-spam measures. If you find your legitimate edit being blocked, please let me know (xi (at) resolvent (dot) net)''. 3 == News == 4 4 5 == News == 5 '''2006-05-07''': [wiki:PyYAML] 3.01 is released. 6 6 7 7 '''2006-03-26''': PySyck 0.61.2 is released. 8 8 9 9 '''2006-03-18''': PySyck 0.61.1 is released. 10 11 12 == PyYAML aka PyYAML 3000 == 13 14 [wiki:PyYAML] is the next generation YAML parser and emitter for Python. 10 15 11 16 … … 16 21 17 22 18 == PyYAML 3.* == 19 20 [wiki:PyYAML PyYAML 3000] is the next generation YAML parser for Python. 21 22 23 == PyYAML 0.* == 23 == PyYAML Legacy aka !PyYaml == 24 24 25 25 [wiki:PyYAMLLegacy PyYAML Legacy] is the original implementation developed by various authors. … … 30 30 Check this matrix if you are confused trying to choose a suitable implementation. 31 31 32 || '''Implementation''' || '''PySyck''' || '''PyYAML 3000'''|| '''PyYAML Legacy''' ||32 || '''Implementation''' || '''PySyck''' || '''PyYAML''' || '''PyYAML Legacy''' || 33 33 || ''Status'' || Mature || Beta || Stable (abandoned) || 34 || ''Latest version'' || 0.61 || SVN only|| 0.32 + forks ||34 || ''Latest version'' || 0.61 || 3.01 || 0.32 + forks || 35 35 || ''Language'' || Python/C extension || Python || Python || 36 36 || ''Parser'' || YAML 1.0 || YAML 1.1 || YAML 1.0 (incomplete) || 37 || ''Emitter'' || YAML 1.0 || ~~None~~ YAML 1.1|| YAML 1.0 ||37 || ''Emitter'' || YAML 1.0 || YAML 1.1 || YAML 1.0 || 38 38 || ''Unicode support'' || No || Yes || No || 39 39 40 40 ''more...'' 41 41 42 42 43 == To Do == 43 44 44 * Fix grammar issues of [wiki:PyYAML PyYAML 3000] according to the discussion on YAML-core .45 * Fix grammar issues of [wiki:PyYAML PyYAML 3000] according to the discussion on YAML-core and IRC. 45 46 * ~~Write an example program (yaml-highlight) for PyYAML. It should insert tags at the beginning and the end 46 47 of each token and parser event and use YAML for configuration.~~ 47 48 * ~~Emitter.~~ 48 * Release [wiki:PyYAML PyYAML 3000].49 * ~~Release [wiki:PyYAML PyYAML 3000].~~ 49 50 * Write a simple "canonical" YAML parser and a paper explaining the method. 50 * libyaml3000 .51 * libyaml3000 (~~SoC proposal~~). 51 52 * support for yaml bytecode. 52 53
