File: control

package info (click to toggle)
python-confuse 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 384 kB
  • sloc: python: 2,838; makefile: 28; sh: 8
file content (29 lines) | stat: -rw-r--r-- 1,013 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
Source: python-confuse
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python (>= 5.20211016~),
 dh-sequence-python3,
 flit,
 pybuild-plugin-pyproject,
 python3-all,
 python3-pytest,
 python3-yaml
Standards-Version: 4.6.2
Homepage: https://github.com/beetbox/confuse
Vcs-Git: https://salsa.debian.org/python-team/packages/python-confuse.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-confuse
Rules-Requires-Root: no

Package: python3-confuse
Architecture: all
Depends: python3-yaml, ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Python Library for painless YAML configuration
 Confuse is a configuration library for Python that uses YAML. It takes care of
 defaults, overrides, type checking, command-line integration, human-readable
 errors, and standard OS-specific locations.