Source: python-schema
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               dpkg-dev (>= 1.17.14),
               pypy,
               pypy-pytest <!nocheck>,
               pypy-setuptools,
               python-all,
               python-pytest <!nocheck>,
               python-setuptools,
               python3-all,
               python3-pytest <!nocheck>,
               python3-setuptools
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-schema
Vcs-Git: https://salsa.debian.org/python-team/modules/python-schema.git
Homepage: https://github.com/keleshev/schema
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2

Package: python-schema
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: simple data validation library (Python 2)
 Schema is a library for validating Python data structures, such as those
 obtained from config-files, forms, external services or command-line parsing,
 converted from JSON/YAML (or something else) to Python data-types.
 .
 This package provides the modules for Python 2.

Package: python3-schema
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: simple data validation library (Python 3)
 Schema is a library for validating Python data structures, such as those
 obtained from config-files, forms, external services or command-line parsing,
 converted from JSON/YAML (or something else) to Python data-types.
 .
 This package provides the modules for Python 3.

Package: pypy-schema
Architecture: all
Depends: ${misc:Depends},
         ${pypy:Depends}
Description: simple data validation library (PyPy)
 Schema is a library for validating Python data structures, such as those
 obtained from config-files, forms, external services or command-line parsing,
 converted from JSON/YAML (or something else) to Python data-types.
 .
 This package provides the modules for PyPy.
