Metadata-Version: 1.2
Name: iphoto_exporter
Version: 0.0.2
Summary: Exporter script for master images from iPhoto libraries
Home-page: https://github.com/janwh/iphoto-exporter
Author: Jan Willhaus
Author-email: mail@janwillhaus.de
License: UNKNOWN
Description: # iPhoto Exporter
        
        [![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/janwh)
        
        Export master images from an iPhoto Library.
        
        I recently stumbled upon an old iPhoto library which contained a damaged database file. Fortunately each iPhoto library also contains an XML version of the library that can be parsed (at least in my case).
        
        This Python module allows you to export the master images (i.e. unmodified originals) from an iPhoto Library by simply providing the path to an iPhoto Library file, and an output directory to which to copy the images.
        
        Simply install the script with
        
        ```bash
        pip install iphoto-exporter
        
        ```
        
        and run the following to see the input/output arguments.
        
        ```bash
        iphoto_exporter --help
        ```
        
        ## Todo
        
        Additional features are imaginable, for example
        
        * Only export certain albums by title/name
        * Improve the progress bar
        * Prevent duplicate images contained in multiple albums
        * ...
Keywords: iphoto photos.app exporter
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: System :: Recovery Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3
