1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: python-enigma
Section: python
Priority: extra
Maintainer: Tomasz Buchert <tomasz@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python3
Standards-Version: 3.9.6
Homepage: https://bitbucket.org/bgneal/enigma
Vcs-Git: git://anonscm.debian.org/collab-maint/python-enigma.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-enigma.git
Package: python3-enigma
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3: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.
|