python3-yaml-dbg

Yaml parser and emitter for python3 (debug build)
  http://pyyaml.org/
  0
  no reviews



Python3-yaml is a complete yaml 1.1 parser and emitter for python3. 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.

this package contains the extension built for the python3 debug interpreter.