python-yaml

YAML parser and emitter for Python
  https://github.com/yaml/pyyaml
  1
  1 review



Python-yaml is a complete YAML 1.1 parser and emitter for Python. It can parse all examples from the specification. The parsing algorithm is simple enough to be a reference for YAML parser implementors. A simple extension API is also provided. The package is built using libyaml for improved speed.
Latest reviews
4
blueXrider 12 years ago

nice