sys-apps/groff: stable 1.22.4 for hppa, bug #704420
[gentoo.git] / dev-python / pyinsane / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <maintainer type="person">
5     <email>voyageur@gentoo.org</email>
6     <name>Bernard Cafarelli</name>
7   </maintainer>
8   <longdescription lang="en">
9 Python implementation of the Sane API (using ctypes) and abstration layer.
10
11 The code is divided in 3 layers:
12
13  * rawapi : Ctypes binding to the raw Sane API
14  * abstract : An Object-Oriented layer that simplifies the use of the Sane API and try to avoid possible misuse of the Sane API. When scanning, it also takes care of returning a Pillow image.
15  * abstract_th : The Sane API is not thread-safe and cannot be used in a multi-threaded environment easily. This layer solves this problem by using a fully dedicated thread.
16 </longdescription>
17   <upstream>
18     <remote-id type="pypi">pyinsane2</remote-id>
19     <remote-id type="github">openpaperwork/pyinsane</remote-id>
20   </upstream>
21 </pkgmetadata>