Source: dataclasses-json Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Louis-Philippe VĂ©ronneau Rules-Requires-Root: no Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-pytest , python3-marshmallow-enum , python3-typing-inspect , python3-mypy ( >= 0.981 ) , python3-hypothesis , Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/python-team/packages/dataclasses-json.git Vcs-Browser: https://salsa.debian.org/python-team/packages/dataclasses-json Homepage: https://github.com/lidatong/dataclasses-json Package: python3-dataclasses-json Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, Description: API for encoding and decoding dataclasses to and from JSON This library provides a simple API for encoding and decoding dataclasses to and from JSON in Python.