{ "info": { "author": "Paul Yuan", "author_email": "puyuan1@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "photo dedup\n===========\n\nA Photo Deduplication Tool\n~~~~~~~~~~~~~~~~~~~~~~~~~~\n\nEver wanted to clean up duplicate photos in your hard drive and folders?\n\nphotodedup is a photo deduplication tool written in Python.\n\nFeatures\n~~~~~~~~\n\n- Uses EXIF meta data to determine duplicate photos\n- List unique and duplicate photos\n- Cross platform -- using python libraries only\n- Builds a fileindex to speed up processing\n\nInstall\n-------\n\n.. code:: bash\n\n pip install photodedup\n\nUsage\n-----\n\n::\n\n usage: photodedup.py [-h] [-u] [-c] image_path\n\n photo deduplication tool\n\n positional arguments:\n image_path path to image folder\n\n optional arguments:\n -h, --help show this help message and exit\n -u, --unique list unique images\n -c, --cache find from cache instead of disk\n\nExamples\n--------\n\nList duplicate photos\n\n``photodedup.py /path/to/photos``\n\nList unique photos\n\n``photodedup.py -u /path/to/photos``\n\nBy default, each time we will scan the source directory. If you want to\nuse results from the previous scan, add -c to query from cache instead\nof disk\n\n``photodedup.py -c /path/to/photos``\n\n``photodedup.py -uc /path/to/photos``\n\nChangelog\n---------\n\nv0.2 - 2017-10-02\n\n- Reimplement fileindex using sets\n- Support only python 3 for now\n- Remove -d flags, defaults lists duplicates\n- Begin publishing packages to pypi\n\nTODO\n----\n\n- support python 2\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/puyuan/photodedup", "keywords": "photo dedup deduplication duplicate exif", "license": "", "maintainer": "", "maintainer_email": "", "name": "photodedup", "package_url": "https://pypi.org/project/photodedup/", "platform": "", "project_url": "https://pypi.org/project/photodedup/", "project_urls": { "Homepage": "https://github.com/puyuan/photodedup" }, "release_url": "https://pypi.org/project/photodedup/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "A simple photo deduplication tool written in Python", "version": "0.2.1" }, "last_serial": 3229784, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "83a307dbe26ce6ac5e7655f00d745dcc", "sha256": "92af0d7fbff2e90239f0a45ac3689bc39f57395f88f035f6c1e5b95eff9472c3" }, "downloads": -1, "filename": "photodedup-0.2.tar.gz", "has_sig": false, "md5_digest": "83a307dbe26ce6ac5e7655f00d745dcc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3969, "upload_time": "2017-10-02T08:59:32", "url": "https://files.pythonhosted.org/packages/e7/c6/63fed0e68e14327afa2cc9dd58394538acaf8f600dd7fd4ba7323e7fd413/photodedup-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "ccffa998981616839b14d1987a5a1f9b", "sha256": "5c895b94d289f8b2bffca35672889f181c1eb39bd29371ab1f7b7d99927eb052" }, "downloads": -1, "filename": "photodedup-0.2.1.tar.gz", "has_sig": false, "md5_digest": "ccffa998981616839b14d1987a5a1f9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4330, "upload_time": "2017-10-06T07:33:37", "url": "https://files.pythonhosted.org/packages/1f/c6/9d8bb0abb0a02108eb5d359459ac21ae0d8e4fa15bac63facb283a5b155b/photodedup-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ccffa998981616839b14d1987a5a1f9b", "sha256": "5c895b94d289f8b2bffca35672889f181c1eb39bd29371ab1f7b7d99927eb052" }, "downloads": -1, "filename": "photodedup-0.2.1.tar.gz", "has_sig": false, "md5_digest": "ccffa998981616839b14d1987a5a1f9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4330, "upload_time": "2017-10-06T07:33:37", "url": "https://files.pythonhosted.org/packages/1f/c6/9d8bb0abb0a02108eb5d359459ac21ae0d8e4fa15bac63facb283a5b155b/photodedup-0.2.1.tar.gz" } ] }