{ "info": { "author": "Eric Brelsford", "author_email": "ebrelsford@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Multimedia :: Graphics", "Topic :: Scientific/Engineering :: GIS", "Topic :: Software Development" ], "description": "pygeoexif\n=========\n\nA python module for reading latitude and longitude from an image's EXIF data.\n\nHeavily based on [this gist](https://gist.github.com/erans/983821), packaged\nhere for ease of installation and use.\n\nRequires PIL.\n\n\nInstall\n-------\n\nUse pip: `pip install pygeoexif`\n\n\nUsage\n-----\n\n```python\nfrom PIL import Image\nfrom pygeoexif import get_exif_data, get_lat_lon\n\nimage = Image.open()\nlat, lon = get_lat_lon(get_exif_data(image))\n```\n\n\nLicense\n-------\n\nMIT, as permitted by [this comment](https://gist.github.com/erans/983821#gistcomment-882766)\nin the original.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ebrelsford/pygeoexif", "keywords": null, "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "pygeoexif", "package_url": "https://pypi.org/project/pygeoexif/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pygeoexif/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ebrelsford/pygeoexif" }, "release_url": "https://pypi.org/project/pygeoexif/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Simply get latitude and longitude from an image's EXIF data", "version": "0.0.1" }, "last_serial": 1705280, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "4aed15aee097e579aeb4ce6c1a507626", "sha256": "89121026f8131e87fca5250bcc827cc7b186f681c48ceb8beceebbc01884cfe2" }, "downloads": -1, "filename": "pygeoexif-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4aed15aee097e579aeb4ce6c1a507626", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2204, "upload_time": "2015-09-02T17:55:16", "url": "https://files.pythonhosted.org/packages/35/d1/19bfb7ee65183cda1b34fbe6d3583db6d15572e06b1432f76295ee614a7f/pygeoexif-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4aed15aee097e579aeb4ce6c1a507626", "sha256": "89121026f8131e87fca5250bcc827cc7b186f681c48ceb8beceebbc01884cfe2" }, "downloads": -1, "filename": "pygeoexif-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4aed15aee097e579aeb4ce6c1a507626", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2204, "upload_time": "2015-09-02T17:55:16", "url": "https://files.pythonhosted.org/packages/35/d1/19bfb7ee65183cda1b34fbe6d3583db6d15572e06b1432f76295ee614a7f/pygeoexif-0.0.1.tar.gz" } ] }