Package: python3-yaml Source: pyyaml (6.0.2-1) Version: 6.0.2-1+b2 Architecture: amd64 Maintainer: Debian Python Team Installed-Size: 552 Depends: python3 (<< 3.14), python3 (>= 3.13~), python3:any, libc6 (>= 2.14), libyaml-0-2 Section: python Priority: optional Multi-Arch: allowed Homepage: https://github.com/yaml/pyyaml 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.