Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
PyYAML - YAML parser and emitter for Python
YAML is a data serialization format designed for human readability and
interaction with scripting languages. PyYAML is a YAML parser and
emitter for Python.
PyYAML features a complete YAML 1.1 parser, Unicode support, pickle
support, capable extension API, and sensible error messages. PyYAML
supports standard YAML tags and provides Python-specific tags that allow
to represent an arbitrary Python object.
PyYAML is applicable for a broad range of tasks from complex
configuration files to object serialization and persistance.
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| PyYAML |
3.06 |
1.el5 |
noarch |
570 KiB |
Sun Nov 2 17:53:51 2008 |
Changelog
- * Fri Oct 24 22:00:00 2008 John Eckersberg <jeckersb{%}redhat{*}com> - 3.06-1
- New upstream release
- * Wed Jan 2 22:00:00 2008 John Eckersberg <jeckersb{%}redhat{*}com> - 3.05-2
- Remove explicit dependency on python >= 2.3
- Remove executable on example script in docs
- * Mon Dec 17 22:00:00 2007 John Eckersberg <jeckersb{%}redhat{*}com> - 3.05-1
- Initial packaging for Fedora