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
|
Source: voluptuous-serialize
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-voluptuous,
python3-all,
python3-setuptools
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/voluptuous-serialize
Vcs-Git: https://salsa.debian.org/python-team/packages/voluptuous-serialize.git
Homepage: https://github.com/balloob/voluptuous-serialize
Rules-Requires-Root: no
Package: python3-voluptuous-serialize
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-voluptuous
Description: Code for converting voluptuous schemas to Python dictionaries
Voluptuous is used to validate data coming into Python. This package allows
converting these rules to a straightforward Python dict, which then can be
exported to a text file.
|