summaryrefslogtreecommitdiff
path: root/debian/control
blob: f02c8696a5ec1edeec0b4324124e0696ea080fed (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
26
27
28
Source: pydenticon
Maintainer: Andrew Shadura <andrewsh@debian.org>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
Standards-Version: 3.9.1

Package: python-pydenticon
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Library for generating identicons. Port of Sigil
 Pydenticon
 ==========
 .
 Pydenticon is a small utility library that can be used for deterministically
 generating identicons based on the hash of provided data.
 .
 The implementation is a port of the Sigil identicon implementation from:
 .
 * https://github.com/cupcake/sigil/
 .
 Pydenticon provides a couple of extensions of its own when compared to the
 original Sigil implementation, like:
 .
 * Ability to supply custom digest algorithms (allowing for larger identicons if
   digest provides enough entropy).
 * Ability to specify a rectangle for identicon size..
 .