268.1.1
by Olivier Tilloy
Initial sphinx documentation skeleton, |
1 |
.. pyexiv2 documentation master file, created by
|
2 |
sphinx-quickstart on Thu Jan 28 20:19:48 2010.
|
|
3 |
You can adapt this file completely to your liking, but it should at least
|
|
4 |
contain the root `toctree` directive.
|
|
5 |
||
268.1.5
by Olivier Tilloy
Imported the original webpage's overview in the documentation's index. |
6 |
pyexiv2 documentation
|
7 |
=====================
|
|
8 |
||
9 |
Welcome! This is the documentation for pyexiv2 |release|, last updated |today|. |
|
10 |
||
11 |
pyexiv2 is a python binding to `exiv2 <http://exiv2.org/>`_, the C++ library |
|
268.1.15
by Olivier Tilloy
Documented abbreviations for EXIF, IPTC and XMP. |
12 |
for manipulation of :abbr:`EXIF (EXchangeable Image File)`, |
13 |
:abbr:`IPTC (International Press Telecommunications Council)` and |
|
14 |
:abbr:`XMP (eXtensible Metadata Platform)` image metadata. |
|
268.1.5
by Olivier Tilloy
Imported the original webpage's overview in the documentation's index. |
15 |
It is a python module that allows your python scripts to read and write |
16 |
metadata (EXIF, IPTC, XMP, thumbnails) embedded in image files |
|
17 |
(JPEG, TIFF, ...). |
|
18 |
||
19 |
It is designed as a high-level interface to the functionalities offered by |
|
20 |
libexiv2. Using python's built-in data types and standard modules, it provides |
|
21 |
easy manipulation of image metadata. |
|
22 |
||
23 |
pyexiv2 is distributed under the |
|
24 |
`GPL version 2 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>`_ |
|
25 |
license. |
|
268.1.1
by Olivier Tilloy
Initial sphinx documentation skeleton, |
26 |
|
27 |
Contents: |
|
28 |
||
29 |
.. toctree:: |
|
30 |
:maxdepth: 2
|
|
31 |
||
268.1.6
by Olivier Tilloy
Basic structure of the documentation. |
32 |
tutorial.rst |
33 |
api.rst |
|
34 |
developers.rst |
|
35 |
||
36 |
||
268.1.1
by Olivier Tilloy
Initial sphinx documentation skeleton, |
37 |
Indices and tables
|
38 |
==================
|
|
39 |
||
40 |
* :ref:`genindex` |
|
41 |
* :ref:`modindex` |
|
42 |
* :ref:`search` |
|
43 |