Source: pyaes Section: python Priority: optional Maintainer: Tristan Seligmann Uploaders: Debian Python Team , Build-Depends: debhelper-compat (= 12), dh-python, python3-all Standards-Version: 4.5.1 Rules-Requires-Root: no Homepage: https://github.com/ricmoo/pyaes Vcs-Git: https://salsa.debian.org/python-team/packages/pyaes.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pyaes Package: python3-pyaes Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Recommends: ${python3:Recommends} Suggests: ${python3:Suggests} Description: Pure-Python implementation of the AES cipher (Python 3) A pure-Python implementation of the AES (FIPS-197) block-cipher algorithm and common modes of operation (CBC, CFB, CTR, ECB, OFB) with no dependencies beyond standard Python libraries. See README.md for API reference and details. . This package contains the Python 3 version of pyaes.