{ "info": { "author": "European Environment Agency: IDM2 A-Team", "author_email": "eea-edw-a-team-alerts@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Framework :: Plone :: 4.2", "Framework :: Plone :: 4.3", "Framework :: Zope2", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Zope", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=============\nEEA Depiction\n=============\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.depiction/develop\n :target: https://ci.eionet.europa.eu/job/eea/job/eea.depiction/job/develop/display/redirect\n :alt: Develop\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.depiction/master\n :target: https://ci.eionet.europa.eu/job/eea/job/eea.depiction/job/master/display/redirect\n :alt: Master\n\nIntroduction\n============\n`EEA Depiction`_ (formerly valentine.imagescales) is a generic system for\ncreating thumbnails/image representations for content types,\nboth those provided by Plone, and custom ones.\n\nAt the moment this system is implemented and tested only on Archetypes\ncontent types, however this system could be adapted in a later version\nto work also for dexterity content types.\n\nTo make it work for a content type, three adapters need to be provided:\n\n1. ImageView that retrieves an image in the desired scale.\n2. ImageTag that returns the HTML tag for the image\n3. ImageLink that returns the HTML link to the image.\n\n\nUpgrade notes\n=============\n\nAs of **eea.depiction 5.2** we customize the following resources in order to\ndisplay any items in thumbnail listings:\n\n1. **atctListAlbum.py** - which is responsible for displaying items in\n *atct_album_view.pt*\n2. **thumbnail_view.pt** - which is the browser template responsible for\n thumbnail listing for the *plone.app.collection* package\n\n.. contents::\n\nInstallation\n============\n\nzc.buildout\n-----------\nIf you are using `zc.buildout`_ and the `plone.recipe.zope2instance`_\nrecipe to manage your project, you can do this:\n\n* Update your buildout.cfg file:\n\n * Add ``eea.depiction`` to the list of eggs to install\n * Tell the `plone.recipe.zope2instance`_ recipe to install a ZCML slug\n\n ::\n\n [instance]\n ...\n eggs =\n ...\n eea.depiction\n\n zcml =\n ...\n eea.depiction-overrides\n eea.depiction\n\n* Re-run buildout, e.g. with::\n\n $ ./bin/buildout\n\nYou can skip the ZCML slug if you are going to explicitly include the package\nfrom another package's configure.zcml file.\n\n\nHow to specify fallback preview images\n======================================\neea.depiction 0.3 introduces the concept of fallback images when the regular\nimage traversal fails. The logic works like this:\n\n1. Look for an image returned by the contexts 'imgview' adapter\n2. If the imgview crashes, isn't found or can not locate/generate an image,\n we continue by checking if there's an image specified for any of the\n contexts interfaces.\n3. If there's no fallback image, we look for an image for the context\n portal type, e.g. article, news-item, document. This should be placed\n in the 'portal_depiction' utility (Site Setup > Depiction Library)\n4. Uses the generic content type image, i.e. portal_depiction/generic\n\nThus:\n\n1. To map a fallback image to a portal type, place it in this folder and name\n it after the portal type.\n2. To map a fallback image to an interface just add a named-utility for\n IDepictionVocabulary (see eea.depiction.vocabularies)\n\n\nDependencies\n============\n\n`EEA Depiction`_ has the following dependencies:\n - Plone 4+\n - Pillow\n\nThis package also supports p4a.video. Thus the following dependencies are optional:\n - p4a.video\n\n ::\n\n [instance]\n ...\n eggs =\n ...\n eea.depiction [full]\n\n\nSource code\n===========\n\nLatest source code (Plone 4 compatible):\n - https://github.com/eea/eea.depiction\n - https://github.com/collective/eea.depiction\n\n\nCopyright and license\n=====================\nThe Initial Owner of the Original Code is European Environment Agency (EEA).\nAll Rights Reserved.\n\nThe eea.depiction (the Original Code) is free software;\nyou can redistribute it and/or modify it under the terms of the GNU\nGeneral Public License as published by the Free Software Foundation;\neither version 2 of the License, or (at your option) any later\nversion.\n\nMore details under docs/License.txt\n\n\nFunding and project management\n==============================\n\nEEA_ - European Environment Agency (EU)\n\n.. _EEA: https://www.eea.europa.eu/\n.. _`EEA Depiction`: https://eea.github.com/docs/eea.depiction\n.. _`plone.recipe.zope2instance`: https://pypi.python.org/pypi/plone.recipe.zope2instance\n.. _`zc.buildout`: https://pypi.python.org/pypi/zc.buildout\n\nChangelog\n=========\n\n8.6 - (2021-06-17)\n---------------------------\n* Feature: Add support for DexterityContainer depiction with AT images inside\n [avoinea refs #132124]\n\n8.5 - (2021-05-25)\n---------------------------\n* Bug fix: Avoid subobject name clash with scale traverser.\n [rpatterson refs #131101]\n\n8.4 - (2021-04-13)\n---------------------------\n* Change: Display image from fiche for reports\n [iulianpetchesi refs #128043]\n\n8.3 - (2020-12-02)\n---------------------------\n* Bugfix: don't hardcode image field for dexterity adaptor [tiberiuichim]\n\n8.2 - (2020-01-15)\n---------------------------\n* Feature: added ability to provide a fallback image for a specific scale name\n for example if we want to have a different fallback image for the large scale\n of a Document we can add an image with the id *document-large* and for\n image_large this image will be used instead of the Document fallback image\n or any given generic image if no image is added for Document in general.\n Through acquisition you can also override the served image if you add an\n image with id *document-large* within a parent container.\n [ichim-david refs #111968]\n\n8.1 - (2019-10-19)\n---------------------------\n* Feature: Added possibility to provide custom IRecreateScales adapter for custom content-type.\n [avoinea refs #109515]\n\n8.0 - (2019-09-30)\n---------------------------\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on upgrade\n button available for eea.depiction\n [avoinea refs #109515]\n* Upgrade step: Within \"Plone > Site setup > Image scales\"\n regenerate image scales for your portal-types\n [avoinea refs #109515]\n* Change: Added @@recreate-scales browser-view utility\n [avoinea refs #109515]\n* Change: Added more custom image scales:\n panoramic, print, landscape, portrait, wide, xlarge\n [avoinea refs #109515]\n* Bug fix: Fixed ATFolder imgview adapter for multi-lingual cover images\n [avoinea refs #109515]\n\n7.3 - (2019-08-16)\n--------------------------\n* Change: thumbnail_view now uses image_mini size as a background image instead\n of an image tag\n [ichim-david refs #106884]\n\n7.2 - (2019-01-28)\n--------------------------\n* Jenkins: Add sonarqube step\n [avoinea refs #101552]\n\n7.1 - (2018-06-20)\n--------------------------\n* Change: updated URLs pointing to eea.europa.eu with https://\n [alecghica refs #95849]\n\n7.0 - (2018-02-08)\n-----------------------\n- Bug fix: allow Dexterity containers to show contained image as thumb\n [tiberich #92045]\n- Bug fix: handle more cases of images in eea.rdfmarshaller depiction modifier\n [tiberich #92045]\n- Bug fix: use a NamedBlobImage when adding initial image. This fixes issues\n with Plone websites that have replaced the default Archetypes-based content\n types with those derived from Dexterity. In case you have such a website, you\n should delete the \"/portal_depiction/generic\" image and reimport the EEA\n Depiction - Import Various generic setup step.\n [tiberich #92045]\n- Bug fix: fix Dexterity implementation for scales\n [tiberich #92045]\n\n6.9 - (2017-12-12)\n------------------\n* Change: Replace eeacms/zptlint with eeacms/plone-test:4 zptlint\n [avoinea refs #90415]\n\n6.8 - (2017-10-30)\n------------------\n* Bug fix: fix tests for compatibility with eea.rdfmarshaller\n [tiberich]\n* Bug fix: don't fail if dexterity content has no image field\n [tiberich #89405 CCA]\n* Change: Remove Sphinx generated documentation\n [petchesi-iulian refs #88212]\n\n6.7 - (2017-09-22)\n------------------\n* Bug fix: Fix eea.depiction tests\n [avoinea]\n\n6.6 - (2017-09-19)\n------------------\n* Bug fix: Fix eea.depiction for rdfmarshaller\n [avoinea]\n\n6.5 - (2017-09-15)\n------------------\n* Change: added ICountryProfile to DepictionVocabulary interfaces\n [ichim-david refs #88123]\n\n6.4 - (2017-08-29)\n------------------\n* Bug Fix: Changed the way in which the DexterityImageView retrieves images\n [iulianpetchesi #87511]\n\n6.3 - (2017-08-16)\n------------------\n* Change: Added some unit tests for rdf marshaller\n [zoltan_andras refs #86696]\n* Bug fix: Treated get_size error when the blob is represented as a string\n [zoltan_andras refs #86449]\n\n6.2 - (2017-06-26)\n------------------\n* Bug fix: tests fixes, failling tests in other products\n* Bug fix: fixed PyLint warnings and errors\n [zoltan_andras refs #81209]\n\n6.1 - (2017-05-15)\n------------------\n* Change: fixed PyLint warnings and errors\n [eduard-fironda refs #84949]\n\n6.0 - (2017-04-24)\n------------------\n* Change: updated package information\n [eduard-fironda]\n\n5.9 - (2017-04-14)\n------------------\n* Change: Enabled compatibility with eea.rdfmarshaller\n [zoleesan - refs #83153]\n\n5.8 - (2016-05-19)\n------------------\n* Bug fix: Fix pylint warnings\n [chiridra refs #71940]\n\n5.7 - (2015-10-05)\n------------------\n* Bug fix: Add missing GenericSetup importStep dependency\n [voineali refs #27405]\n\n5.6 - (2015-08-18)\n------------------\n* Change: Auto-include zcml within plone context in order to make this package\n work without having to add it within buildout zcml directive.\n [avoinea]\n\n5.5 - (2015-03-17)\n------------------\n* Change: Switched to curl in the jenkins build install script\n [olimpiurob refs #22402]\n* Change: Changed fetch url for jenkins build install script to the install\n script from the main EEA CPB repository\n [olimpiurob refs #22402]\n\n5.4 - (2014-12-23)\n------------------\n* Bug fix: eea-depiction-various importStep shows up as unresolved dependency\n [jean]\n\n5.3 - (2014-01-22)\n------------------\n* Bug fix: Updated old URLs pointing Trac\n [ghicaale refs #18003]\n* Feature: adding Sphinx-generated documentation in Page Template format\n [batradav refs #9502]\n\n5.2 - (2012-11-09)\n------------------\n* Feature: added information for contributors\n [ciobabog refs #13892]\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n upgrade button available for eea.depiction\n [ichimdav #5601]\n* Feature: customized thumbnail_view for plone.app.collection in order to\n display all items since they have fallback images\n [ichimdav #5601]\n* Feature: customized atctListAlbum to display all items when\n using atct_album_view\n [ichimdav #5601]\n\n5.1 - (2012-10-08)\n------------------\n* Change: Using atct_album_view as the default view for portal_depiction\n [voineali refs #5497]\n\n5.0 - (2012-09-25)\n------------------\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n upgrade button available for eea.depiction or install 'EEA Depiction' if it's\n not already installed.\n* Feature: Added utilities IDepictionTool and IDepictionVocabulary\n [voineali refs #5497]\n* Feature: Made p4a.video dependency optional\n [voineali refs #5497]\n* Change: Refactoring valentine.imagescales to eea.depiction\n [voineali refs #5497]\n\n4.3 - (2012-08-27)\n------------------\n* Bug fix: added type profile for Topic, fixes tests in Plone 4.2\n [tiberich #5346]\n\n4.2 - (2012-07-13)\n------------------\n* Feature: Updated PIL dependency with Pillow\n [voineali]\n\n4.1 - (2011-11-18)\n------------------\n* Rerelease broken egg\n\n4.0 - (2011-11-18)\n------------------\n* Bug fix: added views registered for default image thumbnail sizes;\n allows plone filters to properly retrieve the image from html text links [tiberich #4651]\n* Feature: added a interface mapping fallback for our simile exhibit daviz product.\n [demarant]\n* Bug fix: fixed a bug with atfield adapter not properly dealing with broken\n blobs [tiberich]\n* Bug fix: fixed a bug with the traverser being triggered for atct_image_transform\n [tiberich]\n* Bug fix: Plone4 compatibility\n [tiberich]\n* Bug fix: Fixed pylint/pyflakes warrnings\n [ghicaale]\n* Change: Restructured package to work with\n plone.app.imaging instead of overriding it\n [tiberich #4284]\n* Change: return the whole image when it's not possible to return\n a scale in imgview for folders and fields\n [tiberich #4374]\n* Feature: Added upgrade steps\n [voineali #4392]\n* Feature: Plone 4.x compatible release\n [tiberich #4284]\n\n0.11 - (2011-10-07)\n-------------------\n * Feature: added a interface mapping fallback for our simile exhibit daviz product.\n [demarant]\n\n0.10 - (2011-05-25)\n-------------------\n * Bug fix: added workaround for a traversing bug [tiberich EEA #4363]\n\n0.9 - (2011-05-13)\n------------------\n * Bug fix: fixed scale for folder, in order to get first Image [ghicaale EEA #4347]\n\n0.8 - (2011-05-03)\n------------------\n * Bug fix: replaced call to getFolderContents with direct search in catalog [tiberich]\n\n0.7 - (2011-03-28)\n------------------\n* Bug fix: Added translation domain to ZCML files\n [voineali #4139]\n* Bug fix: Return the field when traversing to /image in traverser\n [tiberich #4135]\n\n0.6 - (2011-02-17)\n----------------------\n* Bug fix: Use try/except in display method to avoid errors\n when blobs are missing\n [tiberich]\n\n0.5 - (2011-01-26)\n------------------\n* Feature: Added JPEG to known formats for thumbnails\n [voineali #3847]\n\n0.4 - (2010-05-17)\n------------------\n* Bug fix: Fixed \"typo\" in fallback interfaces map.\n [pthulin]\n\n0.3 - (2010-05-07)\n------------------\n* Feature: Use fallback images to ensure that an image is always returned.\n [pthulin]\n\n0.2.1 - (2010-01-18)\n--------------------\n* Cleanup: Removed empty skin folder\n\n0.2 - (2010-01-18)\n------------------\n* Feature: Thumbnails are always in formats PNG, JPG or GIF even\n if original is something else i.e TIFF\n* Feature: Enabled folder.ImageView for ATTopics.\n [pthulin]\n* Bug fix: Fixed bug where 16:9 images scaled\n to 16:9 background resulted in black borders.\n [pthulin]\n* Cleanup: Simplified design, removed ImageLink and ImageTag.\n [pthulin]\n* Feature: Add black borders to 4:3 images\n scaled to 16:9, and don't stretch the play button.\n [pthulin]\n\n0.1 - Unreleased\n----------------\n* Initial release", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/collective/eea.depiction", "keywords": "EEA Add-ons Plone Zope", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "eea.depiction", "package_url": "https://pypi.org/project/eea.depiction/", "platform": "", "project_url": "https://pypi.org/project/eea.depiction/", "project_urls": { "Homepage": "https://github.com/collective/eea.depiction" }, "release_url": "https://pypi.org/project/eea.depiction/8.6/", "requires_dist": null, "requires_python": "", "summary": "EEA Depiction (formerly valentine.imagescales)", "version": "8.6", "yanked": false, "yanked_reason": null }, "last_serial": 10676607, "releases": { "5.0": [ { "comment_text": "", "digests": { "md5": "5b3c7730f090330e82005d08b59c0e4b", "sha256": "282479d2ebcdadf2e0d57977b2c0c3405028452cc5a3745d464070e01d22f152" }, "downloads": -1, "filename": "eea.depiction-5.0.zip", "has_sig": false, "md5_digest": "5b3c7730f090330e82005d08b59c0e4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83835, "upload_time": "2012-09-25T17:43:44", "upload_time_iso_8601": "2012-09-25T17:43:44.037729Z", "url": "https://files.pythonhosted.org/packages/af/37/929209dc64a262c43bb9d2463cf709defd69c8e185913e10b24e61a2f6e6/eea.depiction-5.0.zip", "yanked": false, "yanked_reason": null } ], "5.1": [ { "comment_text": "", "digests": { "md5": "71cf745ded571da7b3b24a9d2d980219", "sha256": "c521e9062abf2241dd1dccf369293bc74a7cd42456e8a6d518eefe65e4b5344a" }, "downloads": -1, "filename": "eea.depiction-5.1.zip", "has_sig": false, "md5_digest": "71cf745ded571da7b3b24a9d2d980219", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 84000, "upload_time": "2012-10-08T14:40:04", "upload_time_iso_8601": "2012-10-08T14:40:04.111562Z", "url": "https://files.pythonhosted.org/packages/22/9b/127221f9aac2dddeef4b51050871e5eb376e2c168fa1ed6bad980cc06c0f/eea.depiction-5.1.zip", "yanked": false, "yanked_reason": null } ], "5.2": [ { "comment_text": "", "digests": { "md5": "545197499ba2016b38c535a6023bd0ae", "sha256": "2c9e9ed304c829a720ebced988ea5757f9365a6aa7da56894f65836884ee1aea" }, "downloads": -1, "filename": "eea.depiction-5.2.zip", "has_sig": false, "md5_digest": "545197499ba2016b38c535a6023bd0ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 88952, "upload_time": "2012-11-09T15:10:09", "upload_time_iso_8601": "2012-11-09T15:10:09.303647Z", "url": "https://files.pythonhosted.org/packages/d2/fb/60ea4566de660fa56058bfb943217702277824745efdfd318aed66e25258/eea.depiction-5.2.zip", "yanked": false, "yanked_reason": null } ], "5.3": [ { "comment_text": "", "digests": { "md5": "28dbaf3f04eab81dab2d55294e6a9384", "sha256": "058d6aa0a8b0195258a0982f174e7cd1e2264b03e17c2ca332eb550a7b16f54e" }, "downloads": -1, "filename": "eea.depiction-5.3.zip", "has_sig": false, "md5_digest": "28dbaf3f04eab81dab2d55294e6a9384", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 174709, "upload_time": "2014-01-23T09:02:52", "upload_time_iso_8601": "2014-01-23T09:02:52.642793Z", "url": "https://files.pythonhosted.org/packages/e7/09/b430e88540c7637d6451a9fb8466bc8bfc7bbc9af3345d17aa470bd36517/eea.depiction-5.3.zip", "yanked": false, "yanked_reason": null } ], "5.4": [ { "comment_text": "", "digests": { "md5": "699c64a5a7d13d5eac53c9d55e02c337", "sha256": "585491e382216d159bdc677f4ea472a5844ce711ef3e08711a171a07dc41049f" }, "downloads": -1, "filename": "eea.depiction-5.4.zip", "has_sig": false, "md5_digest": "699c64a5a7d13d5eac53c9d55e02c337", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 183032, "upload_time": "2014-12-23T15:14:14", "upload_time_iso_8601": "2014-12-23T15:14:14.287632Z", "url": "https://files.pythonhosted.org/packages/94/6f/b76137c7a32c223fb0ba5f7beffa33d6c1a8d664926fecc351c419fcb79a/eea.depiction-5.4.zip", "yanked": false, "yanked_reason": null } ], "5.5": [ { "comment_text": "", "digests": { "md5": "8e174193c5347b133c4fee59228de913", "sha256": "10cb6cace87bc7bb653d6f93ffe9cb4be702f6dff803b78b9d068cc209c6b7e2" }, "downloads": -1, "filename": "eea.depiction-5.5.zip", "has_sig": false, "md5_digest": "8e174193c5347b133c4fee59228de913", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 183337, "upload_time": "2015-03-19T07:53:06", "upload_time_iso_8601": "2015-03-19T07:53:06.533714Z", "url": "https://files.pythonhosted.org/packages/88/7e/f425e4d5832b08d7f4f5320fcc8b1075ff10e0db17150d5585326a4b6972/eea.depiction-5.5.zip", "yanked": false, "yanked_reason": null } ], "5.6": [ { "comment_text": "", "digests": { "md5": "dcef32213fc2dcf276ce836276bc1bca", "sha256": "d5fe60addb0136d38c2f4add12ff259c0f6cfea2f795acfa0c35851e91962011" }, "downloads": -1, "filename": "eea.depiction-5.6.zip", "has_sig": false, "md5_digest": "dcef32213fc2dcf276ce836276bc1bca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 183552, "upload_time": "2015-08-31T14:51:37", "upload_time_iso_8601": "2015-08-31T14:51:37.183826Z", "url": "https://files.pythonhosted.org/packages/ae/0f/6a454145b6854a8325816a44312244d69ecce22e878dcbbfc638057a86cc/eea.depiction-5.6.zip", "yanked": false, "yanked_reason": null } ], "5.7": [ { "comment_text": "", "digests": { "md5": "9287fc18b6330b06181db2c3b9277eac", "sha256": "bdc3e0e2ad36f87e83be741ed2b4ebaf5bd2d8d95408d32b23ff90ffdd442349" }, "downloads": -1, "filename": "eea.depiction-5.7.zip", "has_sig": false, "md5_digest": "9287fc18b6330b06181db2c3b9277eac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 183666, "upload_time": "2015-10-08T16:45:46", "upload_time_iso_8601": "2015-10-08T16:45:46.162014Z", "url": "https://files.pythonhosted.org/packages/50/fb/14130d17c4f6b707cce629e2f957371eb9d59715352cd576554d143b01b1/eea.depiction-5.7.zip", "yanked": false, "yanked_reason": null } ], "5.8": [ { "comment_text": "", "digests": { "md5": "893c1f1359fb52737b0547a95c53af9a", "sha256": "81c9e5572b48caf2062e189f40c660dcdae18925073836ba0e6d97d6c4aa1cd7" }, "downloads": -1, "filename": "eea.depiction-5.8.zip", "has_sig": false, "md5_digest": "893c1f1359fb52737b0547a95c53af9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 183777, "upload_time": "2016-05-23T14:01:52", "upload_time_iso_8601": "2016-05-23T14:01:52.961117Z", "url": "https://files.pythonhosted.org/packages/3b/50/46c196d92ed79e357e64d337ca6d3c83ab671741bf62384089a98c9870bf/eea.depiction-5.8.zip", "yanked": false, "yanked_reason": null } ], "5.9": [ { "comment_text": "", "digests": { "md5": "6333f36f187ce6d0354ac37f72935061", "sha256": "20bb4fbcbe786d5e2b98834046c9a378ba31d9d4138e753b34d023aea6359584" }, "downloads": -1, "filename": "eea.depiction-5.9.zip", "has_sig": false, "md5_digest": "6333f36f187ce6d0354ac37f72935061", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 183263, "upload_time": "2017-05-02T08:09:57", "upload_time_iso_8601": "2017-05-02T08:09:57.853838Z", "url": "https://files.pythonhosted.org/packages/be/e9/0eac4ed6880a05c08dfd81f321dc37ba6cd531c9d31d6edb0a9694c6d8cf/eea.depiction-5.9.zip", "yanked": false, "yanked_reason": null } ], "6.0": [ { "comment_text": "", "digests": { "md5": "1046e72de7a466b19429505f6c542f5f", "sha256": "57c43b581482cbf96b07f940d389dbf53428a0bca9a3eb9dee80f6e639e99f7f" }, "downloads": -1, "filename": "eea.depiction-6.0.zip", "has_sig": false, "md5_digest": "1046e72de7a466b19429505f6c542f5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 183494, "upload_time": "2017-05-02T08:10:12", "upload_time_iso_8601": "2017-05-02T08:10:12.156366Z", "url": "https://files.pythonhosted.org/packages/26/fd/6aa0f38f782e4ef1a249c20c90f1640889e5e8807a6eca2015aa0934de63/eea.depiction-6.0.zip", "yanked": false, "yanked_reason": null } ], "6.1": [ { "comment_text": "", "digests": { "md5": "adfece80271fbeb9661f4b7621c18f4d", "sha256": "4d3ba2a964c0ad7810bae65f0b524db11b5b68f315d51751448e64fd57f3213c" }, "downloads": -1, "filename": "eea.depiction-6.1.zip", "has_sig": false, "md5_digest": "adfece80271fbeb9661f4b7621c18f4d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 183594, "upload_time": "2017-05-22T13:25:50", "upload_time_iso_8601": "2017-05-22T13:25:50.804264Z", "url": "https://files.pythonhosted.org/packages/f8/50/7854df483764ec5a928006ca1ac9a5afb05e99ea6776528702afec9ea999/eea.depiction-6.1.zip", "yanked": false, "yanked_reason": null } ], "6.2": [ { "comment_text": "", "digests": { "md5": "cb97f1b19a622c80d627e1964fe80e0c", "sha256": "7b5fe53a512df4902b0fac9302e00cc53a568a3db442712ce68c857a5680c6f5" }, "downloads": -1, "filename": "eea.depiction-6.2.zip", "has_sig": false, "md5_digest": "cb97f1b19a622c80d627e1964fe80e0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 184593, "upload_time": "2017-07-18T09:41:04", "upload_time_iso_8601": "2017-07-18T09:41:04.198642Z", "url": "https://files.pythonhosted.org/packages/16/d1/61def395b09552206a99c9ebe3335a96386859d86b7dc9575b32f4f82cab/eea.depiction-6.2.zip", "yanked": false, "yanked_reason": null } ], "6.3": [ { "comment_text": "", "digests": { "md5": "450744179654e004c2c308b6d40dd0ad", "sha256": "b52704577bfbede9cdbc19db1a37039159096899f18ae7a8ee30c0e76ffa813b" }, "downloads": -1, "filename": "eea.depiction-6.3.zip", "has_sig": false, "md5_digest": "450744179654e004c2c308b6d40dd0ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 185889, "upload_time": "2017-09-18T09:58:18", "upload_time_iso_8601": "2017-09-18T09:58:18.354173Z", "url": "https://files.pythonhosted.org/packages/d8/51/fdd996c799a00d07698568ba7e5de8be7a7fe0501bc93f9c971f6ad740ac/eea.depiction-6.3.zip", "yanked": false, "yanked_reason": null } ], "6.4": [ { "comment_text": "", "digests": { "md5": "2952af1c5dba7a759d9402543c3a7ae7", "sha256": "0645976f5f133f724074192cbd59306d93d9ddde1bd22f84aea80429d757f601" }, "downloads": -1, "filename": "eea.depiction-6.4.zip", "has_sig": false, "md5_digest": "2952af1c5dba7a759d9402543c3a7ae7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 186455, "upload_time": "2017-09-18T09:58:36", "upload_time_iso_8601": "2017-09-18T09:58:36.352356Z", "url": "https://files.pythonhosted.org/packages/66/47/b89778d1b3e90c2518a579c083616c0537f8609348124125705c2462ad93/eea.depiction-6.4.zip", "yanked": false, "yanked_reason": null } ], "6.5": [ { "comment_text": "", "digests": { "md5": "4bf7e44ef7bacacfa897867ea26a1299", "sha256": "eb9660be7bc570048b29446b845c06129681e2dfb4c5a5dfec75bc1eb231f75a" }, "downloads": -1, "filename": "eea.depiction-6.5.zip", "has_sig": false, "md5_digest": "4bf7e44ef7bacacfa897867ea26a1299", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 187722, "upload_time": "2017-09-18T09:58:47", "upload_time_iso_8601": "2017-09-18T09:58:47.883156Z", "url": "https://files.pythonhosted.org/packages/be/92/feeef849be6bfc7cdf82b09540fc4d8f45e97aed816ae706b0edce95dd28/eea.depiction-6.5.zip", "yanked": false, "yanked_reason": null } ], "6.6": [ { "comment_text": "", "digests": { "md5": "b510c8c0017a956eb6ef6f384462b4f5", "sha256": "04bc7d9c36ed776981ab0d8524fc099fa4cd63330a1aec2f46380f47a1014035" }, "downloads": -1, "filename": "eea.depiction-6.6.zip", "has_sig": false, "md5_digest": "b510c8c0017a956eb6ef6f384462b4f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 187833, "upload_time": "2017-09-27T15:34:10", "upload_time_iso_8601": "2017-09-27T15:34:10.047244Z", "url": "https://files.pythonhosted.org/packages/94/60/7af676dd30bd69a5df4c56c508af8567c863fe4ee71328062dff86142e37/eea.depiction-6.6.zip", "yanked": false, "yanked_reason": null } ], "6.7": [ { "comment_text": "", "digests": { "md5": "db2ef921f8c6b03ef72aab0bb63a244c", "sha256": "f75cb6a610cab9ce0c23aa77e77cb0dca4d407ba4969fac7e9202eeb2210ae56" }, "downloads": -1, "filename": "eea.depiction-6.7.zip", "has_sig": false, "md5_digest": "db2ef921f8c6b03ef72aab0bb63a244c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 187860, "upload_time": "2017-09-27T15:34:39", "upload_time_iso_8601": "2017-09-27T15:34:39.895951Z", "url": "https://files.pythonhosted.org/packages/90/61/e591903aa938934cc86a79eb9d8b1ebe286226f6d785615dcbca3037d36a/eea.depiction-6.7.zip", "yanked": false, "yanked_reason": null } ], "7.0": [ { "comment_text": "", "digests": { "md5": "b64b208cd8b2a21f083cc516b5d43cf8", "sha256": "af2f64db72171c4782264406d1ceaa8c16f8256c4f0e71638d1d924d994c20fe" }, "downloads": -1, "filename": "eea.depiction-7.0.zip", "has_sig": false, "md5_digest": "b64b208cd8b2a21f083cc516b5d43cf8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98175, "upload_time": "2018-02-19T08:19:13", "upload_time_iso_8601": "2018-02-19T08:19:13.040583Z", "url": "https://files.pythonhosted.org/packages/73/b9/9947fd679fe0ed46f875e524c7c6dde02308fddd389369ed523c33167baa/eea.depiction-7.0.zip", "yanked": false, "yanked_reason": null } ], "7.1": [ { "comment_text": "", "digests": { "md5": "e0f013bbcf34d5b67656ab63dc43dc86", "sha256": "127f52669576fc705b466933c7451631dc098d6c0e39a9da245703a1256b417e" }, "downloads": -1, "filename": "eea.depiction-7.1.zip", "has_sig": false, "md5_digest": "e0f013bbcf34d5b67656ab63dc43dc86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98450, "upload_time": "2018-06-22T14:04:44", "upload_time_iso_8601": "2018-06-22T14:04:44.110511Z", "url": "https://files.pythonhosted.org/packages/15/c8/f892c35615b6becab27f1cef1bbb0651221310ce9565a69a80c4409c33bd/eea.depiction-7.1.zip", "yanked": false, "yanked_reason": null } ], "7.2": [ { "comment_text": "", "digests": { "md5": "5657f1453080c8ae12a8c9a4f85c95c7", "sha256": "2a05b29dd3c06349ecf424ef764d2c5951ccb66af07448906fd06099bec3d70b" }, "downloads": -1, "filename": "eea.depiction-7.2.zip", "has_sig": false, "md5_digest": "5657f1453080c8ae12a8c9a4f85c95c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99150, "upload_time": "2019-01-29T15:31:39", "upload_time_iso_8601": "2019-01-29T15:31:39.260507Z", "url": "https://files.pythonhosted.org/packages/95/59/1234b4d767073f40ebc6e8baba1e3a1d4e0ec64a88051fd9dadef8d1b627/eea.depiction-7.2.zip", "yanked": false, "yanked_reason": null } ], "7.3": [ { "comment_text": "", "digests": { "md5": "7e5028266d105bd4c0133d38a56bd23f", "sha256": "af95bac61402775efae72a8675b2c0337b8bbb7e1af52731583b2959a96f3ea0" }, "downloads": -1, "filename": "eea.depiction-7.3.zip", "has_sig": false, "md5_digest": "7e5028266d105bd4c0133d38a56bd23f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 99051, "upload_time": "2019-08-19T11:54:27", "upload_time_iso_8601": "2019-08-19T11:54:27.818832Z", "url": "https://files.pythonhosted.org/packages/1c/68/9fd05cdc4f85070648bf7608ffa3f4128fb497a309b258790c5d9e68dd9a/eea.depiction-7.3.zip", "yanked": false, "yanked_reason": null } ], "8.0": [ { "comment_text": "", "digests": { "md5": "7fe49b1b5e75609bfd2593a979b45ec3", "sha256": "abad138b1e9d98d951a76b4b433cb474416ca4a4e5c24b737350a46bddd547dd" }, "downloads": -1, "filename": "eea.depiction-8.0.zip", "has_sig": false, "md5_digest": "7fe49b1b5e75609bfd2593a979b45ec3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105075, "upload_time": "2019-10-11T11:39:55", "upload_time_iso_8601": "2019-10-11T11:39:55.707582Z", "url": "https://files.pythonhosted.org/packages/2f/c7/5452fe4f09590fdc8da8986d49108920bac03c95b7a8e14f9b2ec0110e59/eea.depiction-8.0.zip", "yanked": false, "yanked_reason": null } ], "8.1": [ { "comment_text": "", "digests": { "md5": "65ab68b6f446142c4b81ef53fad42e8f", "sha256": "dc6998567fb8351a99dc06c58e9c893c22389f5ca1515f11953b591f0d9303b1" }, "downloads": -1, "filename": "eea.depiction-8.1.zip", "has_sig": false, "md5_digest": "65ab68b6f446142c4b81ef53fad42e8f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105347, "upload_time": "2019-10-21T15:34:30", "upload_time_iso_8601": "2019-10-21T15:34:30.557661Z", "url": "https://files.pythonhosted.org/packages/38/f5/95ccfdc9abedd21062bc3571620cb560c805e4a67d3838a8c217e976a004/eea.depiction-8.1.zip", "yanked": false, "yanked_reason": null } ], "8.2": [ { "comment_text": "", "digests": { "md5": "fe6c590988a88b203325043204753a51", "sha256": "0f1bb551d27e037476ef0ce45a9b1107079743bfff68c3fd9afb81efaef48d40" }, "downloads": -1, "filename": "eea.depiction-8.2.zip", "has_sig": false, "md5_digest": "fe6c590988a88b203325043204753a51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106087, "upload_time": "2020-06-05T14:57:32", "upload_time_iso_8601": "2020-06-05T14:57:32.538784Z", "url": "https://files.pythonhosted.org/packages/3c/68/793cf1370223d6ba18420bfa523c9f3feb3ce558e204580a8d80a8aa869e/eea.depiction-8.2.zip", "yanked": false, "yanked_reason": null } ], "8.3": [ { "comment_text": "", "digests": { "md5": "95a5a618c0ee15b291f3f4a61a549cbd", "sha256": "12ee6868973e21843fd6394c78ac468dfb21831ee8fa592e717df083fd656fc1" }, "downloads": -1, "filename": "eea.depiction-8.3.zip", "has_sig": false, "md5_digest": "95a5a618c0ee15b291f3f4a61a549cbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106215, "upload_time": "2020-12-02T14:47:54", "upload_time_iso_8601": "2020-12-02T14:47:54.177625Z", "url": "https://files.pythonhosted.org/packages/ac/5a/d1c88c5e35e972eecc340ae04a81ed2fc819584ba3253410971f1c9c18b6/eea.depiction-8.3.zip", "yanked": false, "yanked_reason": null } ], "8.4": [ { "comment_text": "", "digests": { "md5": "448a7080629e0ad4b19b2dd6ca151422", "sha256": "718534d7571150e4fd9f12aa1d9395007f6cfe3b5725317e39586ef288cabbae" }, "downloads": -1, "filename": "eea.depiction-8.4.zip", "has_sig": false, "md5_digest": "448a7080629e0ad4b19b2dd6ca151422", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106433, "upload_time": "2021-04-16T09:20:52", "upload_time_iso_8601": "2021-04-16T09:20:52.770787Z", "url": "https://files.pythonhosted.org/packages/15/2b/07f984a62b8c73d688ae9d47d138db14d6d5adda47acac43aeb78e1a9889/eea.depiction-8.4.zip", "yanked": false, "yanked_reason": null } ], "8.5": [ { "comment_text": "", "digests": { "md5": "42cafa416ca5d82434f9f75c8ad8a135", "sha256": "ed984a541ee1a0b6d1c8e7de0fa5585e547ee6fac3f9b01df226e580db8ce365" }, "downloads": -1, "filename": "eea.depiction-8.5.zip", "has_sig": false, "md5_digest": "42cafa416ca5d82434f9f75c8ad8a135", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107603, "upload_time": "2021-05-25T22:37:17", "upload_time_iso_8601": "2021-05-25T22:37:17.564947Z", "url": "https://files.pythonhosted.org/packages/4d/ab/59a626ccd7497ca6e51eeb95aafbf49906b17cd0c7ce0f7b359bfcb7a191/eea.depiction-8.5.zip", "yanked": false, "yanked_reason": null } ], "8.6": [ { "comment_text": "", "digests": { "md5": "e39c5ea70ec2b4800c16111ee82a1a87", "sha256": "5bde256c5da8f8b4c99bf8bb4d53528057b6be416f77637c5ab19d86fd001536" }, "downloads": -1, "filename": "eea.depiction-8.6.zip", "has_sig": false, "md5_digest": "e39c5ea70ec2b4800c16111ee82a1a87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107817, "upload_time": "2021-06-17T18:37:34", "upload_time_iso_8601": "2021-06-17T18:37:34.357732Z", "url": "https://files.pythonhosted.org/packages/ba/38/7e43049f7a4fe599ed52c031fc14bb0d6ab2ff798a057ff2e04a1ae7bdcd/eea.depiction-8.6.zip", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e39c5ea70ec2b4800c16111ee82a1a87", "sha256": "5bde256c5da8f8b4c99bf8bb4d53528057b6be416f77637c5ab19d86fd001536" }, "downloads": -1, "filename": "eea.depiction-8.6.zip", "has_sig": false, "md5_digest": "e39c5ea70ec2b4800c16111ee82a1a87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 107817, "upload_time": "2021-06-17T18:37:34", "upload_time_iso_8601": "2021-06-17T18:37:34.357732Z", "url": "https://files.pythonhosted.org/packages/ba/38/7e43049f7a4fe599ed52c031fc14bb0d6ab2ff798a057ff2e04a1ae7bdcd/eea.depiction-8.6.zip", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }