Source: json-tricks Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Yaroslav Halchenko Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, 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-python 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, ...