PyYAML

Open source YAML parser and emitter for Python
Download

PyYAML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT
  • Price:
  • FREE
  • Publisher Name:
  • Kirill Simonov
  • Publisher web site:
  • http://pyyaml.org/wiki/PyYAML
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 232 KB

PyYAML Tags


PyYAML Description

Open source 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 the Python programming language. Here are some key features of "PyYAML": · a complete YAML 1.1 parser. In particular, PyYAML can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. · Unicode support including UTF-8/UTF-16 input/output and u escape sequences. · low-level event-based parser and emitter API (like SAX). · high-level API for serializing and deserializing native Python objects (like DOM or pickle). · support for all types from the YAML types repository. A simple extension API is provided. · relatively sensible error messages. What's New in This Release: · Fixed use of uninitialized memory when emitting anchors with LibYAML bindings (Thank to cegner(at)yahoo-inc(dot)com). · Fixed emitting incorrect BOM characters for UTF-16 (Thank to Valentin Nechayev) · Fixed the emitter for folded scalars not respecting the preferred line width (Thank to Ingy). · Fixed a subtle ordering issue with emitting %TAG directives (Thank to Andrey Somov). · Fixed performance regression with LibYAML bindings.


PyYAML Related Software