aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api.rst
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-02-02 09:31:34 +0100
committerOlivier Tilloy <olivier@tilloy.net>2010-02-02 09:31:34 +0100
commit4b46ed6c13ed84f0e4736cffe690b3b1f96912a9 (patch)
tree27629e11605359057b1273caa32d8b49b4a8b714 /doc/api.rst
parentaf556dd7f32f1d9816c017452ccb1fe7773c9cc6 (diff)
downloadpyexiv2-4b46ed6c13ed84f0e4736cffe690b3b1f96912a9.tar.gz
API documentation: iptc module.
Diffstat (limited to 'doc/api.rst')
-rw-r--r--doc/api.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/api.rst b/doc/api.rst
index 91854df..b345ed0 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -27,3 +27,12 @@ pyexiv2.exif
:members: key, type, name, label, description, section_name,
section_description, raw_value, value, human_value
+pyexiv2.iptc
+############
+
+.. module:: pyexiv2.iptc
+.. autoexception:: pyexiv2.iptc.IptcValueError
+.. autoclass:: pyexiv2.iptc.IptcTag
+ :members: key, type, name, title, description, photoshop_name, repeatable,
+ record_name, record_description, raw_values, values
+