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 29 30
|
Source: dataclasses-json
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Louis-Philippe Véronneau <pollo@debian.org>
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 <!nocheck>,
python3-marshmallow <!nocheck>,
python3-typing-inspect <!nocheck>,
python3-mypy ( >= 0.981 ) <!nocheck>,
python3-hypothesis <!nocheck>,
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.
|