| 36 | | || '''Implementation''' || '''PySyck''' || '''PyYAML''' || '''PyYAML Legacy''' || |
| 37 | | || ''Status'' || Mature || Beta || Stable (abandoned) || |
| 38 | | || ''Latest version'' || 0.61 || 3.03 || 0.32 + forks || |
| 39 | | || ''Language'' || Python/C extension || Python || Python || |
| 40 | | || ''Parser'' || YAML 1.0 || YAML 1.1 || YAML 1.0 (incomplete) || |
| 41 | | || ''Emitter'' || YAML 1.0 || YAML 1.1 || YAML 1.0 || |
| 42 | | || ''Unicode support'' || No || Yes || No || |
| | 41 | || '''Implementation''' || '''PySyck''' || '''PyYAML''' || '''PyYAML Legacy''' || '''LibYAML''' || |
| | 42 | || ''Status'' || Mature || Stable || Stable (abandoned) || Alpha || |
| | 43 | || ''Latest version'' || 0.61 || 3.03 || 0.32 + forks || 0.0.1 || |
| | 44 | || ''Language'' || Python/C extension || Python || Python || C || |
| | 45 | || ''Parser'' || YAML 1.0 || YAML 1.1 || YAML 1.0 (incomplete) || YAML 1.1 || |
| | 46 | || ''Emitter'' || YAML 1.0 || YAML 1.1 || YAML 1.0 || YAML 1.1 || |
| | 47 | || ''Unicode support'' || No || Yes || No || Yes || |