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
|
Source: python-cerberus
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Joel Cross <joel@kazbak.co.uk>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all (>= 3.6),
python3-setuptools,
# tests:
python3-pytest
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: http://python-cerberus.org/
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/python-team/modules/python-cerberus.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-cerberus.git
Package: python3-cerberus
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-cerberus-doc
Description: Lightweight, extensible data validation library for Python
Cerberus provides powerful yet simple and lightweight data
validation functionality out of the box and is designed to be
easily extensible, allowing for custom validation.
.
This package installs the library for Python 3.
|