1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: python-enigma
Maintainer: Tomasz Buchert <tomasz@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 12),
debhelper-compat (= 13),
dh-python,
python3,
python3-setuptools
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/python-enigma
Vcs-Git: https://salsa.debian.org/debian/python-enigma.git
Homepage: https://bitbucket.org/bgneal/enigma
Package: python3-enigma
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: historically accurate Enigma Machine library
Py-Enigma is a Python 3 library for simulating the Enigma machines
used by the German armed forces (Wehrmacht) during World War
2. Py-Enigma makes it possible to both encrypt and decrypt messages
that can be sent to, or received from, actual Enigma machines used by
the German army (Heer), air force (Luftwaffe), and navy
(Kriegsmarine).
.
This package installs the library for Python 3.
|