File: index.rst

package info (click to toggle)
pillow-sane 2.9.1-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 296 kB
  • sloc: ansic: 703; python: 346; makefile: 240; sh: 9
file content (47 lines) | stat: -rw-r--r-- 1,095 bytes parent folder | download | duplicates (3)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
*************************
python-sane documentation
*************************

The sane module is a Python interface to the SANE (Scanner Access Now Easy)
library, which provides access to various raster scanning devices such as
flatbed scanners and digital cameras.  For more information about SANE, consult
the SANE website at `www.sane-project.org <http://www.sane-project.org>`_. 
Note that this documentation doesn't duplicate all the information in the SANE
documentation, which you must also consult to get a complete understanding.

This module has been originally developed by
`A.M. Kuchling <http://amk.ca/>`_, it is currently maintained by
`Sandro Mani <mailto:manisandro@gmail.com>`_.

.. contents::
   :local:
   :depth: 1

Indices
=======

* :ref:`genindex`
* :ref:`search`

Reference
=========

.. automodule:: sane
   :members: init, get_devices, open, exit

.. autoclass:: sane.SaneDev
   :members:

.. autoclass:: sane.Option
   :members:

.. autoclass:: sane._SaneIterator
   :members:
   

Example
=======

.. literalinclude:: ../example.py
   :language: python
   :linenos: