File: control

package info (click to toggle)
python-super-collections 0.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 124 kB
  • sloc: python: 209; sh: 28; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,040 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
Source: python-super-collections
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Stefano Rivera <stefanor@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 pybuild-plugin-pyproject,
 python3-all,
 python3-hjson <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools
Standards-Version: 4.7.0
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Homepage: https://github.com/fralau/super-collections
Vcs-Git: https://salsa.debian.org/python-team/packages/python-super-collectons.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-super-collectons

Package: python3-super-collections
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python library providing super collection data structures
 Dictionaries as you dreamed them when you were a kid.
 .
 SuperLists, combined with SuperDicts make sure that your most complex
 datastructures (from json or YAML) can be recursively converted into
 well-behaved Python objects.