summaryrefslogtreecommitdiff
path: root/debian/control
blob: c226a42bd9a3194b9d8124ed4fab445af71d98de (plain)
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
Source: python-pgpwordlist
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
    python-all-dev (>= 2.7),
    python-coverage-test-runner (>= 1.8~),
    python-cliapp (>= 1.20130808~),
    pep8,
    pylint
Homepage: http://liw.fi/py_pgpwordlist
X-Python-Version: >= 2.7

Package: python-pgpwordlist
Architecture: linux-any
Depends: ${python:Depends}, ${misc:Depends}
Description: convert between hex strings and words from PGP word list
 The [PGP word list][] is a list of words carefully crafted to allow
 people to communicate PGP key fingerprints and similar large,
 hexadecimal strings via voice, while attempting to avoid or fix
 typical errors.
 .
 This is a small Python library to make conversion between hexadecimal
 strings and lists of PGP words easy.