Metadata-Version: 1.1
Name: photostats
Version: 0.6.0
Summary: Read directory containing photos and produce stats and graphs
Home-page: https://github.com/djotaku/photo_stats
Author: Eric Mesa
Author-email: eric@ericmesa.com
License: GPLv3
Description: ==========
        PhotoStats
        ==========
        
        
        
        .. image:: https://codecov.io/gh/djotaku/photo_stats/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/djotaku/photo_stats
        
        This is a Python package that will eventually have a bunch of utilities for running a variety of stats on
        your photos based on EXIF data. By using exiv-based library, it can also read data
        from RAW files.
        
        Currently you can get lens stats by running:
        
        python -m photostats -p "path to photos"
        
        It will produce output like:
        
        Lens Model Count:
        
        EF17-40mm f/4L USM : 18
        
        EF28-105mm f/3.5-4.5 USM : 80
        
        Followed by a graph of the above data. Once you exit the graph window, you will get.
        
        Focal Length Count:
        
        17 mm : 14
        
        20 mm : 4
        
        63 mm : 5
        
        98 mm : 7
        
        70 mm : 41
        
        105 mm : 17
        
        28 mm : 3
        
        82 mm : 1
        
        65 mm : 4
        
        75 mm : 2
        
        Followed by another graph.
Keywords: photography
Platform: UNKNOWN
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
