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
|
Source: rfc3986-validator
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Section: python
Priority: optional
Standards-Version: 4.6.2
Homepage: https://github.com/naimetti/rfc3986-validator
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-hypothesis <!nocheck>,
python3-pytest <!nocheck>,
python3-rfc3987 <!nocheck>,
python3-setuptools
Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/python-team/packages/rfc3986-validator.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/rfc3986-validator
Rules-Requires-Root: no
Package: python3-rfc3986-validator
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: RFC 3986 validator (Python library)
This package provides a validator for URIs to determine whether they
conform to the Internet Engineering Task Force (IETF) specification
(RFC 3986).
|