File: control

package info (click to toggle)
python-qrcode 5.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 224 kB
  • ctags: 179
  • sloc: python: 1,317; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,213 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
31
Source: python-qrcode
Maintainer: Cornelius Kölbel (Debian Packaging) <cornelius.koelbel@lsexperts.de>
Uploaders: Hans-Christoph Steiner <hans@eds.org>,
 Timo Aaltonen <tjaalton@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 7.0.50~),
               dh-python,
               python (>= 2.6.6-3~),
               python-setuptools
Standards-Version: 3.9.6
XS-Python-Version: >= 2.6
Homepage: http://pypi.python.org/pypi/qrcode/
Vcs-Git: git://anonscm.debian.org/collab-maint/python-qrcode.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-qrcode.git

Package: python-qrcode
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-imaging,
         python-six
Description: QR Code image generator library for Python
 This package provides a pure Python QR Code generator module. It uses 
 the Python Imaging Library (PIL) to allow for the generation of QR Codes.
 In contrast to the python-qrencode module this module does not need
 an additional C library.
 .  
 In addition this package provides a command line tool to generate QR
 codes and either write these QR codes to a file or do the output
 as ascii art at the console.