{ "info": { "author": "Daniil Anichyn", "author_email": "daniilanichin@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: Unix", "Programming Language :: Python :: 3.5" ], "description": "# flickr-recovery\nSimple python tool to reorder photos into albums & rename them to previous names after pooling flick dump\n\nIf for some reason you had to pull dump from flickr, you may find it pretty much useless\n(several thousands of photos, just put with incorrect names into zip files +-4 Gb each)\nSo, this tool is intended to help you resorting albums structure according to\nmetadata from flickr itself\n\n\nFirst of all, you can just find a guy who know python, and ask him to read this manual and perform required steps on your Mac / PC / etc.\n\nIf this one is not good enough, or something, you need to do two things: extract data, and reorder it. Both can be done with the flickr-recovery;\ninstallation requires python3.5+ and pip (I'll recommend creating new virtualenv for it)\nIn this virtualenv (or just in base environment) run:\n```shell\npython -m pip install flickr-recovery\npython -m flickr-recovery extract-to-albums /path/to/your/archives/all/in/one/dir\n```\n\nMake sure you have enough space on the partition with archives;\nOr, if you want to extract images to different location, add images_dir to command call\n\n```shell\npython -m flickr-recovery extract-to-albums /path/to/your/archives/all/in/one/dir /path/to/images/\n```\n\nThe directory should exists, if specified. Otherwise, it would be /path/to/your/archives/all/in/one/dir/images for images\nand /path/to/your/archives/all/in/one/dir/data for account data\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/DaniilAnichin/flickr-recovery", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "flickr-recovery", "package_url": "https://pypi.org/project/flickr-recovery/", "platform": "", "project_url": "https://pypi.org/project/flickr-recovery/", "project_urls": { "Homepage": "https://github.com/DaniilAnichin/flickr-recovery" }, "release_url": "https://pypi.org/project/flickr-recovery/0.0.1/", "requires_dist": [ "click (==7.0)" ], "requires_python": "", "summary": "Python tool to unpack, reorder into albums and rename photos to original names after pooling flick dump", "version": "0.0.1" }, "last_serial": 4763124, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f20aa853a32744b70d52f62d60e2c544", "sha256": "7961dc12d204162cf91d7a4c741fe869927f8139b13677b5eca0f8ce84499211" }, "downloads": -1, "filename": "flickr_recovery-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f20aa853a32744b70d52f62d60e2c544", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6226, "upload_time": "2019-01-31T09:43:51", "url": "https://files.pythonhosted.org/packages/f3/6d/929e1d95033cc32d6e851e247b0b847b1219ffae96fb8ef49dd5d8c06980/flickr_recovery-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb72a8a579b08706541cc796e6b75854", "sha256": "428926fbf8819648f043627d50e70b9387852dfe45a8a5518c3d2370446bfc41" }, "downloads": -1, "filename": "flickr-recovery-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bb72a8a579b08706541cc796e6b75854", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4139, "upload_time": "2019-01-31T09:43:52", "url": "https://files.pythonhosted.org/packages/83/e1/231f0929d498999c5224caeb46348d8e4c2e3ec5b20a0276441d42082abd/flickr-recovery-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f20aa853a32744b70d52f62d60e2c544", "sha256": "7961dc12d204162cf91d7a4c741fe869927f8139b13677b5eca0f8ce84499211" }, "downloads": -1, "filename": "flickr_recovery-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f20aa853a32744b70d52f62d60e2c544", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6226, "upload_time": "2019-01-31T09:43:51", "url": "https://files.pythonhosted.org/packages/f3/6d/929e1d95033cc32d6e851e247b0b847b1219ffae96fb8ef49dd5d8c06980/flickr_recovery-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb72a8a579b08706541cc796e6b75854", "sha256": "428926fbf8819648f043627d50e70b9387852dfe45a8a5518c3d2370446bfc41" }, "downloads": -1, "filename": "flickr-recovery-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bb72a8a579b08706541cc796e6b75854", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4139, "upload_time": "2019-01-31T09:43:52", "url": "https://files.pythonhosted.org/packages/83/e1/231f0929d498999c5224caeb46348d8e4c2e3ec5b20a0276441d42082abd/flickr-recovery-0.0.1.tar.gz" } ] }