https://github.com/python-pillow/sane
Python interface to the SANE scanner and frame grabber
https://github.com/python-pillow/sane
Last synced: 6 months ago
JSON representation
Python interface to the SANE scanner and frame grabber
- Host: GitHub
- URL: https://github.com/python-pillow/sane
- Owner: python-pillow
- License: other
- Created: 2014-10-14T20:41:45.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T08:56:08.000Z (about 1 year ago)
- Last Synced: 2025-06-27T00:26:08.922Z (6 months ago)
- Language: C
- Homepage:
- Size: 178 KB
- Stars: 58
- Watchers: 4
- Forks: 19
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: COPYING
Awesome Lists containing this project
README
Python SANE module 2.9.1
========================
.. image:: https://github.com/python-pillow/Sane/workflows/Test/badge.svg
:target: https://github.com/python-pillow/Sane/actions
Python SANE has been split from Python-Pillow as of version 2.7.0.
The SANE module provides an interface to the SANE scanner and frame grabber
interface for Linux. This module was contributed by Andrew Kuchling formerly
maintained by Ralph Heinkel. It is currently maintained by Sandro Mani.
Build
-----
To build this module, make sure the sane development package is installed. Then, type::
python3 setup.py build
In order to install the module type::
python3 -m pip install .
For some basic documentation please look at the file sanedoc.txt
The example.py script gives a basic example on how to use the software.
Documentation
-------------
Available at https://python-sane.readthedocs.io/en/latest/