{ "info": { "author": "Jim Easterbrook", "author_email": "jim@jim-easterbrook.me.uk", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Win32 (MS Windows)", "Environment :: X11 Applications :: Qt", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Multimedia :: Graphics" ], "description": "Photini\n=======\n\nA free, easy to use, digital photograph metadata (Exif, IPTC, XMP) editing application.\n\n\"Metadata\" is said to mean \"data about data\".\nIn the context of digital photographs this means information that isn't essential in order to display the image, but tells you something about it.\nFor example a title and description of the scene or the date & time and the GPS coordinates of the camera's position when the picture was taken.\n\n \"[Photini] doesn't try to be an all-singing, all-dancing image management powerhouse - it just lets you add information to photos, quickly and easily.\"\n \n -- `Linux Format`_ magazine, January 2013\n\nWhy is it called Photini?\nRead my `blog post`_ on how I chose a name.\n\nFeatures\n--------\n\n.. image:: http://photini.readthedocs.io/en/latest/_images/screenshot_11.png\n :alt: Text editing screenshot\n\n* Easy to use graphical interface.\n* Set photo title, description, keywords, copyright and creator fields.\n* Some support for video files.\n* Spell checking of some fields (optional).\n* Can set metadata for multiple images simultaneously.\n* Can adjust picture date & time and time zone (of multiple images simultaneously).\n* Reads Exif, IPTC and XMP metadata, writes all three to maximise compatibility with other software.\n* Writes metadata to image files or to XMP \"sidecar\" files.\n* Can import photographs from many digital cameras.\n* Upload to Flickr_ and/or `Google Photos`_ with reuse of metadata.\n\n.. image:: http://photini.readthedocs.io/en/latest/_images/screenshot_136.png\n :alt: Geotagging screenshot\n\n* Geotagging - search map to find named places.\n* Choice of map providers - instantly switch to compare details.\n* Drag and drop images on to map to set GPS location.\n* Edit coordinates if required, or clear to unset GPS data.\n* Convert GPS coordinates to street address.\n* Suggestions for further development welcome.\n\nDependencies\n------------\n\nAn \"all in one\" installer for Windows is available that installs Photini and all its dependencies.\nSome Linux distributions include Photini in their standard \"repository\".\nUsers of other operating systems will need to install the following:\n\n* Python, version 2.7+ or 3.5+: http://python.org/\n* PyQt, version 4 or 5: http://www.riverbankcomputing.co.uk/software/pyqt/\n* six, version 1.5+: https://pypi.python.org/pypi/six/\n* appdirs, version 1.3+: http://pypi.python.org/pypi/appdirs/\n* gexiv2 (GObject Exiv2 wrapper), version 0.10+: https://wiki.gnome.org/Projects/gexiv2\n* Python GObject bindings:\n\n * PyGObject: https://wiki.gnome.org/Projects/PyGObject **or**\n * pgi: https://pypi.python.org/pypi/pgi/\n\nFor details of how to download and install these, please see the `installation documentation`_.\n\nDocumentation\n-------------\n\n.. warning::\n This program is still under development and, like all other software, it has bugs.\n Before using it be sure to back up all your photographs (you do this anyway, right?) as I can't guarantee you won't accidentally damage them.\n\nPhotini's documentation is at http://photini.readthedocs.io/.\nIt includes detailed installation instructions and a full user manual.\n\n.. _readme-getting_help:\n\nGetting help\n------------\n\nIf you encounter any problems installing or running Photini, please email jim@jim-easterbrook.me.uk and I'll respond as soon as I can.\nThere is also an email list or forum for discussions about Photini at https://groups.google.com/forum/#!forum/photini.\nIf you discover a bug and have a GitHub account then please file a bug report on the GitHub `\"issues\" page`_.\n\nInternationalisation\n--------------------\n\nWork has begun on providing Photini in multiple languages.\nI rely on users to do the translation, as I am not fluent in any language other than English.\nIf you'd like to help, please join the `Photini team on Transifex`_.\nFor more details, see the `localisation documentation`_.\n\n.. _readme-legalese:\n\nLicence\n-------\n\n| Photini - a simple photo metadata editor.\n| http://github.com/jim-easterbrook/Photini\n| Copyright (C) 2012-19 Jim Easterbrook jim@jim-easterbrook.me.uk\n\n| German translation by Jan Rimmek\n| Spanish translation by Esteban Martinena & Cristos Ruiz\n| Polish translation by \"itdawid\"\n| Czech translation by Pavel Fric\n| Catalan translation by Joan Juvanteny\n\nThis program is free software: you can redistribute it and/or\nmodify it under the terms of the GNU General Public License as\npublished by the Free Software Foundation, either version 3 of the\nLicense, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\nGeneral Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n\nService terms and conditions\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\nUse of the Google map tab is subject to the `Google Maps Terms of Use`_ and `Google Privacy Policy`_.\n\nUse of the Bing map tab is subject to the `Microsoft Bing Maps Terms of Use`_ and `Microsoft Privacy Statement`_.\n\nUse of the Mapbox map tab is subject to the `Mapbox terms of service`_ and `Mapbox privacy policy`_.\n\nThe Flickr upload tab uses the Flickr API but is not endorsed or certified by Flickr.\n\nPrivacy statement\n^^^^^^^^^^^^^^^^^\n\nPhotini does not directly gather any information from its users, but the online services it can use (maps, Flickr, and Google Photos) may do so.\nYou should read these services' privacy policies before using them.\n\nPhotini stores user preferences in a text file on the user's computer.\nThe default location of this file is ``$HOME/.config/photini/`` (Linux) or ``%USERPROFILE%\\AppData\\Local\\photini\\`` (Windows).\nOAuth_ access tokens for Flickr and Google Photos are securely stored on the user's computer using `Python keyring`_.\n\n\nDocumentation licence\n^^^^^^^^^^^^^^^^^^^^^\n\nPermission is granted to copy, distribute and/or modify the Photini documentation under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.\nA copy of the license is included in the documentation section entitled \"GNU Free Documentation License\".\n\n.. _blog post: http://jim-jotting.blogspot.co.uk/2012/10/photini-whats-in-name.html\n.. _Flickr: http://www.flickr.com/\n.. _Google Photos: https://photos.google.com/\n.. _Google Maps Terms of Use:\n http://www.google.com/help/terms_maps.html\n.. _Google Privacy Policy:\n http://www.google.com/policies/privacy/\n.. _installation documentation:\n http://photini.readthedocs.io/en/latest/other/installation.html\n.. _\"issues\" page: https://github.com/jim-easterbrook/Photini/issues\n.. _Linux Format: http://www.linuxformat.com/archives?issue=166\n.. _localisation documentation:\n http://photini.readthedocs.io/en/latest/other/localisation.html\n.. _Mapbox terms of service:\n https://www.mapbox.com/tos/\n.. _Mapbox privacy policy:\n https://www.mapbox.com/privacy/\n.. _Microsoft Bing Maps Terms of Use:\n http://www.microsoft.com/maps/assets/docs/terms.aspx\n.. _Microsoft Privacy Statement:\n http://www.microsoft.com/en-us/privacystatement/\n.. _OAuth: http://oauth.net/\n.. _OpenStreetMap licence:\n http://www.openstreetmap.org/copyright\n.. _Photini team on Transifex:\n https://www.transifex.com/projects/p/photini/\n.. _Python keyring:\n https://pypi.python.org/pypi/keyring#what-is-python-keyring-lib\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/jim-easterbrook/Photini/archive/2019.10.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jim-easterbrook/Photini", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "Photini", "package_url": "https://pypi.org/project/Photini/", "platform": "", "project_url": "https://pypi.org/project/Photini/", "project_urls": { "Download": "https://github.com/jim-easterbrook/Photini/archive/2019.10.0.tar.gz", "Homepage": "https://github.com/jim-easterbrook/Photini" }, "release_url": "https://pypi.org/project/Photini/2019.10.0/", "requires_dist": null, "requires_python": "", "summary": "Simple photo metadata editor", "version": "2019.10.0" }, "last_serial": 5976269, "releases": { "1.0": [], "13.01_43a0943": [ { "comment_text": "", "digests": { "md5": "ddc307c05efc63313dae7afb156fcef2", "sha256": "b9c56a41d90927039e8541fc54b4ee0526e65bcfaa1e4a5f51fc99c366d37fdd" }, "downloads": -1, "filename": "Photini-13.01_43a0943.tar.gz", "has_sig": false, "md5_digest": "ddc307c05efc63313dae7afb156fcef2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 686643, "upload_time": "2013-01-02T13:38:24", "url": "https://files.pythonhosted.org/packages/ba/22/9fd34132013959017d1df4a46aa1f1b770874688c86010019703ad71e514/Photini-13.01_43a0943.tar.gz" }, { "comment_text": "", "digests": { "md5": "a9c6abac9355016942cad7abf86402bc", "sha256": "53105661c3e093e80ec0c3612c9a1945876bf56ac2bf9f79a24307d32369acdf" }, "downloads": -1, "filename": "Photini-13.01_43a0943.zip", "has_sig": false, "md5_digest": "a9c6abac9355016942cad7abf86402bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 715142, "upload_time": "2013-01-02T13:38:40", "url": "https://files.pythonhosted.org/packages/c5/a0/581c98cca4d9560f28ee2cb17bd2fc93e5f58d4dbb8d67caf039258c79cb/Photini-13.01_43a0943.zip" } ], "13.01_f2bbd24": [ { "comment_text": "", "digests": { "md5": "37f8d73f20ed179f60ff57fcbbe1ef21", "sha256": "23b8c0021a12ba24e2e556a98be40e033e4d1af493c6fa808fe373b22a61e89c" }, "downloads": -1, "filename": "Photini-13.01_f2bbd24.tar.gz", "has_sig": false, "md5_digest": "37f8d73f20ed179f60ff57fcbbe1ef21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5575567, "upload_time": "2013-01-11T13:41:24", "url": "https://files.pythonhosted.org/packages/7f/2b/50a0bc4f1e6ca56c6d2e05ae62f8aa0b6ea91b135b9967784dcc6ad19390/Photini-13.01_f2bbd24.tar.gz" }, { "comment_text": "", "digests": { "md5": "da86ac48741830de22c341c365afb294", "sha256": "6041a1e41d4a5455ca933571118c93e5baf08d6a6a32ad30af5ab8ec350dfc6f" }, "downloads": -1, "filename": "Photini-13.01_f2bbd24.zip", "has_sig": false, "md5_digest": "da86ac48741830de22c341c365afb294", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5615204, "upload_time": "2013-01-11T13:43:25", "url": "https://files.pythonhosted.org/packages/93/f5/88dcfcc12f7bb20f3f9dc4f3129b598cab57f52f00881b97856720b7dab9/Photini-13.01_f2bbd24.zip" } ], "13.02_a515056": [ { "comment_text": "", "digests": { "md5": "d739fc6c31decdfc2de67d1fd2a49eff", "sha256": "f602a4e3aff14155abdf622f5536ed83f619247799a937d4343bd0ec3a07da90" }, "downloads": -1, "filename": "Photini-13.02_a515056.tar.gz", "has_sig": false, "md5_digest": "d739fc6c31decdfc2de67d1fd2a49eff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5575719, "upload_time": "2013-02-01T10:53:59", "url": "https://files.pythonhosted.org/packages/57/f9/71f9ef32ded9bba81e3fc8fe5b3c1563ea307117accf594a31889f1597b5/Photini-13.02_a515056.tar.gz" }, { "comment_text": "", "digests": { "md5": "3927d42580d86cc269e75bbc7258a004", "sha256": "4bebad841ea5657a28a5e7bfd37d8268c4965acb35272b32f8e9b31b655444b3" }, "downloads": -1, "filename": "Photini-13.02_a515056.zip", "has_sig": false, "md5_digest": "3927d42580d86cc269e75bbc7258a004", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5615361, "upload_time": "2013-02-01T10:56:03", "url": "https://files.pythonhosted.org/packages/b3/f4/96db3f9611c6f1aa4961347ad016052b39d862d15140b152a2ada4b28372/Photini-13.02_a515056.zip" } ], "13.05_r7": [ { "comment_text": "", "digests": { "md5": "e683c5e949d793aeac125aa857643bbf", "sha256": "5bd3a19b898e88ee5ee515fa09bc034fa12481812ef818e5457afa50773c1eb2" }, "downloads": -1, "filename": "Photini-13.05_r7.tar.gz", "has_sig": false, "md5_digest": "e683c5e949d793aeac125aa857643bbf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10957485, "upload_time": "2013-05-24T15:46:54", "url": "https://files.pythonhosted.org/packages/a3/e2/be3998ad465506f2dad312f116db457d596cb7f0250279f8a6a3d0025f7d/Photini-13.05_r7.tar.gz" }, { "comment_text": "", "digests": { "md5": "323fcf2dfbe422147356e7806786d5fb", "sha256": "f9ae2f5ad82c6510ce7ab50fcb2613af7fd1cd99a2fa9344c81f585906cacf82" }, "downloads": -1, "filename": "Photini-13.05_r7.zip", "has_sig": false, "md5_digest": "323fcf2dfbe422147356e7806786d5fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10997886, "upload_time": "2013-05-24T15:50:55", "url": "https://files.pythonhosted.org/packages/21/64/6e8354f9e626436186bb563040c108e2c9a24c5a8a84bf2c7d099612fcc3/Photini-13.05_r7.zip" } ], "13.09_r20": [ { "comment_text": "", "digests": { "md5": "e6bef954a3dcbbda2b0c5ed94fb52a51", "sha256": "769c2cd30e6ae34c996bda8314e90e0c16f491f6971d98ea803f9dd255812b6d" }, "downloads": -1, "filename": "Photini-13.09_r20.tar.gz", "has_sig": false, "md5_digest": "e6bef954a3dcbbda2b0c5ed94fb52a51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10959012, "upload_time": "2013-09-13T11:13:47", "url": "https://files.pythonhosted.org/packages/84/4d/ade257b8e4bbec6cc8cb99eb53558562344f7b2d4153f92411c944b9dee0/Photini-13.09_r20.tar.gz" }, { "comment_text": "", "digests": { "md5": "39ca55fb54a9696afc9ab294d7d740a8", "sha256": "df8e47b84675e055640d97b9f702d4fa4a82422a3e6534d226ed3e1a9e4aab01" }, "downloads": -1, "filename": "Photini-13.09_r20.zip", "has_sig": false, "md5_digest": "39ca55fb54a9696afc9ab294d7d740a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11000515, "upload_time": "2013-09-13T11:17:46", "url": "https://files.pythonhosted.org/packages/28/44/8c527f05e47c60770f22d962f3def0ddded0b2cae419859a5327f02b1bbf/Photini-13.09_r20.zip" } ], "14.04.dev64": [ { "comment_text": "", "digests": { "md5": "5088b310097bd3dc8b6cc237c8c8c1bf", "sha256": "6de8a19739df43abe831518ec9d432adbd5d96c02e5b6ec4c2ef5c9e7e21b085" }, "downloads": -1, "filename": "Photini-14.04.dev64.tar.gz", "has_sig": false, "md5_digest": "5088b310097bd3dc8b6cc237c8c8c1bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11022950, "upload_time": "2014-04-29T06:07:10", "url": "https://files.pythonhosted.org/packages/4e/8c/7681cd592d70a732ef3af63f4fa572728a1d1399f53ba223865a097d8ee7/Photini-14.04.dev64.tar.gz" }, { "comment_text": "", "digests": { "md5": "2b5158ea0f38aef0e9c37f32d2de4892", "sha256": "f405cc83e8313066c1850c24c392258b4e7624c9c0131267ac376365d538aad2" }, "downloads": -1, "filename": "Photini-14.04.dev64.zip", "has_sig": false, "md5_digest": "2b5158ea0f38aef0e9c37f32d2de4892", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11070229, "upload_time": "2014-04-29T06:11:14", "url": "https://files.pythonhosted.org/packages/ab/ac/f0dd5db5763cbfee92fda5c536b21ea9ab4eb8b6496afeb2d6b8e5d6f212/Photini-14.04.dev64.zip" } ], "14.06.dev108": [ { "comment_text": "", "digests": { "md5": "ea065586c13f06180053f413db000e7f", "sha256": "349b3d3b821b5821cdf18d9d868beb0044ea83857b008a27ae82ffee43a11969" }, "downloads": -1, "filename": "Photini-14.06.dev108.tar.gz", "has_sig": false, "md5_digest": "ea065586c13f06180053f413db000e7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2511599, "upload_time": "2014-06-28T08:56:58", "url": "https://files.pythonhosted.org/packages/02/d8/65cc909f8cf0f3176dca5f7f5e51c7bd16801dc3a0a31cfbcfbdfaf240e9/Photini-14.06.dev108.tar.gz" }, { "comment_text": "", "digests": { "md5": "73f11791c5f6c1420e46b7986c719307", "sha256": "1878497c50785eb71a1baa025d7a653cc69972d619a143f8b8a10faeda32a91c" }, "downloads": -1, "filename": "Photini-14.06.dev108.zip", "has_sig": false, "md5_digest": "73f11791c5f6c1420e46b7986c719307", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2541985, "upload_time": "2014-06-28T08:57:56", "url": "https://files.pythonhosted.org/packages/ca/fb/3818706c88538f00f86680598903041c973c07911c87c46cf8ebfe1e49b7/Photini-14.06.dev108.zip" } ], "14.06.dev87": [], "14.07.0": [ { "comment_text": "", "digests": { "md5": "4a784c28812e54d12ea95a0cbfff3da1", "sha256": "242397c3c777b50a3898f859acce27afe35291e41f636c2870919facbc326083" }, "downloads": -1, "filename": "Photini-14.07.0.tar.gz", "has_sig": false, "md5_digest": "4a784c28812e54d12ea95a0cbfff3da1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2512770, "upload_time": "2014-07-05T10:09:41", "url": "https://files.pythonhosted.org/packages/64/69/4ef264010004d26c4b6ef39ed5c90a27f7f68544953e4172b11b9196adb1/Photini-14.07.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "621a7f8e48559a8f12a0e9610d9ecaf6", "sha256": "ca44206e90adcd27d16f60f76fb99da61dd48096a4b2b53621f259f01fdca830" }, "downloads": -1, "filename": "Photini-14.07.0.zip", "has_sig": false, "md5_digest": "621a7f8e48559a8f12a0e9610d9ecaf6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2542818, "upload_time": "2014-07-05T10:10:39", "url": "https://files.pythonhosted.org/packages/09/7f/146c710e829ac5205d00fc063133b6593e463075f28994ccca0a56d48c63/Photini-14.07.0.zip" } ], "14.08.0": [ { "comment_text": "", "digests": { "md5": "80903e1af35f6bbf0567deb21a3844f4", "sha256": "250feed161acfccb100a11b2d3480455e52616007a4ebdb7435dceaf1b892ff6" }, "downloads": -1, "filename": "Photini-14.08.0.tar.gz", "has_sig": false, "md5_digest": "80903e1af35f6bbf0567deb21a3844f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2481181, "upload_time": "2014-08-12T05:58:34", "url": "https://files.pythonhosted.org/packages/f9/4a/456dd4d13c96b3768b0d1189e49cffe6e5005d2ee2440f90ecf95b4a7901/Photini-14.08.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "f3fa4ebae1ac7630d8361d591828142e", "sha256": "f76b4486192364a9d5115cb0847ff69877111092bf14d132161bcbfb22c62bd7" }, "downloads": -1, "filename": "Photini-14.08.0.zip", "has_sig": false, "md5_digest": "f3fa4ebae1ac7630d8361d591828142e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2510899, "upload_time": "2014-08-12T05:59:30", "url": "https://files.pythonhosted.org/packages/fc/54/f8e899ebfec19df2ddfc35724f4df163e9932ef5422d237e7fe84eb2a8b0/Photini-14.08.0.zip" } ], "14.08.1": [ { "comment_text": "", "digests": { "md5": "3224d75d95b6b137043ae2ba28e66137", "sha256": "9bb152daf5a7b9cf8c840a684c213df0e506df0fea309ab3f70e73f2a7f4f431" }, "downloads": -1, "filename": "Photini-14.08.1.tar.gz", "has_sig": false, "md5_digest": "3224d75d95b6b137043ae2ba28e66137", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2550132, "upload_time": "2014-08-30T08:59:25", "url": "https://files.pythonhosted.org/packages/19/67/c6d760a57a07c4f74446d3443c74649de873fccd4725458609b4429c975c/Photini-14.08.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "90f44cb7ebac8a793ce9c949534162f2", "sha256": "3ebf85eedf27b3e5edb29e6cae0f80482bda8516cbfab78208351f6ef56f71ef" }, "downloads": -1, "filename": "Photini-14.08.1.zip", "has_sig": false, "md5_digest": "90f44cb7ebac8a793ce9c949534162f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2576928, "upload_time": "2014-08-30T09:00:24", "url": "https://files.pythonhosted.org/packages/76/93/eaafcfc9ab379e3a88f0a2bedac198f04214d85375b5722a434c0dfec103/Photini-14.08.1.zip" } ], "14.09.0": [ { "comment_text": "", "digests": { "md5": "8f670edc0d256684737833dd408535eb", "sha256": "05a2a00a41bc663a6444730b7908cea24feeaf5c2c1aaa0f8bf99d7fd249c01a" }, "downloads": -1, "filename": "Photini-14.09.0.tar.gz", "has_sig": false, "md5_digest": "8f670edc0d256684737833dd408535eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2542232, "upload_time": "2014-09-02T06:06:27", "url": "https://files.pythonhosted.org/packages/da/52/f25ad1a8402677c905596091dc0307ed32c6684bd64884601ed979c0c408/Photini-14.09.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "088bea01a601c113736501d162982e00", "sha256": "c566f8186d7c313fe3d80efd7d8b557c936d4034de2191475c1af6affabe5d34" }, "downloads": -1, "filename": "Photini-14.09.0.zip", "has_sig": false, "md5_digest": "088bea01a601c113736501d162982e00", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2568237, "upload_time": "2014-09-02T06:07:25", "url": "https://files.pythonhosted.org/packages/ab/57/1637c9ff8abcaf7cc080807d6ff09cfa7526745b97e1c5b0fd195c3bb26b/Photini-14.09.0.zip" } ], "14.10.0": [ { "comment_text": "", "digests": { "md5": "a37a1f8e0a09b8cc8027fe0e09f40ba5", "sha256": "ccbcbb20fc456504531df3d50a6c5c71ad3dab95366ed5891abe072a95db6d5e" }, "downloads": -1, "filename": "Photini-14.10.0.tar.gz", "has_sig": false, "md5_digest": "a37a1f8e0a09b8cc8027fe0e09f40ba5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2743052, "upload_time": "2014-10-10T06:02:23", "url": "https://files.pythonhosted.org/packages/98/e2/4460ae4beaf013e03ffdfa3488abb9cd60ae677f95b6a90bd932994a8056/Photini-14.10.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "741b6852cfe793a53af1557c5c9f8aff", "sha256": "e1071e754b06f9f37d3ab312b3fcf265ca9b2dd787867b4a13318d6b51567431" }, "downloads": -1, "filename": "Photini-14.10.0.zip", "has_sig": false, "md5_digest": "741b6852cfe793a53af1557c5c9f8aff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2768754, "upload_time": "2014-10-10T06:03:26", "url": "https://files.pythonhosted.org/packages/75/a2/a4385f2b5924cf62970e39d48fc2e76256954536da60c92763302e342418/Photini-14.10.0.zip" } ], "15.01.0": [ { "comment_text": "", "digests": { "md5": "2c7a082eac3dfe8e706329f16242f9e3", "sha256": "8732233157c3928a52880d235588ee381dda88fe2035e10a3d9b952044c97cda" }, "downloads": -1, "filename": "Photini-15.01.0.tar.gz", "has_sig": false, "md5_digest": "2c7a082eac3dfe8e706329f16242f9e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2744991, "upload_time": "2015-01-03T10:27:15", "url": "https://files.pythonhosted.org/packages/9c/ee/c0a97a36835b7d07b6a5bee6e64ae88ede8d05839ff80073a853ebe69ff7/Photini-15.01.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "f547b5804c6f1f8a2634a49b16212d8e", "sha256": "d1b3731d6f8f95b6cff2d50a50feea9c0e96cb0781c7abed192fc0f6d38d2bbc" }, "downloads": -1, "filename": "Photini-15.01.0.zip", "has_sig": false, "md5_digest": "f547b5804c6f1f8a2634a49b16212d8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2770513, "upload_time": "2015-01-03T10:28:19", "url": "https://files.pythonhosted.org/packages/5c/e8/97b9b615c0be8d92e4430a96d2803e0a48ab48555cf2af809deaac286124/Photini-15.01.0.zip" } ], "15.01.1": [ { "comment_text": "", "digests": { "md5": "107cc49609e0d86f6ddc0dd8dfac084f", "sha256": "f01c75875a93e1fa04a5d4f8600e0543f1e54164b4dc1676968a38c4ea114fd7" }, "downloads": -1, "filename": "Photini-15.01.1.tar.gz", "has_sig": false, "md5_digest": "107cc49609e0d86f6ddc0dd8dfac084f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2745223, "upload_time": "2015-01-31T11:26:51", "url": "https://files.pythonhosted.org/packages/eb/8b/2e6a89d603f1f851af31aa3973d9f2120b3d399c9f85f08289936b25ce3e/Photini-15.01.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "e812fefa3a44b5b41c2c653ce7f8e9e8", "sha256": "6556be8f672608f7f62bf1fd3dac9027762564cfe98a6818033da5a292df3e6c" }, "downloads": -1, "filename": "Photini-15.01.1.zip", "has_sig": false, "md5_digest": "e812fefa3a44b5b41c2c653ce7f8e9e8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2770592, "upload_time": "2015-01-31T11:27:53", "url": "https://files.pythonhosted.org/packages/2d/ab/e5ffcb9487728060e22ac019b57f0afce82c15c0358ab437108435f4b48e/Photini-15.01.1.zip" } ], "15.05.0": [ { "comment_text": "", "digests": { "md5": "3736237f2e5c8c30242cc37bc4f95e95", "sha256": "e34edcc50ad83b5373b5fcdfa383592cd86a3910a3629a685bab1930ab6ce42c" }, "downloads": -1, "filename": "Photini-15.05.0.tar.gz", "has_sig": false, "md5_digest": "3736237f2e5c8c30242cc37bc4f95e95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2754985, "upload_time": "2015-05-18T09:28:03", "url": "https://files.pythonhosted.org/packages/65/ae/b1ad6850178bec8921659107cbdd40cc30b699be71faadf208df616d8db1/Photini-15.05.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "15304971456328547ead5952c31d78db", "sha256": "1865bf3cd8f748d9ba0d915faa39c66ffe86ecfff1a03b83b32a8a9e34b6724c" }, "downloads": -1, "filename": "Photini-15.05.0.zip", "has_sig": false, "md5_digest": "15304971456328547ead5952c31d78db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2782771, "upload_time": "2015-05-18T09:28:31", "url": "https://files.pythonhosted.org/packages/89/54/3be8e77d96647150006911aeaa530362a27d9dce22f9396bf2b7d5429d88/Photini-15.05.0.zip" } ], "15.06.0": [ { "comment_text": "", "digests": { "md5": "e614ae99583b3556a5178f83eae86e1c", "sha256": "f75929fbd3885642dc2f6e16db1acadda069c9103fbea4e7cf29e7e0d32a5bfd" }, "downloads": -1, "filename": "Photini-15.06.0.tar.gz", "has_sig": false, "md5_digest": "e614ae99583b3556a5178f83eae86e1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2799122, "upload_time": "2015-06-10T08:36:31", "url": "https://files.pythonhosted.org/packages/ea/16/6b3d988ab3ccaea5034c7b4c41ed385afaf1ae324b496b21406c264c9cba/Photini-15.06.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "dae61e7e60ac7b6e5edb9790d1852152", "sha256": "25acbc82a3985fccfbdd00ce8308ae6e69b40110bc665f7a42920238fa4dd299" }, "downloads": -1, "filename": "Photini-15.06.0.zip", "has_sig": false, "md5_digest": "dae61e7e60ac7b6e5edb9790d1852152", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2827262, "upload_time": "2015-06-10T08:36:59", "url": "https://files.pythonhosted.org/packages/c1/99/312c06dd8a7ab1fadc9f1a344ae300d678e629411007b65b06f8212bb872/Photini-15.06.0.zip" } ], "15.07.1": [ { "comment_text": "", "digests": { "md5": "b845941f41d6e255c46bf9ec4893a86f", "sha256": "a0303b53a0f38b1eed6b4aa8e01c731db93091618d950f6a97c6a25351ab3016" }, "downloads": -1, "filename": "Photini-15.07.1.tar.gz", "has_sig": false, "md5_digest": "b845941f41d6e255c46bf9ec4893a86f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2944829, "upload_time": "2015-07-02T11:00:51", "url": "https://files.pythonhosted.org/packages/fb/c8/ca410b2297d0013926909079f380f3647d399b660453fe68e7a7f9c96160/Photini-15.07.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "842e594ddef17f5821d5b0182ab9cdc8", "sha256": "e26c07224869863966f635df2d806920522dbed96279afa42f344707e2ee2198" }, "downloads": -1, "filename": "Photini-15.07.1.zip", "has_sig": false, "md5_digest": "842e594ddef17f5821d5b0182ab9cdc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2971419, "upload_time": "2015-07-02T11:01:21", "url": "https://files.pythonhosted.org/packages/4f/ec/d0e235f46e73eb59e734530f91acc14802e005e4f161d0deeaab8095ba1c/Photini-15.07.1.zip" } ], "15.08.0": [ { "comment_text": "", "digests": { "md5": "d195e268381ff98d7c6ffac11620b457", "sha256": "3147339a9c87d978407debadd227449cd606eef4c45e5687da58f9c8faea0d4d" }, "downloads": -1, "filename": "Photini-15.08.0.tar.gz", "has_sig": false, "md5_digest": "d195e268381ff98d7c6ffac11620b457", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3041763, "upload_time": "2015-08-26T14:33:10", "url": "https://files.pythonhosted.org/packages/1d/19/2fc45d8927e8420045dda15bae7998dcf653262e0d8193769175d4f7ccee/Photini-15.08.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "afa6df1fd0388fec4a55553feab64d02", "sha256": "2c11af078faf3625b1fd1e2c95b1d9ea1a917e4491c6d0d44dc26c0ca20ba351" }, "downloads": -1, "filename": "Photini-15.08.0.zip", "has_sig": false, "md5_digest": "afa6df1fd0388fec4a55553feab64d02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3073308, "upload_time": "2015-08-26T14:33:42", "url": "https://files.pythonhosted.org/packages/58/b4/88b4c474952c56861926d34f75d7ab320172d4b9029e405004f5f757da9b/Photini-15.08.0.zip" } ], "15.08.1": [ { "comment_text": "", "digests": { "md5": "229bbe68576d86bdea9ef9a17211caf8", "sha256": "65faf3a2d6077f24f8b59f3d3e1ce15127794747655316079d2dc2b84928ffc6" }, "downloads": -1, "filename": "Photini-15.08.1.tar.gz", "has_sig": false, "md5_digest": "229bbe68576d86bdea9ef9a17211caf8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3047560, "upload_time": "2015-08-27T08:05:41", "url": "https://files.pythonhosted.org/packages/99/10/ea6975ac11db25b0f2e8273aab3e7a4a2902bac00f04e1a9838a178dc667/Photini-15.08.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "de58d788afaf01aa2ad01c80354fa926", "sha256": "673d9ad773d7298258764df4c3d1cc96dbfa7083f3c058e885182f7de4f6ef2b" }, "downloads": -1, "filename": "Photini-15.08.1.zip", "has_sig": false, "md5_digest": "de58d788afaf01aa2ad01c80354fa926", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3086254, "upload_time": "2015-08-27T08:06:13", "url": "https://files.pythonhosted.org/packages/a8/81/c8928d6c6f3f3a49e3a7c509f62ce8513350556b24f078fd20b5e1d7ec69/Photini-15.08.1.zip" } ], "15.09.0": [ { "comment_text": "", "digests": { "md5": "7d4daee12bd7a520ca0ca04d9cd52883", "sha256": "cb7969bd8679920e4fce5739fafbfaf6256216ce60bf2aaa502159ba927f55b1" }, "downloads": -1, "filename": "Photini-15.09.0.tar.gz", "has_sig": false, "md5_digest": "7d4daee12bd7a520ca0ca04d9cd52883", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3048461, "upload_time": "2015-09-16T10:58:29", "url": "https://files.pythonhosted.org/packages/d9/9a/fbdd66bfac74ece7f4d131a18e06ec2c371a60e43f250558e05a81151baf/Photini-15.09.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "e33a8c5f3ee47048f6319af5fdb79d3e", "sha256": "bb1cc8c026c9f1c02f92a6228341d21434421402103db80aba3ff5090eb522b3" }, "downloads": -1, "filename": "Photini-15.09.0.zip", "has_sig": false, "md5_digest": "e33a8c5f3ee47048f6319af5fdb79d3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3086854, "upload_time": "2015-09-16T10:59:00", "url": "https://files.pythonhosted.org/packages/f0/38/9476bd6d1121b60d39144babfaed1719d6c4f2937882732b27788a19108c/Photini-15.09.0.zip" } ], "15.09.1": [ { "comment_text": "", "digests": { "md5": "2e5bd7491d1282e82e31ba6ef5d599c4", "sha256": "8ee7522af57d5ef04c682084fb754c57a6c1ab5f5c557ce5f9a8d0ee13988f29" }, "downloads": -1, "filename": "Photini-15.09.1.tar.gz", "has_sig": false, "md5_digest": "2e5bd7491d1282e82e31ba6ef5d599c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3049519, "upload_time": "2015-09-22T06:47:59", "url": "https://files.pythonhosted.org/packages/6d/0b/1ccc63bfafe15c7df20c6494a40930193b123304a8fd7fd80c0c49fe98b3/Photini-15.09.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "77e9cf90a2c4207324441134e0874722", "sha256": "553240e4e510d06e31dd2ed64b69eaa01b2d9af9d1970ec31852cb9f8fbed69b" }, "downloads": -1, "filename": "Photini-15.09.1.zip", "has_sig": false, "md5_digest": "77e9cf90a2c4207324441134e0874722", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3087723, "upload_time": "2015-09-22T06:48:38", "url": "https://files.pythonhosted.org/packages/c0/ea/1b8fd5929d6ce3bf3f85b236f776c4ceb29cd84ecd9d9f6caa251d1fa629/Photini-15.09.1.zip" } ], "15.10.0": [ { "comment_text": "", "digests": { "md5": "934f3111029e893d3913194a8728062a", "sha256": "a6a07a72dc3a0ddec6cde0d89a43c8b3cc5e9d74ec2a383c611d1d3cb429141b" }, "downloads": -1, "filename": "Photini-15.10.0.tar.gz", "has_sig": false, "md5_digest": "934f3111029e893d3913194a8728062a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3163851, "upload_time": "2015-10-29T12:23:45", "url": "https://files.pythonhosted.org/packages/67/de/bbfea9617b1ffdd98d924932f52e99ac98e7aea44b9021c219d9dc241e75/Photini-15.10.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "e204a1de3677eb2160f574733df1c922", "sha256": "e68b72d9f46ad1e02361a5129be132c88d46782eaed15d6ab57d8a51bee53594" }, "downloads": -1, "filename": "Photini-15.10.0.zip", "has_sig": false, "md5_digest": "e204a1de3677eb2160f574733df1c922", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3203458, "upload_time": "2015-10-29T12:24:18", "url": "https://files.pythonhosted.org/packages/86/8f/7af8ea9c7585b4cca98d2622d70dc1642ff57d172f1aca6d65009d71d9e7/Photini-15.10.0.zip" } ], "15.11.0": [ { "comment_text": "", "digests": { "md5": "4a03d7b78baf149b2b1a621bd4237e72", "sha256": "504c4e9c5aa181ed5cc99120d83fddd553a228a462d63a6a3e89421244f71b55" }, "downloads": -1, "filename": "Photini-15.11.0.tar.gz", "has_sig": false, "md5_digest": "4a03d7b78baf149b2b1a621bd4237e72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3283747, "upload_time": "2015-11-24T08:09:27", "url": "https://files.pythonhosted.org/packages/55/bb/0409ff9dec38875739c3d9d5400dd55e745e3c590e427088a56f7dc98556/Photini-15.11.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "26ed53f77b33d2f7fa6cc64409fb96b9", "sha256": "c1369185640d8535c3291bdcaf9b2247b43858ab9e3d25df06627788220c776c" }, "downloads": -1, "filename": "Photini-15.11.0.zip", "has_sig": false, "md5_digest": "26ed53f77b33d2f7fa6cc64409fb96b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3321590, "upload_time": "2015-11-24T08:10:03", "url": "https://files.pythonhosted.org/packages/21/75/47c47648c3492e85938e3f941f48b82862ef148307416b1412065fdd2a2d/Photini-15.11.0.zip" } ], "2016.10.0": [ { "comment_text": "", "digests": { "md5": "798af81c2d8d397cd2efe1f3f71b6b1f", "sha256": "06fed72406a2e913f07a5a51c29f53ee85116b35c0489e7d45d4908fa98423d9" }, "downloads": -1, "filename": "Photini-2016.10.0.tar.gz", "has_sig": false, "md5_digest": "798af81c2d8d397cd2efe1f3f71b6b1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4301856, "upload_time": "2016-10-04T09:19:48", "url": "https://files.pythonhosted.org/packages/47/42/37873c75d3635b313b40a14e22c06444efce7212c041084e2215d5dccecc/Photini-2016.10.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "bd9fc91cbd553da36a85e6987c0b3641", "sha256": "92d477049ff893a8d1de73db19e2471a789ab911a197ca551f67e2abb582d3f8" }, "downloads": -1, "filename": "Photini-2016.10.0.zip", "has_sig": false, "md5_digest": "bd9fc91cbd553da36a85e6987c0b3641", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4354304, "upload_time": "2016-10-04T09:20:40", "url": "https://files.pythonhosted.org/packages/4e/ae/110659058a5acade604c2fc91be0295e98d810bcd72141dc61254e2210c5/Photini-2016.10.0.zip" } ], "2016.12.0": [ { "comment_text": "", "digests": { "md5": "bfddf59a39008cc3956e86f627e6a5a0", "sha256": "1072f9982df2a089af88fbb47969276632bed546af3166e6dbf0eca048cd4d77" }, "downloads": -1, "filename": "Photini-2016.12.0.tar.gz", "has_sig": false, "md5_digest": "bfddf59a39008cc3956e86f627e6a5a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4335955, "upload_time": "2016-12-13T14:37:53", "url": "https://files.pythonhosted.org/packages/b6/d4/719265c1c1287c046b3e0fa4df4277073946a3db3fd67033b86dbbd0f2a0/Photini-2016.12.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "3bef6c7da70f2a4218f0a5ca2d1df9d3", "sha256": "cf772dd82a1b330cde3ed0c591faccfc660b178cc6dd05b2411818f793ec2928" }, "downloads": -1, "filename": "Photini-2016.12.0.zip", "has_sig": false, "md5_digest": "3bef6c7da70f2a4218f0a5ca2d1df9d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4388122, "upload_time": "2016-12-13T14:39:28", "url": "https://files.pythonhosted.org/packages/36/81/58b76296a8f8471402b1d6d1910e6f5b2f886dedb21ee1723c7ede6516cf/Photini-2016.12.0.zip" } ], "2016.2.0": [ { "comment_text": "", "digests": { "md5": "61c7d9bc10d961800e7a687706d668f8", "sha256": "493559bb084197bc3886cadce20edc72c9b215e2c43684ff397c7dcec4debebd" }, "downloads": -1, "filename": "Photini-2016.2.0.tar.gz", "has_sig": false, "md5_digest": "61c7d9bc10d961800e7a687706d668f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3285526, "upload_time": "2016-02-17T10:55:54", "url": "https://files.pythonhosted.org/packages/73/9d/22aef69b008a03ef98537f9be39db0e44d4eff78d43dcf51d03153576af9/Photini-2016.2.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "b03903fab6d97486b12281023c353338", "sha256": "70d78dcd13879abf134895823c4d35db6a23bb9eab1e48d4cb726dea6b5553ef" }, "downloads": -1, "filename": "Photini-2016.2.0.zip", "has_sig": false, "md5_digest": "b03903fab6d97486b12281023c353338", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3323217, "upload_time": "2016-02-17T10:56:29", "url": "https://files.pythonhosted.org/packages/25/52/d830cf674118fa6412eb0ea2a96e5c8e4dfc98f8a509f5e80a713076827f/Photini-2016.2.0.zip" } ], "2016.2.1": [ { "comment_text": "", "digests": { "md5": "c2397e9260e34ef053091b03dec9ecd6", "sha256": "e7cdf6eb69afd64c984596692cd368184c51d7865a840eec104eabf77fb656ad" }, "downloads": -1, "filename": "Photini-2016.2.1.tar.gz", "has_sig": false, "md5_digest": "c2397e9260e34ef053091b03dec9ecd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3285928, "upload_time": "2016-02-19T13:33:58", "url": "https://files.pythonhosted.org/packages/08/53/0fe3181e90c7b34ac10609151b315caa891b58ed402c5ad554eaaf7e1ba5/Photini-2016.2.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "7fe9064749530b77698c390814dff272", "sha256": "a707d3796fd0d17530db58635e232930cae4347dd1f11735c00593be5b98ec7f" }, "downloads": -1, "filename": "Photini-2016.2.1.zip", "has_sig": false, "md5_digest": "7fe9064749530b77698c390814dff272", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3324173, "upload_time": "2016-02-19T13:34:41", "url": "https://files.pythonhosted.org/packages/0b/08/8100847f4b89b81c7d077f00a7bbea9e6e0d6e10462b5630dec258d23de4/Photini-2016.2.1.zip" } ], "2016.5.0": [ { "comment_text": "", "digests": { "md5": "1a4f06c3abb10f88c02ebce7356e50f3", "sha256": "8257f7959699104112d476464c85103f21678a54dd2a3763f9f5d4c19c8f7f8c" }, "downloads": -1, "filename": "Photini-2016.5.0.tar.gz", "has_sig": false, "md5_digest": "1a4f06c3abb10f88c02ebce7356e50f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4027249, "upload_time": "2016-05-07T08:26:45", "url": "https://files.pythonhosted.org/packages/3d/ae/8ffaf48cd625f55d1712803a78781f24fbe3382ab9789ff9b1131871c022/Photini-2016.5.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "bd8879849685371313470993c03e37a8", "sha256": "f6d0db176747c4ce0f4ad4a8fabf83b64eb559133ee91bbcad2d54bd3fb4135c" }, "downloads": -1, "filename": "Photini-2016.5.0.zip", "has_sig": false, "md5_digest": "bd8879849685371313470993c03e37a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4070311, "upload_time": "2016-05-07T08:27:25", "url": "https://files.pythonhosted.org/packages/04/eb/bad0c1ca2218e41c04f662f887db49a033a92c94c195be9e6b84c192adc2/Photini-2016.5.0.zip" } ], "2016.6.0": [ { "comment_text": "", "digests": { "md5": "4250048347dc64979cef7c6b9bc8b089", "sha256": "41d8181dab56acd1b917f2efcf8e4cb7c7d95b33b9675aacf9fea311dba563ec" }, "downloads": -1, "filename": "Photini-2016.6.0.tar.gz", "has_sig": false, "md5_digest": "4250048347dc64979cef7c6b9bc8b089", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4276946, "upload_time": "2016-06-10T06:08:09", "url": "https://files.pythonhosted.org/packages/2c/2b/bcf1f0e106f8c7ab7068eb3a1662fda8fe51b00b3b1d6f72b430b9447efc/Photini-2016.6.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "d287cf692863920958781dd0cfb5f44d", "sha256": "dd6c2b895da642f0a130f1951b0e448ae60d12ce631f69f7c9f7397fb96b43ff" }, "downloads": -1, "filename": "Photini-2016.6.0.zip", "has_sig": false, "md5_digest": "d287cf692863920958781dd0cfb5f44d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4324802, "upload_time": "2016-06-10T06:08:52", "url": "https://files.pythonhosted.org/packages/e5/d1/231d83f7e2be01b7a10fe82323d9e70dd5a11c17de4681d1fc7931bdd6f2/Photini-2016.6.0.zip" } ], "2017.10.0": [ { "comment_text": "", "digests": { "md5": "54bad1ad7ed9e447ae7584d535ecc2d4", "sha256": "eac0c160e5f0cac259ee6ef91e4cb0bd86d9e2df9307bc6da5ead2a1a078b899" }, "downloads": -1, "filename": "Photini-2017.10.0.tar.gz", "has_sig": false, "md5_digest": "54bad1ad7ed9e447ae7584d535ecc2d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4939652, "upload_time": "2017-10-03T14:51:21", "url": "https://files.pythonhosted.org/packages/ef/b7/323ec5f5a2cf3e694d9e72f0dd2d8ef030b02570ee4abeb323011f28b256/Photini-2017.10.0.tar.gz" } ], "2017.12.0": [ { "comment_text": "", "digests": { "md5": "c8a70b9952b7e32e1599880ec0fbbe34", "sha256": "3edacda8b0c67e1d50c88003b2a7ea73d6dc6af891a6b77a228ad95bddbf8da8" }, "downloads": -1, "filename": "Photini-2017.12.0.tar.gz", "has_sig": false, "md5_digest": "c8a70b9952b7e32e1599880ec0fbbe34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5102128, "upload_time": "2017-12-01T09:59:28", "url": "https://files.pythonhosted.org/packages/e8/dc/57c2d1accd136cc94d9e9abd2ebabf12e406cb377eeeb6b2a7a2efe4d947/Photini-2017.12.0.tar.gz" } ], "2017.3.0": [ { "comment_text": "", "digests": { "md5": "f65c0c33af9d766b9501637fcbc6b3ae", "sha256": "6a3d3d6e0e1e703843d6b5d22b82c777ab39afd5976ba201ebe6a97d1eba4266" }, "downloads": -1, "filename": "Photini-2017.3.0.tar.gz", "has_sig": false, "md5_digest": "f65c0c33af9d766b9501637fcbc6b3ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4337101, "upload_time": "2017-03-01T13:20:45", "url": "https://files.pythonhosted.org/packages/ff/c1/4015c590543a0400de989748dba63668a24209396d7dd3410f93deb63765/Photini-2017.3.0.tar.gz" } ], "2017.5.0": [ { "comment_text": "", "digests": { "md5": "b6109238178d42e458181ad1228ab491", "sha256": "dea6a7febf1f09269dbb2017a2cca611b9fb3a493f953fc7ba67a318ef601b8a" }, "downloads": -1, "filename": "Photini-2017.5.0.tar.gz", "has_sig": false, "md5_digest": "b6109238178d42e458181ad1228ab491", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4430453, "upload_time": "2017-05-02T08:38:54", "url": "https://files.pythonhosted.org/packages/93/22/01418bc8ae02a7b059a272566d9bcc61b7104837fd797b9fb71fba2c205b/Photini-2017.5.0.tar.gz" } ], "2017.6.0": [ { "comment_text": "", "digests": { "md5": "207537ef92217a42a59cb88901d90181", "sha256": "a531cb4029f0f1d1140d3ae0ea88e390978dd448e7f15a1c20bfc25067815bdb" }, "downloads": -1, "filename": "Photini-2017.6.0.tar.gz", "has_sig": false, "md5_digest": "207537ef92217a42a59cb88901d90181", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4883214, "upload_time": "2017-06-02T11:04:25", "url": "https://files.pythonhosted.org/packages/7c/0f/e71b1dadbc0590657886d1ac256cf877704871c526fab033ca75f07c640a/Photini-2017.6.0.tar.gz" } ], "2017.8.0": [ { "comment_text": "", "digests": { "md5": "b9edd870ebe1bf3b4c2ec1d083d6ef43", "sha256": "61f3e7bf67ca9098a25e5dc892e0f4c1bb7ae9a27ab75c064d1afda5b16c9c61" }, "downloads": -1, "filename": "Photini-2017.8.0.tar.gz", "has_sig": false, "md5_digest": "b9edd870ebe1bf3b4c2ec1d083d6ef43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4891816, "upload_time": "2017-08-09T11:23:36", "url": "https://files.pythonhosted.org/packages/9f/57/2f81e7d42e2546ac8b3056b2d14ea468c87f542eca954561dc26ab36a5e3/Photini-2017.8.0.tar.gz" } ], "2017.8.1": [ { "comment_text": "", "digests": { "md5": "11cf56cec431c1c886889dd591e80271", "sha256": "ecd24680d83a51f98a8706e860eb060c5f0972e99eb8eaa2d46d80bb69717ac2" }, "downloads": -1, "filename": "Photini-2017.8.1.tar.gz", "has_sig": false, "md5_digest": "11cf56cec431c1c886889dd591e80271", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4939015, "upload_time": "2017-08-18T13:03:00", "url": "https://files.pythonhosted.org/packages/54/e5/86c63b76f67188b2cfe9f5a6d9c57e1f807565e3af95a20ad73f46166f79/Photini-2017.8.1.tar.gz" } ], "2018.2.0": [ { "comment_text": "", "digests": { "md5": "93b77beba0398c457314809c1334ae14", "sha256": "0a67a52d00db0092dcfb6403dc253828e7902841ff8edf2e4c861019f39c5a93" }, "downloads": -1, "filename": "Photini-2018.2.0.tar.gz", "has_sig": false, "md5_digest": "93b77beba0398c457314809c1334ae14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5180026, "upload_time": "2018-02-10T12:13:26", "url": "https://files.pythonhosted.org/packages/cc/32/f31c13786666ca13d506c4d0f25144b047e1bb147ddb3c465be5f4e0e6fd/Photini-2018.2.0.tar.gz" } ], "2018.5.0": [ { "comment_text": "", "digests": { "md5": "a1153859692df51a0bd74029d70b2fde", "sha256": "d3b84772605fbf21e9125440fc0986b259bffa4c13a5e6437d316ac9678300c8" }, "downloads": -1, "filename": "Photini-2018.5.0.tar.gz", "has_sig": false, "md5_digest": "a1153859692df51a0bd74029d70b2fde", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5369080, "upload_time": "2018-05-01T12:34:26", "url": "https://files.pythonhosted.org/packages/00/ef/d10b81a9a8aee91f0e9933c89ef7172f221acf5ac3f087e05bcd1bd38f57/Photini-2018.5.0.tar.gz" } ], "2018.8.0": [ { "comment_text": "", "digests": { "md5": "f9b2c4d6e95579e9b03ba4fe4dd773fa", "sha256": "d70ef3c46c3da091480f8401359288477fc77a198a8f2f9c3d163951783fba33" }, "downloads": -1, "filename": "Photini-2018.8.0.tar.gz", "has_sig": false, "md5_digest": "f9b2c4d6e95579e9b03ba4fe4dd773fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4866082, "upload_time": "2018-08-07T08:17:18", "url": "https://files.pythonhosted.org/packages/d3/b0/b81ce6a9a1465b85da702444b6c5aff4d1c60b8c2afe7cb438335935b3b5/Photini-2018.8.0.tar.gz" } ], "2019.10.0": [ { "comment_text": "", "digests": { "md5": "0e0f025f347c03ffaf912a36a688de09", "sha256": "c3281a0935e0c4c7b67524ffbb31524d2d9345bcdf8579d3d4861c8b42da7df3" }, "downloads": -1, "filename": "Photini-2019.10.0.tar.gz", "has_sig": false, "md5_digest": "0e0f025f347c03ffaf912a36a688de09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5451418, "upload_time": "2019-10-15T11:11:21", "url": "https://files.pythonhosted.org/packages/06/bd/a6f3fef73439489835303701ea921401f08724d4d2ceddfff845d2386b02/Photini-2019.10.0.tar.gz" } ], "2019.5.0": [ { "comment_text": "", "digests": { "md5": "61304797abd79d68b505a998ca85edca", "sha256": "675734c7b27caa2640560688ec7ef405db2f5fe3646524067ca4e3b5461431b9" }, "downloads": -1, "filename": "Photini-2019.5.0.tar.gz", "has_sig": false, "md5_digest": "61304797abd79d68b505a998ca85edca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5191641, "upload_time": "2019-05-21T10:32:31", "url": "https://files.pythonhosted.org/packages/c2/d3/0786ccacb4f9fb6c44ac605acc36f19f67356c07e1798eebbd24497747ac/Photini-2019.5.0.tar.gz" } ], "2019.8.0": [ { "comment_text": "", "digests": { "md5": "9f7d2935919741539050b439b8639f74", "sha256": "44bdccfb47c656ae177d492bca8bb6392a227541961e99f4f5b60c9d48525c30" }, "downloads": -1, "filename": "Photini-2019.8.0.tar.gz", "has_sig": false, "md5_digest": "9f7d2935919741539050b439b8639f74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5538803, "upload_time": "2019-08-20T09:28:27", "url": "https://files.pythonhosted.org/packages/9f/19/7bba579a03af882f248ad6a0269954efdfcf0f4326fe5b394e140d711a64/Photini-2019.8.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0e0f025f347c03ffaf912a36a688de09", "sha256": "c3281a0935e0c4c7b67524ffbb31524d2d9345bcdf8579d3d4861c8b42da7df3" }, "downloads": -1, "filename": "Photini-2019.10.0.tar.gz", "has_sig": false, "md5_digest": "0e0f025f347c03ffaf912a36a688de09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5451418, "upload_time": "2019-10-15T11:11:21", "url": "https://files.pythonhosted.org/packages/06/bd/a6f3fef73439489835303701ea921401f08724d4d2ceddfff845d2386b02/Photini-2019.10.0.tar.gz" } ] }