Source: python-validators
Section: python
Priority: optional
Maintainer: Kali Developers <devel@kali.org> 
Uploaders: Sophie Brun <sophie@offensive-security.com>
Build-Depends: debhelper-compat (= 12), dh-python, python3-setuptools, python3-all, python3-sphinx, python3-decorator, python3-pytest
Standards-Version: 4.4.1
Homepage: https://github.com/kvesteri/validators
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-validators
Vcs-Git: https://gitlab.com/packages/python-validators.git
Testsuite: autopkgtest-pkg-python

Package: python3-validators
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-validators-doc
Description: Python Data Validation for Humans (Python 3)
 This package contains Python data validation for Humans.
 .
 Python has all kinds of data validation tools, but every one of them seems to
 require defining a schema or form. This Python module is a simple validation
 library where validating a simple value does not require defining a form or a
 schema.
 .
 This package installs the library for Python 3.

Package: python-validators-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Python Data Validation for Humans (common documentation)
 This package contains Python data validation for Humans.
 .
 Python has all kinds of data validation tools, but every one of them seems to
 require defining a schema or form. This Python module is a simple validation
 library where validating a simple value does not require defining a form or a
 schema.
 .
 This is the common documentation package.
