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, pybuild-plugin-pyproject, python3-poetry-core, python3-poetry-dynamic-versioning, python3-pytest , python3-marshmallow , python3-typing-inspect , python3-mypy ( >= 0.981 ) , python3-hypothesis , Standards-Version: 4.6.2 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 Testsuite: autopkgtest-pkg-pybuild 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.