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).
