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

Package: python3-schema
Architecture: all
Description: Simple data validation library
 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-contextlib2 (>= 0.5.5),
