Source: pyyaml Maintainer: Debian Python Team Uploaders: Gordon Ball , Michael Hudson-Doyle Section: python Priority: optional Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, dh-sequence-python3, python3-all-dev, python3-setuptools, libyaml-dev, cython3-legacy Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/python-team/packages/pyyaml Vcs-Git: https://salsa.debian.org/python-team/packages/pyyaml.git Homepage: https://github.com/yaml/pyyaml Rules-Requires-Root: no Package: python3-yaml Architecture: any Multi-Arch: allowed Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: YAML parser and emitter for Python3 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.