Metadata-Version: 1.1
Name: image-lister
Version: 0.1.7
Summary: List images, with some basic statistics
Home-page: https://github.com/noodlebreak/image_lister
Author: Ashish K|bad_keypoints on irc/stackoverflow/answers.opencv.org)
Author-email: ashish26kr91+pypi@gmail.com
License: GNU General Public License v3 (GPLv3)
Description: ===================================
        		Image Lister
        ===================================
        
        
        This is a simple script which lists
        images in a dir, by checking their
        extensions, and displays the count
        of jpeg, png, and tiff. Not using
        file descriptors and meta even.
        
        Run it with the ``imglister`` command:
        
        	imglister path/to/dir/containing/images
        
        **The actual purpose of this package was to
        learn how to push packages to PyPi though.**
        
        *This package really wouldn't provide anything
        of value to you.*
        
Keywords: filesystem images directories listing
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Desktop Environment :: File Managers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
