summaryrefslogtreecommitdiff
blob: dd6fad8ff14d0707d5b552f5e2f1c11840be6459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
  <email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription>
  PyQrCodec is a Python module for encoding and decoding QrCode images.
  PyQrCodec wraps encoding library libqrencode by Fukuchi kentaro and decoding library libdecodeqr
  by Nishi Takao, the former being a C library and the latter a C++ library. The implementation of
  the libraries in native code makes both the encoding and decoding very quick.
</longdescription>
</pkgmetadata>