Source: crccheck
Section: python
Priority: optional
Maintainer: Marcos Talau <marcos@talau.info>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-nose,
               python3-setuptools
Standards-Version: 4.6.0
Homepage: https://sourceforge.net/projects/crccheck
Vcs-Browser: https://salsa.debian.org/debian/crccheck
Vcs-Git: https://salsa.debian.org/debian/crccheck.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-crccheck
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: implementation of 170+ CRC algorithms for Python 3
 crccheck is a Python library that implements more than 170 CRC algorithms
 used in various applications. A few examples include:
 .
 CRC-5/USB, CRC-14/GSM, CRC-16/MODBUS, CRC-24/OPENPGP, PKZIP, CRC-32.
 .
 A catalogue can be found at http://reveng.sourceforge.net/crc-catalogue/.
 .
 This package contains the Python 3 version of the library.
