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
|
Source: pyyaml
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Gordon Ball <gordon@chronitis.net>,
Michael Hudson-Doyle <mwhudson@debian.org>
Build-Depends: debhelper-compat (= 13),
pybuild-plugin-pyproject,
dh-python,
python3-all-dev,
python3-setuptools,
libyaml-dev (>= 0.2.2~),
cython3
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/pyyaml.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyyaml
Standards-Version: 4.6.1
Homepage: https://github.com/yaml/pyyaml
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.
|