File: control

package info (click to toggle)
qr-tools 1.2-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 436 kB
  • sloc: python: 753; makefile: 9
file content (24 lines) | stat: -rw-r--r-- 893 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
Source: qr-tools
Section: python
Priority: optional
Maintainer: Koichi Akabe <vbkaisetsu@gmail.com>
Build-Depends: debhelper (>= 8.0.0), python
Standards-Version: 3.9.3
Homepage: https://launchpad.net/qr-tools
X-Python-Version: >= 2.5

Package: python-qrtools
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-imaging, python-zbar, qrencode
Description: high level library for reading and generating QR codes
 This package provides high level APIs for reading and creating QR
 codes with minimal effort on Python. This library uses zbar barcode
 library.

Package: qtqr
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-qrtools, python-qt4
Description: Qt frontend for QR code generator and decoder
 A Qt based software that let's you generate QR codes easily, scan
 an image file for QR codes and decode them or use your webcam to
 scan a printed one.