File: control

package info (click to toggle)
customidenticon 0.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: python: 158; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 1,104 bytes parent folder | download
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
29
30
Source: customidenticon
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-pil,
               python3-setuptools
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/lexserest/customidenticon
Vcs-Browser: https://salsa.debian.org/python-team/packages/customidenticon
Vcs-Git: https://salsa.debian.org/python-team/packages/customidenticon.git

Package: python3-customidenticon
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python library for generate a variety of identicons
 This library includes support for 3 different types of identicons.
 .
 Features include:
 .
  - change the final image size (size of elements, number of elements)
  - change border size
  - change background color
  - change the transparency of elements
  - change the output format (PNG, JPEG, etc.)
  - choice of hashing algorithm (including your own)