{ "info": { "author": "Guinslym", "author_email": "guinslym@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP :: Indexing/Search" ], "description": "PyExifInfo\n===================\n\n\nYet Another python wrapper for Phil Harvey' Exiftool\nExifTool is the corner stone library to look for when you need to extract Exif or other types of metadata whithin a picture.\nExifTool est la package de r\u00e9f\u00e9rence quand il s'agit d'analyser l'Exif ou les m\u00e9tadonn\u00e9es d'une photo\n\nhttps://github.com/guinslym/pyexifinfo\n\nInstallation\n------------\nTo install pyexifinfo, simply:\n\n.. code:: sh\n\n $ pip install pyexifinfo\n\nUsage\n-----\n\n.. code:: python\nimport pyexifinfo as p\n\np.ver() #retrieve your ExifTool version\nfilename = 'python-logo.png'\np.get_json(filename) #retrieve a json representation of this file exif\n=>\n[{u'File:FilePermissions': u'rw-rw-r--', u'PNG:Interlace': u'Noninterlaced', u'S\nourceFile': u'/home/laptop/python-logo.png', u'PNG:ColorType': u'RGB with Alpha', u'File:MIMEType': u'image/png',u'File:FileAccessDate': u'2015:07:20 16:37:22-04:00', u'File:FileModifyDate': u'2014:12:12 20:55:59-05:00', u'File:FileSize': u'9.9 kB', u'PNG:ImageWidth': 290, u'File:FileType': u'PNG', u'File:FileName': u'python-logo.png', u'PNG:Compression': u'Deflate/Inflate', u'PNG:PixelsPerUnitY': 2835, u'PNG:PixelsPerUnitX': 2835, u'PNG:ImageHeight': 82, u'PNG:PixelUnits': u'Meters', u'File:Directory': u'/home/laptop', u'File:FileInodeChangDate': u'2015:07:20 16:37:22-04:00', u'PNG:Filter': u'Adaptive', u'PNG:BitDepth': 8, u'Composite:ImageSize': u'290x82', u'ExifTool:ExifToolVersion': 9.46}]\n\n\nOther useful functions\n-----\n\n.. code:: python\nfrom pyexifinfo get_csv, get_xml, fileType, mimeType, imageSize, imageWidth, imageHeight\nfilename = 'python-logo.png'\n\nresult = get_csv(filename)\nresult = get_xml(filename)\nresult = fileType(filename)\nresult = mimeType(filename)\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/guinslym/pyexifinfo", "keywords": "exiftool reader stats metadata image linux", "license": "GNU GPLv2", "maintainer": null, "maintainer_email": null, "name": "pyexifinfo", "package_url": "https://pypi.org/project/pyexifinfo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyexifinfo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/guinslym/pyexifinfo" }, "release_url": "https://pypi.org/project/pyexifinfo/0.4.0/", "requires_dist": null, "requires_python": null, "summary": "Simple Metadata extraction using Exiftool", "version": "0.4.0" }, "last_serial": 2387769, "releases": { "0.3.8": [], "0.3.9": [ { "comment_text": "", "digests": { "md5": "95ff31b699c87c2a3af282b95e670fd8", "sha256": "eaa4d5b382860507b4a99e7b76521c5ff2ddb47e31e3e3d8172123b9053241ad" }, "downloads": -1, "filename": "pyexifinfo-0.3.9.tar.gz", "has_sig": false, "md5_digest": "95ff31b699c87c2a3af282b95e670fd8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3556, "upload_time": "2016-07-03T06:25:40", "url": "https://files.pythonhosted.org/packages/92/a3/479c4cb327c78f2faa330fe91ca7d571b1bdb32005613c32d67dc8036e35/pyexifinfo-0.3.9.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "4da1562c640ac5df535ea1798dc7f794", "sha256": "578b34b3c593fe77bbe6b62588f9f2ec679dca63f7d486148c9a6ff1fdd4bdc9" }, "downloads": -1, "filename": "pyexifinfo-0.4.0.tar.gz", "has_sig": false, "md5_digest": "4da1562c640ac5df535ea1798dc7f794", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3569, "upload_time": "2016-10-08T07:17:22", "url": "https://files.pythonhosted.org/packages/d5/57/7d90277921541ff7113ec1de13b7163f9b85abe43f905a9f94420ecdd528/pyexifinfo-0.4.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4da1562c640ac5df535ea1798dc7f794", "sha256": "578b34b3c593fe77bbe6b62588f9f2ec679dca63f7d486148c9a6ff1fdd4bdc9" }, "downloads": -1, "filename": "pyexifinfo-0.4.0.tar.gz", "has_sig": false, "md5_digest": "4da1562c640ac5df535ea1798dc7f794", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3569, "upload_time": "2016-10-08T07:17:22", "url": "https://files.pythonhosted.org/packages/d5/57/7d90277921541ff7113ec1de13b7163f9b85abe43f905a9f94420ecdd528/pyexifinfo-0.4.0.tar.gz" } ] }