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 (= 12)
Standards-Version: 4.4.1
Homepage: https://pypi.org/project/jsonext/
VCS-Git: https://salsa.debian.org/bignose/pkg-python-jsonext.git
VCS-Browser: https://salsa.debian.org/bignose/pkg-python-jsonext/

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.
