File: control

package info (click to toggle)
python-strictyaml 1.6.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,680 kB
  • sloc: python: 12,578; sh: 8; makefile: 3
file content (43 lines) | stat: -rw-r--r-- 1,399 bytes parent folder | download
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
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: python-strictyaml
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Agathe Porte <debian@microjoe.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-dateutil,
 python3-ruamel.yaml,
 python3-setuptools,
Standards-Version: 4.6.2
Homepage: https://hitchdev.com/strictyaml/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-strictyaml
Vcs-Git: https://salsa.debian.org/python-team/packages/python-strictyaml.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-strictyaml
Architecture: all
Depends:
 python3-dateutil,
 python3-ruamel.yaml,
 ${misc:Depends},
 ${python3:Depends},
Description: strict, typed YAML parser for Python
 StrictYAML is a type-safe YAML parser that parses and validates a restricted
 subset of the YAML specification.
 .
 Priorities:
  - Beautiful API
  - Refusing to parse the ugly, hard to read and insecure features of YAML like
    the Norway problem.
  - Strict validation of markup and straightforward type casting.
  - Clear, readable exceptions with code snippets and line numbers.
  - Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo.
  - Ability to read in YAML, make changes and write it out again with comments
    preserved.
  - Not speed, currently.
 .
 This package installs the library for Python 3.