Source: python-cerberus
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/pyeve/cerberus/tags
Vcs-Browser: https://github.com/alvistack/pyeve-cerberus?organization=alvistack&organization=alvistack
Vcs-Git: https://github.com/alvistack/pyeve-cerberus?organization=alvistack&organization=alvistack.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-cerberus
Architecture: all
Description: Lightweight, extensible data validation library for Python
 Cerberus is a lightweight and extensible data validation library for
 Python. Cerberus provides type checking and other base functionality out
 of the box and is designed to be non-blocking and easily extensible,
 allowing for custom validation. It has no dependancies and is thoroughly
 tested. Python 3 version.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-setuptools,
