Source: pyaes
Section: python
Priority: optional
Maintainer: Tristan Seligmann <mithrandi@debian.org>
Uploaders:
 Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
Build-Depends: debhelper (>= 9), dh-python, pypy, python-all, python3-all
Standards-Version: 4.1.2
Homepage: https://github.com/ricmoo/pyaes
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pyaes.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/pyaes.git

Package: python-pyaes
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
Description: Pure-Python implementation of the AES cipher (Python 2)
 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 2 version of 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.

Package: pypy-pyaes
Architecture: all
Depends: ${misc:Depends}, ${pypy:Depends}
Recommends: ${pypy:Recommends}
Suggests: ${pypy:Suggests}
Description: Pure-Python implementation of the AES cipher (PyPy)
 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 PyPy version of pyaes.
