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: rfc3339-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/rfc3339-validator
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-hypothesis <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
python3-strict-rfc3339 <!nocheck>
Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/python-team/packages/rfc3339-validator.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/rfc3339-validator
Rules-Requires-Root: no
Package: python3-rfc3339-validator
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: RFC 3339 validator (Python library)
This package provides a validator for date-time strings to determine
whether they conform to the Internet Engineering Task Force (IETF)
Internet Date/Time Format (RFC 3339).
|