{ "info": { "author": "Jimmy Schementi", "author_email": "jimmy@schementi.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "=========================\nFlickr Photostream Sorter\n=========================\n\nA command-line tool which sorts your Flickr Photostream by the date each photo\nis taken. It accomplishes this by setting the date posted to be the same as\nthe date taken.\n\nThis is not something Flickr's website current can do for you, other than\nmanually doing it for each photo, as this help forum thread shows:\nhttps://www.flickr.com/help/forum/en-us/72157634003151196/\n\n- On Mac OS X, all commands can be run in `Terminal.app `_.\n- On Windows, all commands can be run in the `Command Prompt `_.\n- On Linux, use whatever terminal your window manager supports.\n\n\nAuthentication\n--------------\n\nYou'll need a Flickr API key and secret, which you can\n`get on the Flickr website `_.\n\nThen set them as environment variables by running the following commands\n(make sure to change the values to match what Flickr provided):\n\n::\n\n echo \"export FLICKR_API_KEY=0123456789abcdef0123456789abcdef\" >> $HOME/.bash_profile\n echo \"export FLICKR_SECRET=0123456789abcdef\" >> $HOME/.bash_profile\n source $HOME/.bash_profile\n\n\nInstall\n-------\n\nEnsure you have Python 2.7.x installed by running ``python -V``. If Python\nisn't installed, or you have a version older than 2.7,\n`install the latest version of Python 2.7 `_.\n\n::\n\n pip install flickr_photostream_sorter\n\n\nUsage\n-----\n\n::\n\n flickr_photostream_sorter\n\nThe first time you run this, your default web browser will open to Flickr's\nwebsite asking you to authorize this application. Please do - without\nauthorization, this application cannot sort your photostream.", "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/jschementi/flickr_photostream_sorter", "keywords": "flickr photostream sort", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "flickr_photostream_sorter", "package_url": "https://pypi.org/project/flickr_photostream_sorter/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/flickr_photostream_sorter/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jschementi/flickr_photostream_sorter" }, "release_url": "https://pypi.org/project/flickr_photostream_sorter/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Sort your Flickr photostream by changing each photo's posted date to when it was taken.", "version": "0.1.1" }, "last_serial": 1245234, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e081179d106ab60e91c28dab639ccbba", "sha256": "cd7e490171bc57e9ab09ab7b7dc7a7f947f15af3a597ea6fb6b6b89d0cc0fecc" }, "downloads": -1, "filename": "flickr_photostream_sorter-0.1.tar.gz", "has_sig": false, "md5_digest": "e081179d106ab60e91c28dab639ccbba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3989, "upload_time": "2014-10-02T00:53:42", "url": "https://files.pythonhosted.org/packages/f0/3a/f4000f141e868bbacba3abfc7be68b409504840f47f197411f5acf129644/flickr_photostream_sorter-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "381677de31b90c3583a466aae2415e04", "sha256": "aba2f27c7fbc0eb42320a50dbad4046788e7782a93eb12d6ab8249237dd726ef" }, "downloads": -1, "filename": "flickr_photostream_sorter-0.1.1.tar.gz", "has_sig": false, "md5_digest": "381677de31b90c3583a466aae2415e04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3857, "upload_time": "2014-10-02T02:01:51", "url": "https://files.pythonhosted.org/packages/db/1d/e89699855adf9216ce0ab23beaf91a5e4feac7b6873861b341dfd9fe3dfa/flickr_photostream_sorter-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "381677de31b90c3583a466aae2415e04", "sha256": "aba2f27c7fbc0eb42320a50dbad4046788e7782a93eb12d6ab8249237dd726ef" }, "downloads": -1, "filename": "flickr_photostream_sorter-0.1.1.tar.gz", "has_sig": false, "md5_digest": "381677de31b90c3583a466aae2415e04", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3857, "upload_time": "2014-10-02T02:01:51", "url": "https://files.pythonhosted.org/packages/db/1d/e89699855adf9216ce0ab23beaf91a5e4feac7b6873861b341dfd9fe3dfa/flickr_photostream_sorter-0.1.1.tar.gz" } ] }