File: control

package info (click to toggle)
json-tricks 3.17.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: python: 2,319; makefile: 159
file content (36 lines) | stat: -rw-r--r-- 1,512 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
Source: json-tricks
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Yaroslav Halchenko <debian@onerussian.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-numpy <!nocheck>,
               python3-pandas <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytz <!nocheck>,
               python3-setuptools,
               tzdata-legacy <!nocheck>,
Standards-Version: 4.6.0
Homepage: https://github.com/mverleg/pyjson_tricks
Vcs-Browser: https://salsa.debian.org/python-team/packages/json-tricks
Vcs-Git: https://salsa.debian.org/python-team/packages/json-tricks.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-json-tricks
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Python module with extra features for JSON files
 The json_tricks Python module provides extra features for handling JSON
 files from Python:
   - Store and load numpy arrays  in human-readable format
   - Store and load class instances  both generic and customized
   - Store and load date/times  as a dictionary (including timezone)
   - Preserve map order  OrderedDict
   - Allow for comments   in json files by starting lines with #
   - Sets, complex numbers, Decimal, Fraction, enums, compression, duplicate
     keys, ...