Metadata-Version: 1.1
Name: exiffind
Version: 0.0.5
Summary: Find images by their exif tags
Home-page: https://github.com/k0rmarun/exiffind
Author: Kormarun
Author-email: kormarun@gmail.com
License: MIT
Description: "Find images bei their exif tags.
        - before: date to be digitized before in format YY-MM-DD (other date formats might work)
        - after: date to be digitized after in format YY-MM-DD (other date formats might work)
        - ext: search only for files with $EXT extensions
        - orientation: horizontal, vertical
        - author: 
        - software:
        - width: search by image with (supports ranges)
        - height: search by image height (supports ranges)
        - manufacturer: search by camera manufacturer
        - model: search by camera model
        - speed: search by speed (ISO value, supports ranges)
        - exposure: search by exposure time (supports ranges)
        - aperture: search by aperture value (supports ranges)
        - fnumber: search by f-number (supports ranges)
        - xresolution: search by resolution in x direction (supports ranges)
        - yresolution: search by resolution in y direction (supports ranges)
            
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Desktop Environment :: File Managers
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
