{ "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 Progress Bar\n================\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.progressbar/develop\n :target: https://ci.eionet.europa.eu/job/eea/job/eea.progressbar/job/develop/display/redirect\n :alt: develop\n.. image:: https://ci.eionet.europa.eu/buildStatus/icon?job=eea/eea.progressbar/master\n :target: https://ci.eionet.europa.eu/job/eea/job/eea.progressbar/job/master/display/redirect\n :alt: master\n\nA system that visually display a *workflow percentage bar* or a\n*workflow steps trail* in the publishing process of a document according with\nthe workflow state in which the document is. It also define editing progress\n(document completion) of an item with customizable labels per field.\n\n.. image:: https://eea.github.io/_images/eea.progressbar.cover.png\n :target: http://www.youtube.com/watch?v=a_U0tmw-4As&list=PLVPSQz7ahsBwUHixUt_s0kh-vaik_NCtO&feature=share\n\nContents\n========\n\n.. contents::\n\nMain features\n=============\n\n- Visually display *editing progress (document completion)* of an item.\n- Visually display a workflow *percentage bar/steps trail* in the publishing\n process of a document according with the workflow state in which the\n document is.\n- Visually display a computed workflow *percentage bar* for Collections\n according with the children / query results items progress\n- Visually display workflow *percentage bars* for items within Collection\n tabular view\n- Possibility to hide/exclude certain states in progress bar (by default\n hide all states with defined percentage lower than/equal 0, configurable via\n Site Setup > Progress Bar Settings)\n\nInstall\n=======\n\n- Add eea.progressbar to your eggs section in your buildout and re-run buildout.\n You can download a sample buildout from\n https://github.com/eea/eea.progressbar/tree/master/buildouts/plone4\n- Install *EEA Progress Bar* within Site Setup > Add-ons\n\nGetting started\n===============\n\n1. Go to *ZMI > portal_workflows > Contents Tab* and select your workflow\n2. Click on *Progress monitoring Tab* and update *% done* for each state\n3. Go to Plone Site > Working space and add a Progress bar portlet\n4. Or add a Collection, add Progress column for tabular view and enable tabular\n view for this Collection.\n5. Or go to *Site Setup > Progress Bar Settings > Edit* and enable Progress Bar\n viewlets for your content-types.\n6. Go to *Site Setup > Progress Bar Settings > Edit* and *Enable metadata\n progress viewlet* for Page; Go to *Site Setup > Progress Bar Settings >\n Document* and customize your *document completion* strategy for this\n content-type and then see it in action within a Page.\n\nDependencies\n============\n- plone.app.collection >= 1.0.11\n- eea.jquery >= 7.7\n- eea.icons\n\nSource code\n===========\n\n- Latest source code (Plone 4 compatible):\n https://github.com/eea/eea.progressbar\n\nLive demos\n==========\n\n- `Editing progress `_\n- `Workflow Steps and Workflow percentage bar `_\n\nCopyright and license\n=====================\nThe Initial Owner of the Original Code is European Environment Agency (EEA).\nAll Rights Reserved.\n\nThe EEA Progress Bar (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\n=======\n\nEEA_ - European Environment Agency (EU)\n\n.. _EEA: https://www.eea.europa.eu/\n\nChangelog\n=========\n\n4.5 - (2019-08-16)\n--------------------------\n* Change: tweak progresstrail-step size in order to avoid enlarging of\n the body area making it larger than the browser width\n [ichim-david refs #106884]\n\n4.4 - (2019-01-28)\n--------------------------\n* Jenkins: Add sonarqube step\n [avoinea refs #101552]\n* Change: updated URLs pointing to eea.europa.eu with https://\n [alecghica refs #95849]\n\n4.3 - (2018-03-14)\n------------------\n* Change: load control panel js resources as part of javascript_head_slot\n instead of top slot\n [ichim-david refs #91577]\n\n4.2 - (2017-12-12)\n------------------\n* Change: Replace eeacms/zptlint with eeacms/plone-test:4 zptlint\n [avoinea refs #90415]\n* Change: Remove unused css\n [petchesi-iulian refs #88382]\n* Bug fix: Fix functional tests\n [avoinea refs #89563]\n\n4.1 - (2017-11-07)\n------------------\n* Change: Remove Sphinx generated documentation\n [petchesi-iulian refs #88212]\n\n4.0 - (2017-09-26)\n------------------\n* Change: compatibility with latest eea.rdfmarshaller\n [tiberich #88194]\n\n3.9 - (2017-05-22)\n------------------\n* Change: fixed PyLint warnings and errors\n [valipod refs #84949]\n\n3.8 - (2017-05-15)\n------------------\n* Change: fixed PyLint warnings and errors\n [eduard-fironda refs #84949]\n\n3.7 - (2017-04-24)\n------------------\n* Change: updated package information\n [eduard-fironda]\n\n3.6 - (2016-08-31)\n------------------\n* Bug fix: take into consideration that progress might return None\n in which case progress should be 0\n [ichim-david refs #75314]\n\n3.5 - (2016-05-19)\n------------------\n* Bug fix: Fix pylint warnings\n [ichim-david refs #71940]\n\n3.4 - (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\n3.3 - (2015-01-22)\n------------------\n* Bug fix: Fixed anchors links for editing progress\n [olimpiurob refs #19754]\n* Feature: added rdfexport of progressLevel if eea.rdfmarshaller is installed\n [ichim-david refs #21617]\n\n3.2 - (2014-12-23)\n------------------\n* Change: Add the new widgets at the beginning of the list\n [olimpiurob refs #20470]\n* Bug fix: Treat case where the widget's condition could not be evaluated. The\n widget's default condition has also been changed.\n [olimpiurob refs #20470]\n* Feature: Added possibility to add custom cards via eea.progressbar control panel\n [olimpiurob refs #20470]\n\n3.1 - (2014-08-12)\n------------------\n* Bug fix: Include i18n translations\n [avoinea]\n* Bug fix: Fixed permissions on tool edit form\n [avoinea]\n\n3.0 - (2014-05-13)\n------------------\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n upgrade button available for EEA Progress Bar\n [voineali refs #17713]\n* Feature: Added Editing progress (document completion) viewlet/portlet based\n on item schema fields completion\n [voineali refs #17713]\n\n2.2 - (2014-01-22)\n------------------\n* Feature: Handle states with same percentage\n [olimpiu #17712]\n* Bug fix: Fixed progressbar failing for Collections containing objects with no\n workflow. Default to 'publish' state for objects with no workflow.\n [olimpiu #17873]\n* Bug fix: Fixed Workflow Steps Trail Progress bar failing for Collections\n [olimpiu #17873]\n* Change: Added custom css classes for each state in Workflow Steps Trail\n Progress bar.\n [olimpiu #17711]\n* Feature: Add font awesome icons for Workflow Steps Trail Progress Bar\n [olimpiu #17711]\n* Bug fix: Refresh workflow steps trail when state is changed via AJAX\n [voineali fixes #17758]\n* Change: updated docsting progress bar fields class\n [ghicaale refs #16666]\n* Feature: adding Sphinx-generated documentation in Page Template format\n [batradav refs #9502]\n\n2.1 - (2013-12-10)\n------------------\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n upgrade button available for EEA Progress Bar\n* Change: Replace cryptic workflow state id with state title within ZMI >\n Progress monitoring Tab\n [voineali refs #17669]\n* Feature: Add title and description within Workflow Steps Trail Portlet on\n mouse hover\n [voineali refs #17669]\n* Feature: Possibility to hide/exclude certain states in progress bar\n [voineali refs #17570]\n* Bug fix: Name schema extender adapters in order to avoid overriding existing ones\n [avoinea]\n* Bug fix: Cleanup portlets on uninstall\n [avoinea]\n\n2.0 - (2013-11-22)\n------------------\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n upgrade button available for EEA Progress Bar\n* Feature: Added a new viewlet/portlet *Workflow Steps Trail*\n [voineali refs #17491]\n* Change: Renamed viewlet/portlet *Progress Bar* to *Workflow Percentage Bar*\n [voineali refs #17491]\n\n1.3 - (2013-09-23)\n------------------\n* Upgrade step: (optional) Manually update progressbar viewlet visibility per\n content-type within Site Setup > Progress Bar Settings\n [voineali refs #16759]\n* Upgrade step: (optional) Manually reorder JS / CSS resources\n (++resource++eea.progressbar.js, ++resource++eea.progressbar.css) within ZMI >\n portal_javascripts / portal_css in order to optimize requests per page.\n [voineali refs #16721]\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n upgrade button available for eea.progressbar\n [voineali refs #16721]\n* Feature: Added possibility to show/hide progress bar viewlet per content-type\n via Plone ControlPanel and also to show/hide it per object instance via Plone\n edit form\n [voineali refs #16759]\n* Feature: Hanlde eea.workflow async workflow change\n [voineali refs #16721]\n* Bug fix: Use workflow state title instead of state id for\n progress bar labels and tooltips\n [voineali refs #16704]\n\n1.2 - (2013-09-06)\n------------------\n\n1.1 - (2013-08-22)\n------------------\n* Upgrade step: Within \"Plone > Site setup > Add-ons\" click on\n upgrade button available for eea.progressbar\n* Feature: Added eea.progressbar viewlet near state menu\n [voineali refs #15662]\n* Feature: Added uninstall profile in order to cleanly remove this add-on\n [voineali]\n\n1.0 - (2013-08-14)\n------------------\n* Initial release [voineali refs #14901]:\n - Progress bar portlet for portal objects\n - Progress bar portlet for collections based on children/query results progress\n - Progress column for Collection table view", "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.progressbar", "keywords": "EEA progressbar Add-ons Plone Zope", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "eea.progressbar", "package_url": "https://pypi.org/project/eea.progressbar/", "platform": "", "project_url": "https://pypi.org/project/eea.progressbar/", "project_urls": { "Homepage": "https://github.com/collective/eea.progressbar" }, "release_url": "https://pypi.org/project/eea.progressbar/4.5/", "requires_dist": null, "requires_python": "", "summary": "Progress bar based on current document review_state", "version": "4.5" }, "last_serial": 5698001, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "2715a90d991586a0498319fbc34ada69", "sha256": "9577e538c3c82fd03a9f73d60ffceafe9b65bea32bd6ef0fafbfd4dda22b2c6c" }, "downloads": -1, "filename": "eea.progressbar-1.0.zip", "has_sig": false, "md5_digest": "2715a90d991586a0498319fbc34ada69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43067, "upload_time": "2013-08-14T15:44:41", "url": "https://files.pythonhosted.org/packages/df/f1/d7e4b34cf7d4a2740f739b8648544dd284404a212ce8a7b17bd92caa4304/eea.progressbar-1.0.zip" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "6397e6c90ef07437904b7d786568dc2a", "sha256": "02b99bde11c6e4585b0ed970c32f7fcbb0f75c9fa34b6a38acbae8ad1284bffa" }, "downloads": -1, "filename": "eea.progressbar-1.1.zip", "has_sig": false, "md5_digest": "6397e6c90ef07437904b7d786568dc2a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46796, "upload_time": "2013-08-23T08:01:22", "url": "https://files.pythonhosted.org/packages/53/45/7b68c29fd01e73fdf693f47d865335a4a57b7e8f8c2dccf7107d5d62b36b/eea.progressbar-1.1.zip" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "2694e75fee3ea6e597ab5e0883b445ac", "sha256": "c88f973477deb07c1e51e0b72c1cb1a7892f93ea3de31e645eb5de2f5c827616" }, "downloads": -1, "filename": "eea.progressbar-1.2.zip", "has_sig": false, "md5_digest": "2694e75fee3ea6e597ab5e0883b445ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46780, "upload_time": "2013-09-09T16:16:31", "url": "https://files.pythonhosted.org/packages/a1/ae/2675b6017d962311f16f2665bc53727449582628e00eb983cf3f912b7729/eea.progressbar-1.2.zip" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "f2bb0190d9a79248fe199f71c2efc7c9", "sha256": "c9a539d338623f55b95d78d1fcb5d4ff61382f38211e223ca310845a6df2cd2b" }, "downloads": -1, "filename": "eea.progressbar-1.3.zip", "has_sig": false, "md5_digest": "f2bb0190d9a79248fe199f71c2efc7c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85218, "upload_time": "2013-09-25T09:59:26", "url": "https://files.pythonhosted.org/packages/6d/5b/b5117bc7470ff7b6ae396d98c2c1a16f4db0908da281dc45335a787768f9/eea.progressbar-1.3.zip" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "ded52ee22810ed2ee7eb29a0d91a2eff", "sha256": "7e7de8c4dda24282ce3655be4592e7ce3e4a68c25f27bdfb08b5137091d98644" }, "downloads": -1, "filename": "eea.progressbar-2.0.zip", "has_sig": false, "md5_digest": "ded52ee22810ed2ee7eb29a0d91a2eff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 106940, "upload_time": "2013-11-22T16:08:41", "url": "https://files.pythonhosted.org/packages/41/56/a65dc45726cd17dfc77ab270f9cdc59c735a1cc813b7173a4d754b4ed31b/eea.progressbar-2.0.zip" } ], "2.1": [ { "comment_text": "", "digests": { "md5": "42954872b9526a10c8df8c1133cf011b", "sha256": "a0947229dffe1e010a02ce026d4d8f58e5fc98763931f102e1aeaec5fc4d7dd1" }, "downloads": -1, "filename": "eea.progressbar-2.1.zip", "has_sig": false, "md5_digest": "42954872b9526a10c8df8c1133cf011b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 109701, "upload_time": "2013-12-11T09:19:37", "url": "https://files.pythonhosted.org/packages/8f/6e/1651fcd10f6037c4d030b55369700fc6cb2788460395c15b5873ff2b3acb/eea.progressbar-2.1.zip" } ], "2.2": [ { "comment_text": "", "digests": { "md5": "7cf82745776ae71e9549c161c0da0c0a", "sha256": "7d517bf000da64b0f1308c4f05690b3b87edee518eeca2307c7a39b0a5d023cc" }, "downloads": -1, "filename": "eea.progressbar-2.2.zip", "has_sig": false, "md5_digest": "7cf82745776ae71e9549c161c0da0c0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 647002, "upload_time": "2014-01-23T09:11:58", "url": "https://files.pythonhosted.org/packages/19/57/377826249a180a8d98c78114aa96ac2c987abcfd8c48488878d4d7805555/eea.progressbar-2.2.zip" } ], "3.0": [ { "comment_text": "", "digests": { "md5": "c91b053210a25b46a6cbb5121984c4fb", "sha256": "268b70f8ff502eb116c307716a3259995caf16e4e8ac5ce92894ae3e63734c0c" }, "downloads": -1, "filename": "eea.progressbar-3.0.zip", "has_sig": false, "md5_digest": "c91b053210a25b46a6cbb5121984c4fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 714212, "upload_time": "2014-05-14T06:48:35", "url": "https://files.pythonhosted.org/packages/c9/38/e4a729c0209ad1eb4c1d035f02fc1e9e4937c54c93e3f5c80e101ed8ef6b/eea.progressbar-3.0.zip" } ], "3.1": [ { "comment_text": "", "digests": { "md5": "28545d9236fefba03b62d4c69b5f4765", "sha256": "eab02e6b71721323c2a91bf3da1ae56c5846e9df52a0308445f1d6ec337d09d3" }, "downloads": -1, "filename": "eea.progressbar-3.1.zip", "has_sig": false, "md5_digest": "28545d9236fefba03b62d4c69b5f4765", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 714041, "upload_time": "2014-08-13T10:56:53", "url": "https://files.pythonhosted.org/packages/5c/6d/3a60ee3d42c4b52d574bbe93558c30a59925453d9f2f2fe333b4b601885a/eea.progressbar-3.1.zip" } ], "3.2": [ { "comment_text": "", "digests": { "md5": "07ad911110d541a958bca93ea4c19fe5", "sha256": "905fdb597c52ddeb655c3c9554684213162a9f262a075a87c10dcb19b01ef4e7" }, "downloads": -1, "filename": "eea.progressbar-3.2.zip", "has_sig": false, "md5_digest": "07ad911110d541a958bca93ea4c19fe5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 726439, "upload_time": "2014-12-23T15:16:03", "url": "https://files.pythonhosted.org/packages/c7/61/9768eec3e53c4aa841834721f6ede65e57839a7c9ffc9031274804733a28/eea.progressbar-3.2.zip" } ], "3.3": [ { "comment_text": "", "digests": { "md5": "fc663de68c30d4be0fa8dc670a0e4b1d", "sha256": "2f6880af4ef1fde12e95469a0eaba494829511ebb7ea36ae1f246b920abf14a9" }, "downloads": -1, "filename": "eea.progressbar-3.3.zip", "has_sig": false, "md5_digest": "fc663de68c30d4be0fa8dc670a0e4b1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 728149, "upload_time": "2015-01-23T08:44:52", "url": "https://files.pythonhosted.org/packages/c7/73/f9f477db66e2cf166e175dfb80bbfee54a879d66fd6130f1f8f9f0dfdaa3/eea.progressbar-3.3.zip" } ], "3.4": [ { "comment_text": "", "digests": { "md5": "6cd73b3278d7eecb4e26ffe6d502ea36", "sha256": "1031f79753b162ee8d9e4053e6d155da6efef0aa04b365ee7ab3f650dfd0d44d" }, "downloads": -1, "filename": "eea.progressbar-3.4.zip", "has_sig": false, "md5_digest": "6cd73b3278d7eecb4e26ffe6d502ea36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 728563, "upload_time": "2015-03-19T07:57:15", "url": "https://files.pythonhosted.org/packages/ed/b1/c692ba56c4d0a7772cf22ed8bd45b13a814449f134bce1e3e24da34a3641/eea.progressbar-3.4.zip" } ], "3.5": [ { "comment_text": "", "digests": { "md5": "c1506fe9fa2316577abf9073a06d387a", "sha256": "211721c9f3126aeaa917548d9c07ea0376670e5604bce9b9704135efbd6e4cd7" }, "downloads": -1, "filename": "eea.progressbar-3.5.zip", "has_sig": false, "md5_digest": "c1506fe9fa2316577abf9073a06d387a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 728665, "upload_time": "2016-05-23T13:56:29", "url": "https://files.pythonhosted.org/packages/cb/57/b07c09e0c0c94cb0918091e5f8dac0a132105f4e225b88cf20992f48babf/eea.progressbar-3.5.zip" } ], "3.6": [ { "comment_text": "", "digests": { "md5": "b414134aaa0846f16b520120077999d1", "sha256": "b310e9717fdceff014e63eb823a015ae5d4ccc417170f21d8fadbc7afa937c21" }, "downloads": -1, "filename": "eea.progressbar-3.6.zip", "has_sig": false, "md5_digest": "b414134aaa0846f16b520120077999d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 728869, "upload_time": "2016-09-05T16:32:07", "url": "https://files.pythonhosted.org/packages/57/94/1f4d49faee9a0868e59c3ea31821985d13ac9865a96342269ba14faef244/eea.progressbar-3.6.zip" } ], "3.7": [ { "comment_text": "", "digests": { "md5": "4ef2240ea57ca70f1b9589ea0e3235b4", "sha256": "b66e7a67981ae9f6cbdb972f4ac021e2ce85086377075b90905a794e41e74d82" }, "downloads": -1, "filename": "eea.progressbar-3.7.zip", "has_sig": false, "md5_digest": "4ef2240ea57ca70f1b9589ea0e3235b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 728928, "upload_time": "2017-05-02T08:05:33", "url": "https://files.pythonhosted.org/packages/a7/a5/526a024a317afeb4be3f17c64ef736a61308e16b25297c70abc6cb44a0b2/eea.progressbar-3.7.zip" } ], "3.8": [ { "comment_text": "", "digests": { "md5": "b957c067d9d8acd012bdfa2b40253196", "sha256": "552705bbd291e54a98aaf93f9d8f997259125c9a8a83f78cf8ad50adf7445bd3" }, "downloads": -1, "filename": "eea.progressbar-3.8.zip", "has_sig": false, "md5_digest": "b957c067d9d8acd012bdfa2b40253196", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 729031, "upload_time": "2017-05-22T13:20:47", "url": "https://files.pythonhosted.org/packages/be/b0/279b1592a0bb1c923abeb9ab143080473ad1254048045d5ea3407723fa82/eea.progressbar-3.8.zip" } ], "3.9": [ { "comment_text": "", "digests": { "md5": "00af7d1ad45d4a4d5f2eaf212fd9081a", "sha256": "69f905fe99f8d88a127721c607981d4502fcf24e1d560301d2d04675f38ca5d1" }, "downloads": -1, "filename": "eea.progressbar-3.9.zip", "has_sig": false, "md5_digest": "00af7d1ad45d4a4d5f2eaf212fd9081a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 729060, "upload_time": "2017-05-22T14:41:03", "url": "https://files.pythonhosted.org/packages/48/e0/591d7148714d0b670498a1288e84c7cf7706916b63c1deca7a05dfa86412/eea.progressbar-3.9.zip" } ], "4.0": [ { "comment_text": "", "digests": { "md5": "7c31cbd2a08093f43771c419f037a588", "sha256": "3a7c4b964d9111d8ad888928e8db29d65acf8725f51c1dcab99e72fd02b6bf05" }, "downloads": -1, "filename": "eea.progressbar-4.0.zip", "has_sig": false, "md5_digest": "7c31cbd2a08093f43771c419f037a588", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 717740, "upload_time": "2017-09-27T15:32:36", "url": "https://files.pythonhosted.org/packages/84/3b/2354b83db43c64e7ddf6944e587cbf4672eb3267c6bb1f87857d85f3f779/eea.progressbar-4.0.zip" } ], "4.1": [ { "comment_text": "", "digests": { "md5": "a07dff4a275a722c05eb931e23446ec4", "sha256": "f010ccc03cc8493ac74623326364d94bdb5ecea2c78801ea9516d6a1f098b13b" }, "downloads": -1, "filename": "eea.progressbar-4.1.zip", "has_sig": false, "md5_digest": "a07dff4a275a722c05eb931e23446ec4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 402839, "upload_time": "2017-11-08T13:01:24", "url": "https://files.pythonhosted.org/packages/8f/84/b5641242fdf0760d34330d6afa8130e8baaf38344a3db2c043b51d3dc8fb/eea.progressbar-4.1.zip" } ], "4.2": [ { "comment_text": "", "digests": { "md5": "0815c10c79ab2d25f3611bf7294c22c4", "sha256": "658fce85458a6ad15bfd13a192b1534428d1aaaa085dd4fd9d7992518208c9b9" }, "downloads": -1, "filename": "eea.progressbar-4.2.zip", "has_sig": false, "md5_digest": "0815c10c79ab2d25f3611bf7294c22c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 406762, "upload_time": "2018-02-23T16:07:29", "url": "https://files.pythonhosted.org/packages/6c/3f/d21d10e99cbe4f1a52efe2af3275a3a8d78181284400cfbe3e6c00e49909/eea.progressbar-4.2.zip" } ], "4.3": [ { "comment_text": "", "digests": { "md5": "5777e17228d0501747854fef7e202c7e", "sha256": "e9638eca389e842de940a0030376e332f9bba06dda9853d64f31912981ead755" }, "downloads": -1, "filename": "eea.progressbar-4.3.zip", "has_sig": false, "md5_digest": "5777e17228d0501747854fef7e202c7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 407368, "upload_time": "2018-03-14T19:53:20", "url": "https://files.pythonhosted.org/packages/1f/22/c64f4fdd50928f2b2bdc9a55d88594430c72cd2e7a158c832a291dc0d7f2/eea.progressbar-4.3.zip" } ], "4.4": [ { "comment_text": "", "digests": { "md5": "145e1c474036967b50f83d0da65a6921", "sha256": "c357e7151f2b1f77971e18dbf7cf3c6d1196170c11a534701e968ea3c3edd96c" }, "downloads": -1, "filename": "eea.progressbar-4.4.zip", "has_sig": false, "md5_digest": "145e1c474036967b50f83d0da65a6921", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 408360, "upload_time": "2019-01-30T12:55:10", "url": "https://files.pythonhosted.org/packages/fc/e1/de35744357bc5603bb966f54b12301416eecc9614a6c00fc01cb01db702b/eea.progressbar-4.4.zip" } ], "4.5": [ { "comment_text": "", "digests": { "md5": "b7fd8629ff24775bd8bf98e39c0666f4", "sha256": "b91ec279746dc75644b58368e863bfecf64343020753fa473b76cdecf5186e1d" }, "downloads": -1, "filename": "eea.progressbar-4.5.zip", "has_sig": false, "md5_digest": "b7fd8629ff24775bd8bf98e39c0666f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 195914, "upload_time": "2019-08-19T12:03:23", "url": "https://files.pythonhosted.org/packages/70/0c/247c1755f607db824899ee17d8ea717185f43c470d8569c38128daf10c50/eea.progressbar-4.5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b7fd8629ff24775bd8bf98e39c0666f4", "sha256": "b91ec279746dc75644b58368e863bfecf64343020753fa473b76cdecf5186e1d" }, "downloads": -1, "filename": "eea.progressbar-4.5.zip", "has_sig": false, "md5_digest": "b7fd8629ff24775bd8bf98e39c0666f4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 195914, "upload_time": "2019-08-19T12:03:23", "url": "https://files.pythonhosted.org/packages/70/0c/247c1755f607db824899ee17d8ea717185f43c470d8569c38128daf10c50/eea.progressbar-4.5.zip" } ] }