Source: python-crcelk Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Samuel Henrique Build-Depends: debhelper (>=11), dh-python, python-all, python-setuptools, python3-all, python3-setuptools Standards-Version: 4.2.1 Homepage: https://github.com/zeroSteiner/crcelk/ Vcs-Browser: https://salsa.debian.org/python-team/modules/python-crcelk Vcs-Git: https://salsa.debian.org/python-team/modules/python-crcelk.git Package: python-crcelk Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Implementation of the CRC algorithm (Python 2) This package contains an updated fork of the crcmoose module for recent versions of Python. it provides a pure Python implementation of the crc algorithm and allows for variants to easily be defined by providing their parameters such as width, starting polynomial, etc. . This package installs the library for Python 2. Package: python3-crcelk Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Suggests: python-python-crcelk-doc Description: Implementation of the CRC algorithm (Python 3) This package contains an updated fork of the crcmoose module for recent versions of Python. it provides a pure Python implementation of the crc algorithm and allows for variants to easily be defined by providing their parameters such as width, starting polynomial, etc. . This package installs the library for Python 3.