File: control

package info (click to toggle)
python-qrcode 4.0.1-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 172 kB
  • sloc: python: 1,177; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,120 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
Source: python-qrcode
Maintainer: Cornelius Kölbel (Debian Packaging) <cornelius.koelbel@lsexperts.de>
Uploaders: Hans-Christoph Steiner <hans@eds.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 7.0.50~),
               python-support (>= 0.8.4)
Standards-Version: 3.9.4
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.