File: control

package info (click to toggle)
python-jsonext 0.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 152 kB
  • sloc: makefile: 151; python: 144; sh: 19
file content (28 lines) | stat: -rw-r--r-- 814 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-jsonext
Maintainer: Ben Finney <bignose@debian.org>
Section: python
Priority: optional
Build-Depends:
    python3-pytest-runner,
    python3-arrow,
    python3-six,
    python3-setuptools,
    python3-all,
    dh-python,
    debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: https://github.com/mbr/jsonext
VCS-Git: https://salsa.debian.org/bignose/pkg-python-jsonext.git
VCS-Browser: https://salsa.debian.org/bignose/pkg-python-jsonext/
Rules-Requires-Root: no

Package: python3-jsonext
Architecture: all
Depends:
    ${python3:Depends},
    ${misc:Depends}
Description: serialisation to/from JSON for extra types — Python 3
 ‘jsonext’ makes easy JSON serialisation of Python objects outside of
 the standard Python built-in-types.
 .
 This package installs the library for Python 3.