Metadata-Version: 1.1
Name: unweb.iptc
Version: 0.4
Summary: IPTC metadata extraction and storage for images in Plone
Home-page: http://pypi.python.org/pypi/unweb.iptc/
Author: Dimitris Moraitis
Author-email: dimo@unweb.me
License: GPL
Description: Introduction
        ============
        
        unweb.iptc will extract IPTC metadata from uploaded images and will save them
        as Dublic Core metadata in Plone. Whenever the Dublin Core metadata is updated
        in Plone, the IPTC metadata inside the image file will be respectively
        updated.
        
        Works independently, or in combination with unweb.watermark.
        
        No need to install from the Plone Control Panel. Simply add it to your buildout
        eggs section.
        
        Created by `unweb.me`_
        
        .. _unweb.me: https://unweb.me
        
        
        Changelog
        =========
        
        0.4 (2015-06-16)
        ----------------
        
        - #1 Set the CreationDate based on information given in IPTC records
          `Date Created` and `Time Created` (requres py-dateutil for
          parsing the timezone information).
          If IPTC `Date Created` is not set, fallback to Exif `DateTimeOriginal`
          [fRiSi]
        
        0.3.1 (2012-12-21)
        ------------------
        
        - handle images with latin-1 encoded iptc data too. description works
          ootb, title needs an extra encoding try. [fRiSi] 
        
        0.3 (2011-12-02)
        ----------------
        
        - Cleanup dependencies [fRiSi]
        
          * remove unnecessary depencency on grok
          * no need to initialize the package as Zope2 product
          * move dependencies on plone.app.testing and interlude to
            `unweb.iptc[test]` extra
          * Add dependency on Procuts.CMFPlone and ATContentTypes
        
        
        0.2 (2010-11-22)
        ----------------
        
        - Remove empty locales folder which was causing problems in some buildouts
        
        0.1 (2010-11-13)
        ----------------
        
        - Initial release
        
        Contributors
        ============
        
         - Dimitris Moraitis, dimo at unweb.me
         - Christos Psalits, cpsaltis at unweb.me
         - Markos Gogoulos, provetza at unweb.me
         - Harald Friessnegger, harald at webmeisterei (dot) com
        
Keywords: image photo metadata IPTC keywords plone zope
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Graphics
