{ "info": { "author": "Mina Asham", "author_email": "mina.asham@hotmail.com", "bugtrack_url": null, "classifiers": [], "description": "***************************\nPictures: Dedupe and Rename\n***************************\n\n.. image:: https://travis-ci.org/mina-asham/pictures-dedupe-and-rename.svg?branch=master\n :target: https://travis-ci.org/mina-asham/pictures-dedupe-and-rename\n\nEver had a shared folder of pictures with friends from one of your travels, and had a ton of weird filenames which made browsing pictures in order impossible?\n\nThis is a solution to that! Simply install this package and run a simple command to fix a selected folder by dedupe all pictures and renaming them using the yyyymmdd_HHMMss format.\n\n.. contents:: Table of Contents\n\nCompatibility\n*************\nPython 2.7+\n\nInstallation\n************\n\nPyPI (Recommended)\n==================\nInstall using `pip `_::\n\n pip install PicturesDedupeRename\n\nFrom Zip\n========\nDownload the latest source from `GitHub repository `_.\n\nExtract and run::\n\n python setup.py install\n\nUsage\n*****\n\nCommand line\n============\n\nSome examples::\n\n dedupe-rename.py -d /home/pictures/collection\n dedupe-rename.py -d /home/pictures/collection -o dedupe\n\nShow command line options::\n\n dedupe-rename.py -h\n\n usage: dedupe-rename.py [-h] -d DIRECTORY [-o OPERATIONS] [-p PATTERNS]\n\n Dedupe a set of pictures in a given folder and rename them using the yyyymmdd_HHMMss format\n\n optional arguments:\n -h, --help show this help message and exit\n -d DIRECTORY, --directory DIRECTORY input directory for all pictures\n -o OPERATIONS, --operations OPERATIONS the operatiosn to perform (dedupe, rename, or both) (default: both)\n -p PATTERNS, --patterns PATTERNS the glob patterns for pictures (default: *.jpeg,*.jpg,*.png)\n\nPython Script\n=============\n\nSample::\n\n from pictures import dedupe, rename\n files = load_files_to_dedupe()\n dedupe(files)\n files = load_files_to_rename()\n rename(files)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mina-asham/pictures-dedupe-and-rename", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "PicturesDedupeRename", "package_url": "https://pypi.org/project/PicturesDedupeRename/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/PicturesDedupeRename/", "project_urls": { "Homepage": "https://github.com/mina-asham/pictures-dedupe-and-rename" }, "release_url": "https://pypi.org/project/PicturesDedupeRename/1.0.5/", "requires_dist": [ "exifread" ], "requires_python": "", "summary": "Dedupe a set of pictures in a given folder and rename them using the yyyymmdd_HHMMss format", "version": "1.0.5" }, "last_serial": 2576910, "releases": { "1.0.4": [ { "comment_text": "", "digests": { "md5": "7179fd1c10785fb52abe096f80573bf0", "sha256": "1d5a28cbafb2bf27927c428d7b63f200bcb5dd90adb3742f1f2efcca39268853" }, "downloads": -1, "filename": "PicturesDedupeRename-1.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7179fd1c10785fb52abe096f80573bf0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8431, "upload_time": "2017-01-16T00:49:50", "url": "https://files.pythonhosted.org/packages/7b/e5/9263466f74ed93d012d7e18fde302e51bc6c8095c6e8a3dfbd493f9f0f89/PicturesDedupeRename-1.0.4-py2.py3-none-any.whl" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "efbd80a2011ca1b4fc7b8659751736eb", "sha256": "004f95fa8bf371e60a42d740cbc5e0e5d9cb59892cfd5d471bf2b253b8e10cb3" }, "downloads": -1, "filename": "PicturesDedupeRename-1.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "efbd80a2011ca1b4fc7b8659751736eb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8402, "upload_time": "2017-01-16T10:33:09", "url": "https://files.pythonhosted.org/packages/8a/7e/2ada062d50c0b3b06067aac9a8758c44e718cc2a90e95ec64e1702b49688/PicturesDedupeRename-1.0.5-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "efbd80a2011ca1b4fc7b8659751736eb", "sha256": "004f95fa8bf371e60a42d740cbc5e0e5d9cb59892cfd5d471bf2b253b8e10cb3" }, "downloads": -1, "filename": "PicturesDedupeRename-1.0.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "efbd80a2011ca1b4fc7b8659751736eb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8402, "upload_time": "2017-01-16T10:33:09", "url": "https://files.pythonhosted.org/packages/8a/7e/2ada062d50c0b3b06067aac9a8758c44e718cc2a90e95ec64e1702b49688/PicturesDedupeRename-1.0.5-py2.py3-none-any.whl" } ] }