1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: pyyaml
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>,
Michael Hudson-Doyle <mwhudson@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
pybuild-plugin-pyproject,
dh-sequence-python3,
python3-all-dev,
python3-setuptools,
libyaml-dev,
cython3,
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.
|