{ "info": { "author": "Igor Tsarev", "author_email": "iam@tio.so", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Multimedia :: Graphics", "Topic :: Multimedia :: Graphics :: Graphics Conversion", "Topic :: Utilities" ], "description": "Photo organizing script\n=======================\n\nPhotoSorter is a small script in Python and Python 3 which can organize your photos. For example we have some directory:\n\n::\n\n last_summer/\n IMG_0001.jpg\n IMG_0002.jpg\n cafe/\n IMG_0042.jpg\n Camera_2015-01-01-19-30.jpg\n\nScript will read EXIF data from all images or file creation date(if no EXIF provided) and move them into human readable directory strucure: `Year/Year_Month/Year_Month_Day/`. For example:\n\n::\n\n 2014/\n 2014_08/\n 2014_08_16/\n IMG_0001.jpg\n IMG_0002.jpg\n 2014_08_20/\n IMG_0042.jpg\n 2015/\n 2015_01/\n 2015_01_01/\n Camera_2015-01-01-19-30.jpg\n\nIf names of files are identical script will not overwrite them. File will be renamed from `filename.jpg` to `filename(1).jpg`.\n\nInstalling\n----------\nFor first you must install `libjpeg-dev`\nto enable .JPEG file support for Pillow. In Debian/Ubuntu just type:\n\n sudo apt-get install libjpeg-dev\n\nFor RPM based distros it would be:\n\n sudo yum install libjpeg-turbo-devel\n\nInstalling app\n^^^^^^^^^^^^^^\nRun in your console:\n\n pip install photosorter\n\nManual installing\n^^^^^^^^^^^^^^^^^\nSave `photosorter.py` from GIT repository and install required python libs. For Debian/Ubuntu:\n\n sudo apt-get install python-six python-pil\n\nalso you can install them from pypi.\n\nRuning\n------\nRun:\n\n photosorter --help\n\nto see script params\n\nContribute\n----------\nWelcome to https://github.com/iamtio/photosorter", "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/iamtio/photosorter", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "photosorter", "package_url": "https://pypi.org/project/photosorter/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/photosorter/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/iamtio/photosorter" }, "release_url": "https://pypi.org/project/photosorter/1.0.5/", "requires_dist": null, "requires_python": null, "summary": "Photo organizing app", "version": "1.0.5" }, "last_serial": 1662139, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "85152cc4da4f6f9a44ebb0fa8dccbe89", "sha256": "81139896d550cab8084109d45262fc2d2984fc168b0d207a2f1b2772f41d92eb" }, "downloads": -1, "filename": "photosorter-1.0.tar.gz", "has_sig": false, "md5_digest": "85152cc4da4f6f9a44ebb0fa8dccbe89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2975, "upload_time": "2015-08-03T15:01:10", "url": "https://files.pythonhosted.org/packages/18/e3/a3ff263b4e03cf9fb725cb1893d1dc6c5ca3989c18d82d6e160f35bf1cde/photosorter-1.0.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "72ecb38e8eb47e6e11f6e06108207f5b", "sha256": "8262c44d0e0da388f8d07b7f733c8b6339bd5f63ceb640166b4a48fcc9956de5" }, "downloads": -1, "filename": "photosorter-1.0.5.tar.gz", "has_sig": false, "md5_digest": "72ecb38e8eb47e6e11f6e06108207f5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3355, "upload_time": "2015-08-03T15:45:14", "url": "https://files.pythonhosted.org/packages/54/eb/935684c14db602edc6ef12201930df8f01fad09484bced0da88264684e7f/photosorter-1.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "72ecb38e8eb47e6e11f6e06108207f5b", "sha256": "8262c44d0e0da388f8d07b7f733c8b6339bd5f63ceb640166b4a48fcc9956de5" }, "downloads": -1, "filename": "photosorter-1.0.5.tar.gz", "has_sig": false, "md5_digest": "72ecb38e8eb47e6e11f6e06108207f5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3355, "upload_time": "2015-08-03T15:45:14", "url": "https://files.pythonhosted.org/packages/54/eb/935684c14db602edc6ef12201930df8f01fad09484bced0da88264684e7f/photosorter-1.0.5.tar.gz" } ] }