Source: python-siphash24
Section: python
Maintainer:
 Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Stuart Prescott <stuart@debian.org>
Build-Depends:
 cython3,
 debhelper-compat (= 13),
 dh-sequence-python3,
 libcsiphash-1-dev,
 pkgconf,
 pybuild-plugin-pyproject,
 python3-all-dev,
 python3-mesonpy,
Standards-Version: 4.7.3
Homepage: https://github.com/dnicolodi/python-siphash24
Vcs-Git: https://salsa.debian.org/python-team/packages/python-siphash24.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-siphash24
Testsuite: autopkgtest-pkg-pybuild

Package: python3-siphash24
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
Description: streaming-capable SipHash implementation - Python 3 module
 This module provides a C-based implementation of SipHash with an interface
 compatible with the hash functions provided by the hashlib standard library
 module. SipHash-1-3 and SipHash-2-4 variants are currently implemented.
 .
 This module differs from other similar modules by providing a
 streaming-capable implementation and an interface compatible to the
 hash functions provided by the hashlib standard library module.
