Source: python-yaml-edit Section: python Maintainer: Jelmer Vernooij Build-Depends: cargo:native, debhelper-compat (= 13), dh-sequence-python3, librust-pyo3-0.28+default-dev, librust-pyo3-0.28+extension-module-dev, librust-yaml-edit-0.3+default-dev, librust-yaml-edit-dev (>= 0.2.2), libstd-rust-dev, pybuild-plugin-pyproject, python3-all-dev (>= 3.10), python3-setuptools (>= 77), python3-setuptools-rust (>= 1.7), rustc:native Standards-Version: 4.7.4.1 Vcs-Browser: https://github.com/jelmer/yaml-edit-py/tree/debian/main Vcs-Git: https://salsa.debian.org/python-team/packages/yaml-edit.git -b debian/main Homepage: https://salsa.debian.org/python-team/packages/yaml-edit Testsuite: autopkgtest-pkg-python Package: python3-yaml-edit Architecture: any Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: Lossless YAML parser and editor preserving formatting and comments yaml-edit reads YAML into a syntax tree that keeps every byte of the original input, so edits can be written back with the surrounding formatting, comments and whitespace untouched. . This package provides the Python bindings, implemented as a Rust extension module on top of the yaml-edit crate.