Metadata-Version: 2.1
Name: Exif-python
Version: 1.0.4
Summary: Extract Exif data from image files
Home-page: https://github.com/Deep-Dey/Exif-python
Author: Deep Dey
Author-email: deepdey10998@gmail.com
License: MIT
Description: # Exif-extractor
        
        This is an package that is used to extract meta data and Exif information from images. This package is published in PyPI as named <a href="https://pypi.org/project/Exif-python/">Exif-extractor</a>.
        
        # Installing
        
            pip install Exif-extractor
        
        # Usage
        `get_exif_for_file()` takes an image as argument and return meta information as dictionary\
        `get_exif()` takes list of images as argument and return meta information as list
        
            >>> import Exif
            >>> imagename = "image.jpg"
            >>> Exif.get_exif_for_file(imagename)
            >>> Exif.get_exif(imagename)
Keywords: Exif image video metadata
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
