{ "info": { "author": "Thomas Massmann", "author_email": "thomas.massmann@inqbus.de", "bugtrack_url": null, "classifiers": [ "Framework :: Plone :: 3.3", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Programming Language :: Python" ], "description": ".. image:: https://travis-ci.org/collective/collective.prettyphoto.png\n :target: https://travis-ci.org/collective/collective.prettyphoto\n\n.. contents::\n\nIntroduction\n============\n\nprettyPhoto_ is a jQuery based lightbox clone. It supports images,\nit also add support for videos, flash, YouTube, iFrames and ajax.\n\nIt's a full blown media lightbox. The setup is easy and quick, plus the\nscript is compatible in every major browser.\n\nThis plugin has been tested and is known to work in the following\nbrowsers:\n\n* Firefox 3.0+\n* Google Chrome 10.0+\n* Internet Explorer 6.0+\n* Safari 3.1.1+\n* Opera 9+\n\n\n`collective.prettyphoto` integrates prettyPhoto 3.1.5 into Plone.\n\nInstalling\n==========\n\nDevelopment focus is now set to Plone 4.x. Currently all 4.x versions\nare tested on `Travis CI`_. Plone 3.x is no longer officially supported.\n\n\nInstalling without buildout\n---------------------------\n\nInstall this package in either your system path packages or in the\n``lib/python`` directory of your Zope instance. You can do this using\neither easy_install or via the ``setup.py`` script.\n\nInstalling with buildout\n------------------------\n\nIf you are using buildout_ to manage your instance installing\ncollective.prettyphoto is even simpler. You can install\ncollective.prettyphoto by adding it to the eggs line for your instance::\n\n [instance]\n eggs = collective.prettyphoto\n\nAfter updating the configuration you need to run the ``bin/buildout``,\nwhich will take care of updating your system.\n\n\nUsage\n=====\n\ncollective.prettyphoto adds a new view for Collections and Folders:\nThumbnail view (prettyPhoto).\n\nTo use prettyPhoto for inline elements just add ``prettyPhoto`` from the\nstyles menu in TinyMCE to the link.\n\n\nConfiguration\n=============\n\ncollective.prettyphoto can be customized via property sheet (go to ZMI,\nportal_properties, prettyphoto_properties).\n\n* theme:\n\n * pp_default (default)\n\n * dark_rounded\n\n * dark_square\n\n * facebook\n\n * light_rounded\n\n * light_square\n\n* speed:\n\n * fast\n\n * normal (default)\n\n * slow\n\n* opacity: value from ``0.0`` to ``1.0``\n (default: ``0.80``)\n\n* show_title: show the title for images?\n (default: ``True``)\n\n* counter_sep: the separator for the gallery counter 1 \"of\" 2\n (default: \"/\")\n\n* autoplay: automatically start videos?\n (default: ``True``)\n\n* iframe_width: the width of the iframe\n (must be percantage, default: ``75%``)\n\n* iframe_height: the height of the iframe\n (must be percantage, default: ``75%``)\n\n* overlay_gallery: If set to true, a gallery will overlay the fullscreen image\n on mouse over (default: ``False``, the bug (http://bit.ly/eKYdrF) is fixed\n since 0.4.1 (pP 3.0.3) but your image url has to contain\n (jpg|jpeg|png|gif) somewhere)\n\n* slideshow: interval time in ms, ``0`` to disable slideshow\n (default: ``0``)\n\n* autoplay_slideshow: automatically start slideshow?\n (default: ``False``, only woks when slideshow > ``0``)\n\n* deeplinking: rewrite the browser location to enable directlinks to\n overlay images (default: ``False``)\n\n* social_tools: html markup for social links within image overlays\n (twitter, FB, ...) (default: empty) see http://bit.ly/pDQ19A for detailed\n information\n\n\nCopyright and Credits\n=====================\n\nprettyPhoto_ is developed by Stephane Caron\n(http://www.no-margin-for-errors.com) and is licensed under Creative\nCommons Attribution 2.5.\n\nContributors (alphabetically)\n-----------------------------\n\n* fRiSi\n* hpeteragitator\n* jensens\n* petschki\n* saily\n* tmassman\n\n.. _prettyPhoto: http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/\n.. _buildout: http://pypi.python.org/pypi/zc._buildout\n.. _`Travis CI`: http://travis-ci.org/collective/collective.prettyphoto\n\n\nChangelog\n=========\n\n0.6 (2016-02-10)\n----------------\n\n- Fix zcml condition on Products.kupu\n [ale-rt]\n\n0.5 (2013-04-18)\n----------------\n\n- Documentation updates\n [saily]\n\n- Upgrade to prettyPhoto 3.1.5\n [saily]\n\n- Add ui-tests using robotframework to validate views.\n [saily]\n\n- Add travis integration for Plone 4.3.x, Plone 4.2.x, Plone 4.1.x and\n Plone 4.0.x. Plone 3.3.x cannot be tested with new layered testing structure\n of ``plone.app.testing`` and will never be testable on travis because they\n don't and will never support Python 2.4.\n\n So we changed primary focus of development to Plone >= 4.0.\n [saily]\n\n- Switchted to ``plone.app.testing`` and added some basic installation tests.\n [saily]\n\n- Add egg-containing buildout and bootstrap.py\n [saily]\n\n- Use ``zcml:condition=\"installed plone.app.collection\"`` to switch to a new\n GS profile which appends prettyphoto views to Collection instead Topic type.\n [saily]\n\n- Refactor GS profiles and depend each profile on a 'extended' profile which\n hold generic stuff as registering css and js. Generic setup takes the first\n profile which is found in folder, so this has to be alpha-sorted behind\n 'default'.\n [saily]\n\n\n0.4.5.2 (2012-09-12)\n--------------------\n- more manifest packaging madness\n\n0.4.5.1 (2012-09-12)\n--------------------\n\n- fix bug with sdist packaging\n [jensens]\n\n0.4.5 (2012-09-11)\n------------------\n\n- corrected the global js-function\n [bennyboy]\n\n- Made it possible to later (i.e. after ajax calls) bind prettyphoto\n to images. thus we have a global js-function plonePrettyPhotoEnable now.\n Also did some housekeeping, added integrated buildout, gitignore, ...\n [jensens]\n\n0.4.4 (2011-12-02)\n------------------\n\n- Added possiblity to provide custom markup by subclassing the\n view that creates the prettyphoto configuration.\n (see ``browser.view.Javascript.markup``)\n [fRiSi]\n\n0.4.3 (2011-07-22)\n------------------\n\n- Fixed parameter names used to configure prettyPhoto\n and added autoplay_slideshow.\n\n Previously titles have been shown although ``show_title`` has been set to\n ``False`` in ``prettyphoto_properties``.\n [fRiSi]\n\n- Finish update to 3.1.2 by updating css and images and adding the new `pp_default`\n theme (which is the new default btw ;-)\n [fRiSi]\n\n0.4.2 (2011-07-13)\n------------------\n\n- Upgraded to prettyPhoto 3.1.2 and implemented two new properties:\n deeplinking , social_tools\n [petschki]\n\n0.4.1 (2011-03-22)\n------------------\n\n- Upgraded to prettyPhoto 3.0.3 .\n This fixes thumbnails in overlay_gallery partly because the regular expression\n now looks for a (jpg|jpeg|png|gif) within the whole url. if your originaly\n linked images are completely without this, they still wont show up.\n [petschki]\n\n- fixed overlay_gallery property defaults to \"False\"\n [petschki]\n\n0.4.0 (2011-02-23)\n------------------\n\n- Upgraded to prettyPhoto library including it's css and image sprite to 3.0.1\n to fix issues with jQuery 1.4.4 (see http://bit.ly/hxYUrt) which is shipped\n with latest Plone 4 by default. This fixes #2.\n [saily]\n\n- Added default thumbnails for 'overlay_galleries' feature.\n [saily]\n\n- Added 'overlay_gallery' and 'slideshow' as additional configuration options\n but disabled by default cause of a bug in jquery.prettyPhoto.js which avoids\n displaying thumbnails not ending on (jpg|jpeg|png|gif).\n See http://bit.ly/eKYdrF\n [saily]\n\n0.3.3 (2010-12-20)\n------------------\n\n- Fixed iframe configuration (width was used for height too)\n [fRiSi]\n\n0.3.2 (2010-07-10)\n------------------\n\n- Fixed install issue with Plone 4 (Large Plone Folder was removed).\n [hpeteragitator]\n\n- Set version in metadata.xml to 1, since this has nothing to do with the package version.\n [tmassman]\n\n0.3.1 (2010-05-19)\n------------------\n\n- Fixed version numbers and missing upgrade steps.\n [tmassman]\n\n- Added custom browserlayer.\n [tmassman]\n\n- Upgrade to prettyPhoto 2.5.6\n [tmassman]\n\n0.3 (2010-05-17)\n----------------\n\n- Don't fail when installing on sites w/o kupu (plone4 compatibility).\n [fRiSi]\n\n0.2 (2010-01-03)\n----------------\n\n- Fixed wrong kupu styles.\n [tmassman]\n\n- Added iFrame support (use 'prettyPhoto Iframe Link' for external sites)\n [tmassman]\n\n\n0.1 (2009-12-29)\n----------------\n\n- Initial release\n [tmassman]", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/collective.prettyphoto", "keywords": "Plone Lightbox jQuery", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "collective.prettyphoto", "package_url": "https://pypi.org/project/collective.prettyphoto/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.prettyphoto/", "project_urls": { "Homepage": "https://github.com/collective/collective.prettyphoto" }, "release_url": "https://pypi.org/project/collective.prettyphoto/0.6/", "requires_dist": null, "requires_python": "", "summary": "prettyPhoto integration for Plone.", "version": "0.6" }, "last_serial": 1948892, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a1923459dd42cf44682677eb0cc738c9", "sha256": "d87f9f9761a132a8d63295b2952a1f115e4d25ad8f9ee5a7bbf5b063a9f291f0" }, "downloads": -1, "filename": "collective.prettyphoto-0.1-py2.4.egg", "has_sig": false, "md5_digest": "a1923459dd42cf44682677eb0cc738c9", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 79671, "upload_time": "2009-12-29T12:47:37", "url": "https://files.pythonhosted.org/packages/d6/40/c07e849953cf7311323353160c21bacd6b6ad1fa0597b4f7d2ff6586baf6/collective.prettyphoto-0.1-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "dae0b61dbcb6b750d9ce54ab6b922ae3", "sha256": "63ea6049068997dcee0b906e49d40261864ea302ef24de3918a6a4f9dc837ec1" }, "downloads": -1, "filename": "collective.prettyphoto-0.1.tar.gz", "has_sig": false, "md5_digest": "dae0b61dbcb6b750d9ce54ab6b922ae3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 52852, "upload_time": "2009-12-29T12:47:32", "url": "https://files.pythonhosted.org/packages/d0/d4/57a1408880ae2614a0bfb0b3cd86f4ef7d281791cb5f409b67a9634a3a9d/collective.prettyphoto-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f7df4ac157696d455212cbade32b0959", "sha256": "a5d9432bb0a7d36b4d4874b1c4da6259c08aeec22e136c517495568ae30415ce" }, "downloads": -1, "filename": "collective.prettyphoto-0.2-py2.4.egg", "has_sig": false, "md5_digest": "f7df4ac157696d455212cbade32b0959", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 81430, "upload_time": "2010-01-03T21:19:35", "url": "https://files.pythonhosted.org/packages/ad/4b/36cc990e3ab9ddbdc3b7ff6ddececd29b6bf71d7f37875541dd2ac70e1a2/collective.prettyphoto-0.2-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "dddd7529ff2c64e8208f7cd0a614847e", "sha256": "5de34f84683807415ef68a9c53dc135698d1cceebf0da3568ad7801489090c99" }, "downloads": -1, "filename": "collective.prettyphoto-0.2.tar.gz", "has_sig": false, "md5_digest": "dddd7529ff2c64e8208f7cd0a614847e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53290, "upload_time": "2010-01-03T21:19:32", "url": "https://files.pythonhosted.org/packages/5b/91/02728dd5c0af4e074c1015288b1c3e86f0baee14a8c490bd402c8b24aa6c/collective.prettyphoto-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "f7d4f36ae0c0bacb84d6a92589dc04a4", "sha256": "0a3f77988c106b3994eaa1b1a16109ca5ea5013b58491318053aaee5a1cb9f3c" }, "downloads": -1, "filename": "collective.prettyphoto-0.3-py2.6.egg", "has_sig": false, "md5_digest": "f7d4f36ae0c0bacb84d6a92589dc04a4", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 81433, "upload_time": "2010-05-17T13:25:06", "url": "https://files.pythonhosted.org/packages/f6/83/3925fbeb5cdfdb1c9736e81ff00f0acfbcaf0cdf08769b4517a253b58052/collective.prettyphoto-0.3-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "103f82d8e722ec40eaabeb4fb94b8ad8", "sha256": "30992452aaba5112c9d71cf13991f13f86d1f40dc157cb667cfc1f589e4e8398" }, "downloads": -1, "filename": "collective.prettyphoto-0.3.zip", "has_sig": false, "md5_digest": "103f82d8e722ec40eaabeb4fb94b8ad8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92610, "upload_time": "2010-05-17T13:24:57", "url": "https://files.pythonhosted.org/packages/e6/37/3b124533fbfc9a7581646f2ba56075a754856bed85129b6699078ac5850f/collective.prettyphoto-0.3.zip" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "64d98825cfca702c0d3c92bbf55be407", "sha256": "6b137e60fb441e7a111498e2469d75cd66d0ee6c5c16b6464f3810a002a645f3" }, "downloads": -1, "filename": "collective.prettyphoto-0.3.1-py2.6.egg", "has_sig": false, "md5_digest": "64d98825cfca702c0d3c92bbf55be407", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 86453, "upload_time": "2010-05-20T10:01:04", "url": "https://files.pythonhosted.org/packages/98/de/9fa68d8154af909e1db80e4792811b6d8369bdcb7866fb1e85facf9a9241/collective.prettyphoto-0.3.1-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "94e1ec885d2c00283678be482308cc09", "sha256": "ba7ec15c2742b6f1f3d3cdc8a2d9e53c69358ccb813fee853c0ee923d17cbd0f" }, "downloads": -1, "filename": "collective.prettyphoto-0.3.1.tar.gz", "has_sig": false, "md5_digest": "94e1ec885d2c00283678be482308cc09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56230, "upload_time": "2010-05-20T10:01:55", "url": "https://files.pythonhosted.org/packages/f8/ef/1e7c6d654d9917616692c43bd3928a472d0e4d364f965c69450dad140ad7/collective.prettyphoto-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "a9ef2bb1fffa42b6c3633c349f739cec", "sha256": "3480e5d10694288a99cf264e7645df03b5ac0b842af013dcd0bb2d1e9d6bcdca" }, "downloads": -1, "filename": "collective.prettyphoto-0.3.2-py2.6.egg", "has_sig": false, "md5_digest": "a9ef2bb1fffa42b6c3633c349f739cec", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 90249, "upload_time": "2010-07-10T23:43:43", "url": "https://files.pythonhosted.org/packages/f6/ee/de349071494805242bae1565872249bb026abb85ef4782d34b400f10e6f8/collective.prettyphoto-0.3.2-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "9faed085cb977a6d7692feea76d9d863", "sha256": "3cda80114e34c2d7751540cde928c069615c48086c8bdfef13a4f5346d3f9a3b" }, "downloads": -1, "filename": "collective.prettyphoto-0.3.2.tar.gz", "has_sig": false, "md5_digest": "9faed085cb977a6d7692feea76d9d863", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56547, "upload_time": "2010-07-10T23:43:38", "url": "https://files.pythonhosted.org/packages/2d/28/8afe22bd0f99d957c678eb135ad7f7ddc27501439f0ae78628a8862ddaf7/collective.prettyphoto-0.3.2.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "71716c7bd25e454f3f17674b11bb4ce6", "sha256": "fc2fdcdfed0f27afc7be33995fa87d04eee443b71e574c7cf4a91bc0e3cbd7ee" }, "downloads": -1, "filename": "collective.prettyphoto-0.4.0.zip", "has_sig": false, "md5_digest": "71716c7bd25e454f3f17674b11bb4ce6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 108619, "upload_time": "2011-02-23T13:04:16", "url": "https://files.pythonhosted.org/packages/3c/51/e472099a4cb2fdc8035cad8c551ae10260666fd18da2c317bb259255839a/collective.prettyphoto-0.4.0.zip" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "26266725f356d55f9cb2e820b398c032", "sha256": "843b41fe5410249f44742330851fbb72f5a7e8c670d9c678c372d89dffdc83b6" }, "downloads": -1, "filename": "collective.prettyphoto-0.4.1.zip", "has_sig": false, "md5_digest": "26266725f356d55f9cb2e820b398c032", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109226, "upload_time": "2011-03-22T16:39:21", "url": "https://files.pythonhosted.org/packages/5a/17/d0553ed7b503c2fae53f08352b96dfa2d94c40d47178225035b8ece7287b/collective.prettyphoto-0.4.1.zip" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "7a58ac7a4c02c63817f0286090a52b01", "sha256": "000a7036fa27794b6b828bd854c7153e2952ff4024160fb0b39a71c6462dc96c" }, "downloads": -1, "filename": "collective.prettyphoto-0.4.2.zip", "has_sig": false, "md5_digest": "7a58ac7a4c02c63817f0286090a52b01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 111698, "upload_time": "2011-07-13T17:09:43", "url": "https://files.pythonhosted.org/packages/fd/d1/826ca4b721fdac05a3e87725b9f34a370bc9efb914e8d0b628bed5b6bc27/collective.prettyphoto-0.4.2.zip" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "7249f7b345ea6ab1bb960a3ffc29c38b", "sha256": "203e88ef24c205bcf1b9dd0619eefddbc707bf5bd6d763834afdae85a34394bf" }, "downloads": -1, "filename": "collective.prettyphoto-0.4.3-py2.6.egg", "has_sig": false, "md5_digest": "7249f7b345ea6ab1bb960a3ffc29c38b", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 111788, "upload_time": "2011-07-22T10:13:42", "url": "https://files.pythonhosted.org/packages/d3/72/a02b901ad6bcc2e67f645aac6f29bd8e370f148a68fde07c50c8815aa15e/collective.prettyphoto-0.4.3-py2.6.egg" }, { "comment_text": "", "digests": { "md5": "40d0bdf1d60694cae3463dd6691ec97a", "sha256": "9f3723d0e2a8c26821c04ce855aa4f25c1323d92158e0f420627989778114041" }, "downloads": -1, "filename": "collective.prettyphoto-0.4.3.zip", "has_sig": false, "md5_digest": "40d0bdf1d60694cae3463dd6691ec97a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 124469, "upload_time": "2011-07-22T09:18:19", "url": "https://files.pythonhosted.org/packages/f5/4e/c70865f1f6dd5832f0d083e79b200a23eddd89d91f1707f67a616de51435/collective.prettyphoto-0.4.3.zip" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "b5876ccef9535c4291e39a684613dc98", "sha256": "84f6cf5bed73137d3269f9f59e6c71e5cd8c44b6639a20d78fb4a543f2f0fc2c" }, "downloads": -1, "filename": "collective.prettyphoto-0.4.4.zip", "has_sig": false, "md5_digest": "b5876ccef9535c4291e39a684613dc98", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 124845, "upload_time": "2011-12-02T10:07:25", "url": "https://files.pythonhosted.org/packages/64/06/2538bf94d884df71db72131b0668526c7e4e16de39a2e8862863eb47af77/collective.prettyphoto-0.4.4.zip" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "cf7a263f8942b639a0d3a7378f6e94f9", "sha256": "0efe7d954b8b9a3c176642e66752e18911fc7393eb7b1764a038d8da89b98c25" }, "downloads": -1, "filename": "collective.prettyphoto-0.4.5.tar.gz", "has_sig": false, "md5_digest": "cf7a263f8942b639a0d3a7378f6e94f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7972, "upload_time": "2012-09-11T14:35:11", "url": "https://files.pythonhosted.org/packages/9b/86/ae891c963056173581fb645d4fd5fce3a0d50b9815c1534238e88c469a91/collective.prettyphoto-0.4.5.tar.gz" } ], "0.4.5.1": [ { "comment_text": "", "digests": { "md5": "51c01f172a0b1a6a2b30925769f2e8b6", "sha256": "cf32ce2bef8557a130db6bb2e89538b23e901c6adf28fcfc4626fc9af5229947" }, "downloads": -1, "filename": "collective.prettyphoto-0.4.5.1.tar.gz", "has_sig": false, "md5_digest": "51c01f172a0b1a6a2b30925769f2e8b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8317, "upload_time": "2012-09-12T10:58:26", "url": "https://files.pythonhosted.org/packages/1c/26/19aea880f8000cec9c6b6f1d9860a190df292aa5bb644ce14f3dec556791/collective.prettyphoto-0.4.5.1.tar.gz" } ], "0.4.5.2": [ { "comment_text": "", "digests": { "md5": "92f546dbbe9d56054622dca2a16bec27", "sha256": "1bbbd3433db676306a8a470e1b26bf3f90b0ee271ac0ba749982566f6d6fd34a" }, "downloads": -1, "filename": "collective.prettyphoto-0.4.5.2.tar.gz", "has_sig": false, "md5_digest": "92f546dbbe9d56054622dca2a16bec27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78183, "upload_time": "2012-09-12T12:56:16", "url": "https://files.pythonhosted.org/packages/74/0b/e9ba5c268267c9acd717fffc2b97dcfc4065da1e120e8fa264b2fdf02110/collective.prettyphoto-0.4.5.2.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "5d57d20d8ae98c8c59eef375bbf7191f", "sha256": "84d6bf215b4352d7d2b5bb925eb9af869f8c530b146aa27bb28ecf4b37e549a1" }, "downloads": -1, "filename": "collective.prettyphoto-0.5.zip", "has_sig": false, "md5_digest": "5d57d20d8ae98c8c59eef375bbf7191f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 453842, "upload_time": "2013-04-18T09:24:13", "url": "https://files.pythonhosted.org/packages/fa/15/151201c6389dcba850d78cf889c5a01923758fa830783d3c84d1dca8ff4c/collective.prettyphoto-0.5.zip" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "9f85ac9a390a7fcb2e805b7e2b74fb6c", "sha256": "69e4d9f8fa7052623b860d3564b35d735731e4b598262b933fb5077132e2613e" }, "downloads": -1, "filename": "collective.prettyphoto-0.6.tar.gz", "has_sig": false, "md5_digest": "9f85ac9a390a7fcb2e805b7e2b74fb6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 410125, "upload_time": "2016-02-10T09:21:23", "url": "https://files.pythonhosted.org/packages/8c/ea/aee5dcfd19a7c8b11e2a90ac57c587694549d468c2fa748ea03308f19d82/collective.prettyphoto-0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9f85ac9a390a7fcb2e805b7e2b74fb6c", "sha256": "69e4d9f8fa7052623b860d3564b35d735731e4b598262b933fb5077132e2613e" }, "downloads": -1, "filename": "collective.prettyphoto-0.6.tar.gz", "has_sig": false, "md5_digest": "9f85ac9a390a7fcb2e805b7e2b74fb6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 410125, "upload_time": "2016-02-10T09:21:23", "url": "https://files.pythonhosted.org/packages/8c/ea/aee5dcfd19a7c8b11e2a90ac57c587694549d468c2fa748ea03308f19d82/collective.prettyphoto-0.6.tar.gz" } ] }