{ "info": { "author": "John Stilley", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Security", "Topic :: Utilities" ], "description": "# exif_delete\n\nAll the photos you share online contain metadata. This metadata can include:\n\n* the location the photo was taken\n* the time the photo was taken\n* detailed information about your camera / phone\n\nFacebook (and the other online advertisers) make money by tracking and selling your personal information. But *you* should be in control of what information you share with the world.\n\nEnter the `exif_delete` tool.\n\nThis is a simple Python script that I use to strip all of the metadata from my photos before I share them online. It is lightweight, easy-to-use, and fast. If you are like me, you take a lot of photos, and this tool will help protect your privacy.\n\n\n## Installation\n\nThis script will work with Python v3.3 to v3.7 and only requires one third-party library: `PIL`.\n\nTo install from local source:\n\n python setup.py install\n\n\n## Usage\n\nThis is a simple commandline tool. Just pass the name of the image file(s) you want to strip to the script, and it will do the rest:\n\n python exif_delete.py /path/to/my/image.jpg\n\n python exif_delete.py image1.jpg image2.png image3.gif\n\n python exif_delete.py /path/to/*/my/images/*.jpg\n\nBy default, the script will create a new image file with `\"_safe\"` appended to the file name. For instance, this:\n\n /full/path/to/image1234.jpg\n\nWill become:\n\n /full/path/to/image1234_safe.jpg\n\nHowever, if you want to just over-write the original image file by stripping all the EXIF data from it, you can add the `--replace` flag:\n\n python exif_delete.py --replace /path/to/my/image.jpg", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/theJollySin/exif_delete", "keywords": "tool security privacy images exif", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "exif-delete", "package_url": "https://pypi.org/project/exif-delete/", "platform": "", "project_url": "https://pypi.org/project/exif-delete/", "project_urls": { "Homepage": "https://github.com/theJollySin/exif_delete" }, "release_url": "https://pypi.org/project/exif-delete/0.9.5/", "requires_dist": null, "requires_python": "", "summary": "A simple commandline tool to remove the EXIF data from image files.", "version": "0.9.5" }, "last_serial": 5595828, "releases": { "0.9.2": [ { "comment_text": "", "digests": { "md5": "c666c54881f9602ecf32a4e19c28701a", "sha256": "204e65a11cba8b8833785a8133435614a0af58d38c03a21ad2a2982a2265f23c" }, "downloads": -1, "filename": "exif_delete-0.9.2.tar.gz", "has_sig": false, "md5_digest": "c666c54881f9602ecf32a4e19c28701a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3173, "upload_time": "2019-07-25T00:51:10", "url": "https://files.pythonhosted.org/packages/ad/b6/71675b160f3c0ccd5db3af4d81cdcb1122fba6120b4d0873b32d0aaa4bb4/exif_delete-0.9.2.tar.gz" } ], "0.9.5": [ { "comment_text": "", "digests": { "md5": "ea9205ddabe3ca9f06b8e02eb341ff5d", "sha256": "6e36cc24dc4e58021a780a303d1f0ba104db9d1e492ff9327a04d89f24621249" }, "downloads": -1, "filename": "exif_delete-0.9.5.tar.gz", "has_sig": false, "md5_digest": "ea9205ddabe3ca9f06b8e02eb341ff5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3187, "upload_time": "2019-07-28T14:42:23", "url": "https://files.pythonhosted.org/packages/b4/24/093ff919803769b00f3e04347b6e51c32ad7ad6c57053ae5a7d292164a9f/exif_delete-0.9.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ea9205ddabe3ca9f06b8e02eb341ff5d", "sha256": "6e36cc24dc4e58021a780a303d1f0ba104db9d1e492ff9327a04d89f24621249" }, "downloads": -1, "filename": "exif_delete-0.9.5.tar.gz", "has_sig": false, "md5_digest": "ea9205ddabe3ca9f06b8e02eb341ff5d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3187, "upload_time": "2019-07-28T14:42:23", "url": "https://files.pythonhosted.org/packages/b4/24/093ff919803769b00f3e04347b6e51c32ad7ad6c57053ae5a7d292164a9f/exif_delete-0.9.5.tar.gz" } ] }